2023-11-17T06:32:59.788 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-17T06:32:59.789 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --archive /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310 --name yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310/orig.config.yaml 2023-11-17T06:32:59.826 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T06:32:59.892 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310 branch: wip-yuri3-testing-2023-11-14-1227-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: '7461310' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-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-yuri3-testing-2023-11-14-1227-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: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac workunit: branch: wip-yuri3-testing-2023-11-14-1227-pacific sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7739 sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-14-1227-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_22:29:26 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-17T06:32:59.893 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa; will attempt to use it 2023-11-17T06:32:59.893 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-17T06:32:59.894 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-17T06:32:59.895 INFO:teuthology.task.internal:Checking packages... 2023-11-17T06:32:59.919 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-17T06:32:59.919 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-17T06:32:59.919 INFO:teuthology.packaging:ref: None 2023-11-17T06:32:59.919 INFO:teuthology.packaging:tag: None 2023-11-17T06:32:59.919 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T06:32:59.919 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T06:32:59.920 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T06:33:00.103 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171-ged3c8e92-1bionic 2023-11-17T06:33:00.104 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-17T06:33:00.118 INFO:teuthology.task.internal:no buildpackages task found 2023-11-17T06:33:00.118 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-17T06:33:00.184 INFO:teuthology.task.internal:Saving configuration 2023-11-17T06:33:00.199 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-17T06:33:00.217 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T06:33:00.242 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 06:26:30.288895', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-17T06:33:00.264 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 06:26:30.291043', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-17T06:33:00.264 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-17T06:33:00.270 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-17T06:33:00.270 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-17T06:33:00.270 INFO:teuthology.run_tasks:Running task console_log... 2023-11-17T06:33:00.370 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7eff0cace040>, signals=[15]) 2023-11-17T06:33:00.371 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-17T06:33:00.381 INFO:teuthology.task.internal:Opening connections... 2023-11-17T06:33:00.381 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T06:33:00.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:33:00.461 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2023-11-17T06:33:00.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:33:00.538 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-17T06:33:00.545 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-11-17T06:33:00.586 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-11-17T06:33:00.586 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-11-17T06:33:00.633 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="Ubuntu" 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:ID=ubuntu 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE=debian 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="18.04" 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_CODENAME=bionic 2023-11-17T06:33:00.634 INFO:teuthology.orchestra.run.smithi045.stdout:UBUNTU_CODENAME=bionic 2023-11-17T06:33:00.635 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-11-17T06:33:00.661 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2023-11-17T06:33:00.667 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2023-11-17T06:33:00.667 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2023-11-17T06:33:00.716 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="Ubuntu" 2023-11-17T06:33:00.716 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-17T06:33:00.716 INFO:teuthology.orchestra.run.smithi105.stdout:ID=ubuntu 2023-11-17T06:33:00.716 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE=debian 2023-11-17T06:33:00.716 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-17T06:33:00.716 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="18.04" 2023-11-17T06:33:00.717 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-17T06:33:00.717 INFO:teuthology.orchestra.run.smithi105.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-17T06:33:00.717 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-17T06:33:00.717 INFO:teuthology.orchestra.run.smithi105.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-17T06:33:00.717 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_CODENAME=bionic 2023-11-17T06:33:00.717 INFO:teuthology.orchestra.run.smithi105.stdout:UBUNTU_CODENAME=bionic 2023-11-17T06:33:00.717 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2023-11-17T06:33:00.736 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-17T06:33:00.744 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-17T06:33:00.763 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-17T06:33:00.763 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-11-17T06:33:00.765 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2023-11-17T06:33:00.770 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-17T06:33:00.818 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-17T06:33:00.818 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-11-17T06:33:00.821 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2023-11-17T06:33:00.837 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-17T06:33:00.907 INFO:teuthology.run_tasks:Running task kernel... 2023-11-17T06:33:00.925 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-17T06:33:00.925 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-17T06:33:00.925 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T06:33:00.926 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T06:33:00.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:33:00.931 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-11-17T06:33:00.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:33:00.932 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2023-11-17T06:33:00.978 INFO:teuthology.orchestra.run.smithi045.stdout:4.15.0-200-generic 2023-11-17T06:33:00.979 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.15.0-200-generic 2023-11-17T06:33:00.979 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get clean 2023-11-17T06:33:00.985 INFO:teuthology.orchestra.run.smithi105.stdout:4.15.0-200-generic 2023-11-17T06:33:00.985 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.15.0-200-generic 2023-11-17T06:33:00.985 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2023-11-17T06:33:01.087 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2023-11-17T06:33:01.088 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2023-11-17T06:33:01.236 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-17T06:33:01.283 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-17T06:33:01.310 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-17T06:33:01.311 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-17T06:33:01.342 INFO:teuthology.orchestra.run.smithi045.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-17T06:33:01.371 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-17T06:33:01.499 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-17T06:33:01.523 INFO:teuthology.orchestra.run.smithi045.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-17T06:33:01.633 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-17T06:33:01.693 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-11-17T06:33:01.763 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-17T06:33:01.781 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-17T06:33:01.785 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-17T06:33:01.794 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-11-17T06:33:01.799 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-17T06:33:01.799 INFO:teuthology.orchestra.run.smithi105.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-17T06:33:01.802 INFO:teuthology.orchestra.run.smithi105.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-17T06:33:01.818 INFO:teuthology.orchestra.run.smithi105.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-17T06:33:01.828 INFO:teuthology.orchestra.run.smithi105.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-17T06:33:01.831 INFO:teuthology.orchestra.run.smithi105.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-17T06:33:01.831 INFO:teuthology.orchestra.run.smithi105.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-17T06:33:01.831 INFO:teuthology.orchestra.run.smithi105.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-17T06:33:01.975 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-17T06:33:01.991 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-17T06:33:02.070 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-11-17T06:33:02.086 INFO:teuthology.orchestra.run.smithi045.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-17T06:33:02.150 INFO:teuthology.orchestra.run.smithi045.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-17T06:33:02.172 INFO:teuthology.orchestra.run.smithi045.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-17T06:33:02.173 INFO:teuthology.orchestra.run.smithi045.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-11-17T06:33:02.209 INFO:teuthology.orchestra.run.smithi045.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-17T06:33:02.238 INFO:teuthology.orchestra.run.smithi045.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-17T06:33:02.245 INFO:teuthology.orchestra.run.smithi045.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-17T06:33:02.245 INFO:teuthology.orchestra.run.smithi045.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-17T06:33:02.246 INFO:teuthology.orchestra.run.smithi045.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-17T06:33:02.246 INFO:teuthology.orchestra.run.smithi045.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-17T06:33:02.246 INFO:teuthology.orchestra.run.smithi045.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-17T06:33:02.247 INFO:teuthology.orchestra.run.smithi045.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-17T06:33:02.247 INFO:teuthology.orchestra.run.smithi045.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-17T06:33:02.445 INFO:teuthology.orchestra.run.smithi045.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-17T06:33:02.582 INFO:teuthology.orchestra.run.smithi045.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-17T06:33:02.598 INFO:teuthology.orchestra.run.smithi045.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-17T06:33:02.610 INFO:teuthology.orchestra.run.smithi045.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-17T06:33:02.630 INFO:teuthology.orchestra.run.smithi045.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-17T06:33:02.634 INFO:teuthology.orchestra.run.smithi045.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-17T06:33:02.680 INFO:teuthology.orchestra.run.smithi045.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-17T06:33:02.708 INFO:teuthology.orchestra.run.smithi045.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-17T06:33:02.714 INFO:teuthology.orchestra.run.smithi045.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-17T06:33:02.869 INFO:teuthology.orchestra.run.smithi105.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-17T06:33:02.878 INFO:teuthology.orchestra.run.smithi045.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-17T06:33:02.961 INFO:teuthology.orchestra.run.smithi045.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-17T06:33:04.060 INFO:teuthology.orchestra.run.smithi105.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-11-17T06:33:04.256 INFO:teuthology.orchestra.run.smithi105.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-17T06:33:04.847 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 20.1 MB in 3s (5,774 kB/s) 2023-11-17T06:33:04.857 INFO:teuthology.orchestra.run.smithi105.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-17T06:33:04.878 INFO:teuthology.orchestra.run.smithi105.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-17T06:33:04.956 INFO:teuthology.orchestra.run.smithi105.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-17T06:33:05.543 INFO:teuthology.orchestra.run.smithi105.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-11-17T06:33:06.166 INFO:teuthology.orchestra.run.smithi105.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-17T06:33:06.311 INFO:teuthology.orchestra.run.smithi105.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-17T06:33:06.316 INFO:teuthology.orchestra.run.smithi105.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-17T06:33:06.321 INFO:teuthology.orchestra.run.smithi105.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-17T06:33:06.328 INFO:teuthology.orchestra.run.smithi105.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-17T06:33:06.352 INFO:teuthology.orchestra.run.smithi105.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-17T06:33:06.369 INFO:teuthology.orchestra.run.smithi105.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-17T06:33:06.374 INFO:teuthology.orchestra.run.smithi105.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-17T06:33:06.580 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-11-17T06:33:06.636 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-17T06:33:06.671 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 20.1 MB in 5s (3,775 kB/s) 2023-11-17T06:33:06.721 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-11-17T06:33:07.018 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2023-11-17T06:33:07.019 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2023-11-17T06:33:07.252 INFO:teuthology.orchestra.run.smithi045.stdout:The following additional packages will be installed: 2023-11-17T06:33:07.252 INFO:teuthology.orchestra.run.smithi045.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-17T06:33:07.252 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-17T06:33:07.253 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-17T06:33:07.255 INFO:teuthology.orchestra.run.smithi045.stdout:Suggested packages: 2023-11-17T06:33:07.255 INFO:teuthology.orchestra.run.smithi045.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-17T06:33:07.255 INFO:teuthology.orchestra.run.smithi045.stdout:Recommended packages: 2023-11-17T06:33:07.255 INFO:teuthology.orchestra.run.smithi045.stdout: thermald 2023-11-17T06:33:07.312 INFO:teuthology.orchestra.run.smithi045.stdout:The following NEW packages will be installed: 2023-11-17T06:33:07.312 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-17T06:33:07.313 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-17T06:33:07.313 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-17T06:33:07.314 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages will be upgraded: 2023-11-17T06:33:07.315 INFO:teuthology.orchestra.run.smithi045.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-17T06:33:07.500 INFO:teuthology.orchestra.run.smithi045.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-17T06:33:07.500 INFO:teuthology.orchestra.run.smithi045.stdout:Need to get 67.4 MB of archives. 2023-11-17T06:33:07.501 INFO:teuthology.orchestra.run.smithi045.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-17T06:33:07.501 INFO:teuthology.orchestra.run.smithi045.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-11-17T06:33:08.336 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-11-17T06:33:08.386 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-17T06:33:08.467 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-11-17T06:33:08.543 INFO:teuthology.orchestra.run.smithi045.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-11-17T06:33:08.729 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2023-11-17T06:33:08.729 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2023-11-17T06:33:08.790 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-11-17T06:33:08.949 INFO:teuthology.orchestra.run.smithi105.stdout:The following additional packages will be installed: 2023-11-17T06:33:08.949 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-17T06:33:08.949 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-17T06:33:08.950 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-17T06:33:08.952 INFO:teuthology.orchestra.run.smithi105.stdout:Suggested packages: 2023-11-17T06:33:08.952 INFO:teuthology.orchestra.run.smithi105.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-17T06:33:08.952 INFO:teuthology.orchestra.run.smithi105.stdout:Recommended packages: 2023-11-17T06:33:08.952 INFO:teuthology.orchestra.run.smithi105.stdout: thermald 2023-11-17T06:33:09.016 INFO:teuthology.orchestra.run.smithi105.stdout:The following NEW packages will be installed: 2023-11-17T06:33:09.016 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-17T06:33:09.016 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-17T06:33:09.017 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-17T06:33:09.019 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages will be upgraded: 2023-11-17T06:33:09.019 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-17T06:33:09.140 INFO:teuthology.orchestra.run.smithi105.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-17T06:33:09.140 INFO:teuthology.orchestra.run.smithi105.stdout:Need to get 67.4 MB of archives. 2023-11-17T06:33:09.140 INFO:teuthology.orchestra.run.smithi105.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-17T06:33:09.141 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-11-17T06:33:09.807 INFO:teuthology.orchestra.run.smithi045.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-11-17T06:33:09.808 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-11-17T06:33:09.808 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-11-17T06:33:09.957 INFO:teuthology.orchestra.run.smithi105.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-11-17T06:33:10.121 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-11-17T06:33:10.157 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-11-17T06:33:10.161 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-11-17T06:33:10.862 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 67.4 MB in 3s (23.9 MB/s) 2023-11-17T06:33:10.894 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-11-17T06:33:10.895 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-11-17T06:33:10.895 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-11-17T06:33:11.053 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-17T06:33:11.109 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-11-17T06:33:11.133 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-11-17T06:33:11.827 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 67.4 MB in 2s (32.2 MB/s) 2023-11-17T06:33:11.951 INFO:teuthology.orchestra.run.smithi045.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-11-17T06:33:11.955 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-17T06:33:12.013 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-17T06:33:12.141 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:12.931 INFO:teuthology.orchestra.run.smithi105.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-11-17T06:33:12.935 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-17T06:33:13.001 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:13.843 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-17T06:33:13.857 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-17T06:33:13.979 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:14.504 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-17T06:33:14.514 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-17T06:33:14.554 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:14.668 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-17T06:33:14.685 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-17T06:33:14.785 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:15.590 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-17T06:33:15.604 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-17T06:33:15.648 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:18.428 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-17T06:33:18.554 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-17T06:33:18.838 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-17T06:33:18.957 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-17T06:33:19.277 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-17T06:33:19.290 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-17T06:33:19.326 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-17T06:33:19.433 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-17T06:33:19.584 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-17T06:33:19.876 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-17T06:33:20.004 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-17T06:33:20.332 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-17T06:33:20.347 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-17T06:33:20.392 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-17T06:33:24.189 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-17T06:33:24.214 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-17T06:33:24.247 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:24.956 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-17T06:33:24.981 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-17T06:33:25.023 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:26.731 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-17T06:33:26.859 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-17T06:33:27.188 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:27.400 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-17T06:33:27.521 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-17T06:33:27.789 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:27.850 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:28.289 INFO:teuthology.orchestra.run.smithi045.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-17T06:33:28.289 INFO:teuthology.orchestra.run.smithi045.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-17T06:33:28.289 INFO:teuthology.orchestra.run.smithi045.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-17T06:33:28.289 INFO:teuthology.orchestra.run.smithi045.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-17T06:33:28.425 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:28.451 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:28.984 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-17T06:33:28.986 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-17T06:33:28.986 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-17T06:33:28.987 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-17T06:33:28.987 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-17T06:33:29.111 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-17T06:33:29.120 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:29.237 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:29.363 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-17T06:33:29.472 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-17T06:33:29.573 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:29.680 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-17T06:33:29.804 INFO:teuthology.orchestra.run.smithi045.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-17T06:33:29.804 INFO:teuthology.orchestra.run.smithi045.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-17T06:33:29.814 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-17T06:33:29.940 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:30.066 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-17T06:33:30.192 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-17T06:33:30.377 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-17T06:33:30.569 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-17T06:33:30.569 INFO:teuthology.orchestra.run.smithi105.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-17T06:33:46.461 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-17T06:33:46.461 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub' 2023-11-17T06:33:46.487 INFO:teuthology.orchestra.run.smithi105.stdout:Generating grub configuration file ... 2023-11-17T06:33:46.893 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-17T06:33:46.930 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-17T06:33:47.324 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-17T06:33:47.350 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-17T06:33:47.426 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-17T06:33:47.451 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-17T06:33:47.741 INFO:teuthology.orchestra.run.smithi045.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-17T06:33:47.779 INFO:teuthology.orchestra.run.smithi045.stdout:Sourcing file `/etc/default/grub' 2023-11-17T06:33:47.780 INFO:teuthology.orchestra.run.smithi045.stdout:Generating grub configuration file ... 2023-11-17T06:33:48.129 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-17T06:33:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-17T06:33:48.493 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-17T06:33:48.523 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-17T06:33:48.596 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-17T06:33:48.621 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-17T06:33:49.072 INFO:teuthology.orchestra.run.smithi105.stdout:done 2023-11-17T06:33:49.544 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2023-11-17T06:33:49.564 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 18 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 4.15.0.213.196 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-17T06:33:49.565 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2023-11-17T06:33:49.566 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2023-11-17T06:33:49.566 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2023-11-17T06:33:49.566 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2023-11-17T06:33:49.566 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-17T06:33:49.566 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T06:33:49.566 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T06:33:49.566 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-17T06:33:49.566 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T06:33:49.567 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2023-11-17T06:33:49.672 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2023-11-17T06:33:49.796 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-17T06:33:49.916 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-17T06:33:49.998 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-17T06:33:50.080 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-17T06:33:50.250 INFO:teuthology.orchestra.run.smithi045.stdout:done 2023-11-17T06:33:50.712 DEBUG:teuthology.orchestra.run.smithi045:> dpkg -s linux-image-generic 2023-11-17T06:33:50.734 INFO:teuthology.orchestra.run.smithi045.stdout:Package: linux-image-generic 2023-11-17T06:33:50.734 INFO:teuthology.orchestra.run.smithi045.stdout:Status: install ok installed 2023-11-17T06:33:50.734 INFO:teuthology.orchestra.run.smithi045.stdout:Priority: optional 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Section: kernel 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Installed-Size: 18 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Maintainer: Ubuntu Kernel Team 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: amd64 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Source: linux-meta 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Version: 4.15.0.213.196 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Recommends: thermald 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout:Description: Generic Linux kernel image 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout: This package will always depend on the latest generic kernel image 2023-11-17T06:33:50.735 INFO:teuthology.orchestra.run.smithi045.stdout: available. 2023-11-17T06:33:50.736 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-17T06:33:50.736 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T06:33:50.736 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T06:33:50.736 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-17T06:33:50.736 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T06:33:50.736 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get clean 2023-11-17T06:33:50.834 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2023-11-17T06:33:51.091 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-17T06:33:51.091 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-17T06:33:51.161 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-17T06:33:51.246 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-17T06:33:51.897 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-11-17T06:33:51.951 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-17T06:33:52.038 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-11-17T06:33:52.337 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2023-11-17T06:33:52.337 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2023-11-17T06:33:52.544 INFO:teuthology.orchestra.run.smithi105.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-17T06:33:52.545 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2023-11-17T06:33:52.545 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-17T06:33:52.545 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-17T06:33:52.545 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-17T06:33:52.545 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-17T06:33:52.602 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-17T06:33:52.606 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2023-11-17T06:33:52.627 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2023-11-17T06:33:52.627 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2023-11-17T06:33:52.627 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 18 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 4.15.0.213.196 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2023-11-17T06:33:52.628 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2023-11-17T06:33:52.629 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2023-11-17T06:33:52.629 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2023-11-17T06:33:52.676 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.mP29uFNcG3 2023-11-17T06:33:52.676 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub/grub.cfg /tmp/tmp.mP29uFNcG3 2023-11-17T06:33:52.734 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.mP29uFNcG3 2023-11-17T06:33:52.864 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.mP29uFNcG3 is 10KB 2023-11-17T06:33:52.876 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.mP29uFNcG3 2023-11-17T06:33:52.882 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-17T06:33:52.936 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:33:52.936 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-17T06:33:52.936 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-17T06:33:53.010 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-17T06:33:53.010 DEBUG:teuthology.orchestra.run.smithi105:> sudo update-grub 2023-11-17T06:33:53.264 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-11-17T06:33:53.321 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-17T06:33:53.409 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-11-17T06:33:53.693 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2023-11-17T06:33:53.701 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2023-11-17T06:33:53.918 INFO:teuthology.orchestra.run.smithi045.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-17T06:33:53.918 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages were automatically installed and are no longer required: 2023-11-17T06:33:53.918 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-17T06:33:53.918 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-17T06:33:53.918 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-17T06:33:53.918 INFO:teuthology.orchestra.run.smithi045.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-17T06:33:53.970 INFO:teuthology.orchestra.run.smithi045.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-17T06:33:53.972 DEBUG:teuthology.orchestra.run.smithi045:> dpkg -s linux-image-generic 2023-11-17T06:33:53.999 INFO:teuthology.orchestra.run.smithi045.stdout:Package: linux-image-generic 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Status: install ok installed 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Priority: optional 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Section: kernel 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Installed-Size: 18 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Maintainer: Ubuntu Kernel Team 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: amd64 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Source: linux-meta 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Version: 4.15.0.213.196 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-17T06:33:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-17T06:33:54.001 INFO:teuthology.orchestra.run.smithi045.stdout:Recommends: thermald 2023-11-17T06:33:54.001 INFO:teuthology.orchestra.run.smithi045.stdout:Description: Generic Linux kernel image 2023-11-17T06:33:54.001 INFO:teuthology.orchestra.run.smithi045.stdout: This package will always depend on the latest generic kernel image 2023-11-17T06:33:54.001 INFO:teuthology.orchestra.run.smithi045.stdout: available. 2023-11-17T06:33:54.001 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2023-11-17T06:33:54.047 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.eoitoHJytu 2023-11-17T06:33:54.047 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub/grub.cfg /tmp/tmp.eoitoHJytu 2023-11-17T06:33:54.103 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.eoitoHJytu 2023-11-17T06:33:54.246 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.eoitoHJytu is 10KB 2023-11-17T06:33:54.265 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.eoitoHJytu 2023-11-17T06:33:54.277 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-17T06:33:54.296 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:33:54.296 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-17T06:33:54.296 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-17T06:33:54.376 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-17T06:33:54.376 DEBUG:teuthology.orchestra.run.smithi045:> sudo update-grub 2023-11-17T06:33:54.448 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub' 2023-11-17T06:33:54.462 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2023-11-17T06:33:54.709 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-17T06:33:54.722 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-17T06:33:55.034 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-17T06:33:55.045 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-17T06:33:55.120 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-17T06:33:55.132 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-17T06:33:55.827 INFO:teuthology.orchestra.run.smithi045.stderr:Sourcing file `/etc/default/grub' 2023-11-17T06:33:55.843 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2023-11-17T06:33:56.104 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-17T06:33:56.117 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-17T06:33:56.343 INFO:teuthology.orchestra.run.smithi105.stderr:done 2023-11-17T06:33:59.255 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2023-11-17T06:33:59.260 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-17T06:33:59.260 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-17T06:33:59.260 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-17T06:33:59.260 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-17T06:33:59.260 INFO:teuthology.orchestra.run.smithi045.stderr:done 2023-11-17T06:33:59.261 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2023-11-17T06:34:29.290 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-17T06:34:29.291 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-17T06:34:29.292 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:34:29.293 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-17T06:34:29.293 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-11-17T06:34:29.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:35:03.931 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2023-11-17T06:35:32.819 DEBUG:teuthology.orchestra.remote:timed out 2023-11-17T06:35:41.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-11-17T06:35:41.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:35:41.828 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-17T06:35:41.828 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:35:41.906 DEBUG:teuthology.orchestra.run.smithi105:> true 2023-11-17T06:35:41.915 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-11-17T06:35:42.219 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-17T06:35:42.219 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-11-17T06:35:42.220 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-11-17T06:35:42.243 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-11-17T06:35:42.243 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-11-17T06:35:42.244 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2023-11-17T06:35:42.272 INFO:teuthology.orchestra.run.smithi045.stdout:4.15.0-213-generic 2023-11-17T06:35:42.272 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-17T06:35:42.273 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T06:35:42.273 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-17T06:35:42.291 INFO:teuthology.orchestra.run.smithi105.stdout:4.15.0-213-generic 2023-11-17T06:35:42.291 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-17T06:35:42.291 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T06:35:42.292 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-17T06:35:43.274 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-17T06:35:43.274 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T06:35:43.293 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-17T06:35:43.293 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T06:35:43.307 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-11-17T06:35:43.322 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2023-11-17T06:35:43.337 DEBUG:teuthology.parallel:result is None 2023-11-17T06:35:43.352 DEBUG:teuthology.parallel:result is None 2023-11-17T06:35:43.352 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-17T06:35:43.359 INFO:teuthology.task.internal:Creating test directory... 2023-11-17T06:35:43.359 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T06:35:43.380 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T06:35:43.399 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-17T06:35:43.439 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-17T06:35:43.449 INFO:teuthology.task.internal:Creating archive directory... 2023-11-17T06:35:43.449 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T06:35:43.451 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T06:35:43.473 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-17T06:35:43.479 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-17T06:35:43.480 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T06:35:43.508 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T06:35:43.532 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T06:35:43.533 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T06:35:43.540 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T06:35:43.542 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T06:35:43.544 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-17T06:35:43.551 INFO:teuthology.task.internal:Configuring sudo... 2023-11-17T06:35:43.551 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T06:35:43.584 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T06:35:43.601 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-17T06:35:43.611 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-17T06:35:43.612 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T06:35:43.640 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T06:35:43.647 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T06:35:43.693 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T06:35:43.745 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:35:43.745 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T06:35:43.807 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T06:35:43.813 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T06:35:43.864 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:35:43.864 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T06:35:43.926 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-11-17T06:35:43.928 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2023-11-17T06:35:44.008 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-17T06:35:44.016 INFO:teuthology.task.internal:Starting timer... 2023-11-17T06:35:44.016 INFO:teuthology.run_tasks:Running task pcp... 2023-11-17T06:35:44.063 INFO:teuthology.run_tasks:Running task selinux... 2023-11-17T06:35:44.087 DEBUG:teuthology.task.selinux:Excluding smithi045: OS 'ubuntu' does not support SELinux 2023-11-17T06:35:44.087 DEBUG:teuthology.task.selinux:Excluding smithi105: OS 'ubuntu' does not support SELinux 2023-11-17T06:35:44.087 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-17T06:35:44.087 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-17T06:35:44.087 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-17T06:35:44.087 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-17T06:35:44.098 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-17T06:35:44.104 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-17T06:35:44.239 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-17T06:35:44.280 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-17T06:35:44.281 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-17T06:41:24.528 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-17T06:41:51.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:41:51.959 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-11-17T06:41:52.079 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-17T06:41:52.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-11-17T06:41:52.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:41:52.154 DEBUG:teuthology.orchestra.run.smithi105:> true 2023-11-17T06:41:52.271 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-11-17T06:41:52.271 INFO:teuthology.run_tasks:Running task clock... 2023-11-17T06:41:52.281 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-17T06:41:52.281 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T06:41:52.282 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T06:41:52.284 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T06:41:52.284 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T06:41:52.341 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-17T06:41:52.341 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: Command line: ntpd -gq 2023-11-17T06:41:52.342 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: proto: precision = 0.130 usec (-23) 2023-11-17T06:41:52.342 INFO:teuthology.orchestra.run.smithi045.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-17T06:41:52.343 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-17T06:41:52.343 INFO:teuthology.orchestra.run.smithi045.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-17T06:41:52.344 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: restrict ::: KOD does nothing without LIMITED. 2023-11-17T06:41:52.344 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: Listen and drop on 0 v6wildcard [::]:123 2023-11-17T06:41:52.344 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-17T06:41:52.344 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: Listen normally on 2 lo 127.0.0.1:123 2023-11-17T06:41:52.344 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: Listen normally on 3 ens1f0 172.21.15.45:123 2023-11-17T06:41:52.344 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: Listen normally on 4 lo [::1]:123 2023-11-17T06:41:52.344 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:12be%3]:123 2023-11-17T06:41:52.344 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:52 ntpd[23988]: Listening on routing socket on fd #22 for interface updates 2023-11-17T06:41:52.380 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-17T06:41:52.380 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: Command line: ntpd -gq 2023-11-17T06:41:52.381 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: proto: precision = 0.126 usec (-23) 2023-11-17T06:41:52.381 INFO:teuthology.orchestra.run.smithi105.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-17T06:41:52.382 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-17T06:41:52.382 INFO:teuthology.orchestra.run.smithi105.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-17T06:41:52.383 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: restrict ::: KOD does nothing without LIMITED. 2023-11-17T06:41:52.383 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: Listen and drop on 0 v6wildcard [::]:123 2023-11-17T06:41:52.383 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-17T06:41:52.383 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: Listen normally on 2 lo 127.0.0.1:123 2023-11-17T06:41:52.383 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: Listen normally on 3 enp3s0f1 172.21.15.105:123 2023-11-17T06:41:52.383 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: Listen normally on 4 lo [::1]:123 2023-11-17T06:41:52.383 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d429%5]:123 2023-11-17T06:41:52.383 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:41:52 ntpd[24312]: Listening on routing socket on fd #22 for interface updates 2023-11-17T06:41:53.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:53 ntpd[23988]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:53.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:53 ntpd[23988]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:53.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:53 ntpd[23988]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:53.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:53 ntpd[23988]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:54.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:54 ntpd[23988]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:54.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:54 ntpd[23988]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:54.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:54 ntpd[23988]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:54.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:54 ntpd[23988]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:54.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:54 ntpd[24312]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:54.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:54 ntpd[24312]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:54.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:54 ntpd[24312]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:54.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:54 ntpd[24312]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:55.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:55 ntpd[23988]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:55.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:55 ntpd[23988]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:55.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:55 ntpd[23988]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:55.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:55 ntpd[23988]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:56.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:56 ntpd[23988]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:56.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:56 ntpd[23988]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:56.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:56 ntpd[23988]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:56.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:56 ntpd[23988]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:56.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:56 ntpd[24312]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:56.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:56 ntpd[24312]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:56.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:56 ntpd[24312]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:56.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:56 ntpd[24312]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:57.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:57 ntpd[23988]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:57.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:57 ntpd[23988]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:57.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:57 ntpd[23988]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:57.343 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:57 ntpd[23988]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:57.343 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:57 ntpd[23988]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:57.343 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:57 ntpd[23988]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:57.343 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:57 ntpd[23988]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:57.343 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:57 ntpd[23988]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:57.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:57 ntpd[24312]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:57.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:57 ntpd[24312]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:57.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:57 ntpd[24312]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:57.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:57 ntpd[24312]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:57.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:57 ntpd[24312]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:57.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:57 ntpd[24312]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:57.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:57 ntpd[24312]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:57.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:57 ntpd[24312]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:58.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:58 ntpd[23988]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:58.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:58 ntpd[23988]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:58.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:58 ntpd[23988]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:58.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:58 ntpd[23988]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:58.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:58 ntpd[24312]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:58.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:58 ntpd[24312]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:58.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:58 ntpd[24312]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:58.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:58 ntpd[24312]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:59.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:59 ntpd[23988]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:59.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:59 ntpd[23988]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:59.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:59 ntpd[23988]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:59.342 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:59 ntpd[23988]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:59.342 INFO:teuthology.orchestra.run.smithi045.stdout:17 Nov 06:41:59 ntpd[23988]: ntpd: time slew -0.000618 s 2023-11-17T06:41:59.343 INFO:teuthology.orchestra.run.smithi045.stdout:ntpd: time slew -0.000618s 2023-11-17T06:41:59.343 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:59 ntpd[23988]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-17T06:41:59.343 INFO:teuthology.orchestra.run.smithi045.stderr:17 Nov 06:41:59 ntpd[23988]: can't open /var/log/ntpstats/loopstats.20231117: Permission denied 2023-11-17T06:41:59.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:59 ntpd[24312]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:59.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:59 ntpd[24312]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:59.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:59 ntpd[24312]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:59.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:59 ntpd[24312]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:59.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:59 ntpd[24312]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:41:59.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:59 ntpd[24312]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:41:59.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:59 ntpd[24312]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:41:59.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:41:59 ntpd[24312]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:41:59.400 INFO:teuthology.orchestra.run.smithi045.stdout: remote refid st t when poll reach delay offset jitter 2023-11-17T06:41:59.400 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================== 2023-11-17T06:41:59.400 INFO:teuthology.orchestra.run.smithi045.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-17T06:41:59.400 INFO:teuthology.orchestra.run.smithi045.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-17T06:41:59.400 INFO:teuthology.orchestra.run.smithi045.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-17T06:41:59.400 INFO:teuthology.orchestra.run.smithi045.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-17T06:42:00.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:42:00 ntpd[24312]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-17T06:42:00.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:42:00 ntpd[24312]: can't open /var/log/ntpstats/rawstats.20231117: Permission denied 2023-11-17T06:42:00.381 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:42:00 ntpd[24312]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-17T06:42:00.381 INFO:teuthology.orchestra.run.smithi105.stdout:17 Nov 06:42:00 ntpd[24312]: ntpd: time slew +0.000941 s 2023-11-17T06:42:00.381 INFO:teuthology.orchestra.run.smithi105.stdout:ntpd: time slew +0.000941s 2023-11-17T06:42:00.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:42:00 ntpd[24312]: can't open /var/log/ntpstats/peerstats.20231117: Permission denied 2023-11-17T06:42:00.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:42:00 ntpd[24312]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-17T06:42:00.382 INFO:teuthology.orchestra.run.smithi105.stderr:17 Nov 06:42:00 ntpd[24312]: can't open /var/log/ntpstats/loopstats.20231117: Permission denied 2023-11-17T06:42:00.436 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2023-11-17T06:42:00.436 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2023-11-17T06:42:00.437 INFO:teuthology.orchestra.run.smithi105.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-17T06:42:00.437 INFO:teuthology.orchestra.run.smithi105.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-17T06:42:00.437 INFO:teuthology.orchestra.run.smithi105.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-17T06:42:00.437 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-17T06:42:00.438 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-17T06:42:00.448 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-17T06:42:00.448 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:42:00.448 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:42:00.455 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-17T06:42:00.455 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2023-11-17T06:42:00.509 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-17T06:42:00.509 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:42:00.509 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 345 Links: 1 2023-11-17T06:42:00.509 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:42:00.509 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-17 06:40:01.693197919 +0000 2023-11-17T06:42:00.509 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-17 06:40:01.465203344 +0000 2023-11-17T06:42:00.510 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-17 06:40:01.465203344 +0000 2023-11-17T06:42:00.510 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-17T06:42:00.510 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-17T06:42:00.563 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-17T06:42:00.563 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-17T06:42:00.563 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000219537 s, 2.3 MB/s 2023-11-17T06:42:00.564 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-17T06:42:00.614 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2023-11-17T06:42:00.664 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-17T06:42:00.665 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:42:00.665 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 354 Links: 1 2023-11-17T06:42:00.665 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:42:00.665 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-17 06:40:02.053189354 +0000 2023-11-17T06:42:00.665 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-17 06:40:01.809195159 +0000 2023-11-17T06:42:00.665 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-17 06:40:01.809195159 +0000 2023-11-17T06:42:00.665 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-17T06:42:00.665 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-17T06:42:00.723 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-17T06:42:00.723 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-17T06:42:00.724 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000281997 s, 1.8 MB/s 2023-11-17T06:42:00.725 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-17T06:42:00.774 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2023-11-17T06:42:00.825 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-17T06:42:00.825 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:42:00.825 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 360 Links: 1 2023-11-17T06:42:00.825 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:42:00.825 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-17 06:40:02.421180598 +0000 2023-11-17T06:42:00.825 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-17 06:40:02.193186023 +0000 2023-11-17T06:42:00.825 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-17 06:40:02.193186023 +0000 2023-11-17T06:42:00.825 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-17T06:42:00.826 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-17T06:42:00.879 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-17T06:42:00.880 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-17T06:42:00.880 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000291031 s, 1.8 MB/s 2023-11-17T06:42:00.881 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-17T06:42:00.930 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2023-11-17T06:42:00.985 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-17T06:42:00.985 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:42:00.985 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 366 Links: 1 2023-11-17T06:42:00.985 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:42:00.985 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-17 06:40:02.785171937 +0000 2023-11-17T06:42:00.985 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-17 06:40:02.553177457 +0000 2023-11-17T06:42:00.985 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-17 06:40:02.553177457 +0000 2023-11-17T06:42:00.985 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-17T06:42:00.986 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-17T06:42:01.039 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-17T06:42:01.040 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-17T06:42:01.040 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000203194 s, 2.5 MB/s 2023-11-17T06:42:01.041 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-17T06:42:01.090 DEBUG:teuthology.orchestra.run.smithi045:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-17T06:42:01.215 INFO:teuthology.orchestra.run.smithi045.stdout:loop 2023-11-17T06:42:01.216 INFO:tasks.nvme_loop:Connecting nvme_loop smithi045:/dev/vg_nvme/lv_1... 2023-11-17T06:42:01.216 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-17T06:42:01.239 INFO:teuthology.orchestra.run.smithi045.stdout:1 2023-11-17T06:42:01.266 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/vg_nvme/lv_11 2023-11-17T06:42:01.287 INFO:tasks.nvme_loop:Connecting nvme_loop smithi045:/dev/vg_nvme/lv_2... 2023-11-17T06:42:01.287 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-17T06:42:01.355 INFO:teuthology.orchestra.run.smithi045.stdout:1 2023-11-17T06:42:01.381 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/vg_nvme/lv_21 2023-11-17T06:42:01.403 INFO:tasks.nvme_loop:Connecting nvme_loop smithi045:/dev/vg_nvme/lv_3... 2023-11-17T06:42:01.403 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-17T06:42:01.472 INFO:teuthology.orchestra.run.smithi045.stdout:1 2023-11-17T06:42:01.498 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/vg_nvme/lv_31 2023-11-17T06:42:01.519 INFO:tasks.nvme_loop:Connecting nvme_loop smithi045:/dev/vg_nvme/lv_4... 2023-11-17T06:42:01.519 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-17T06:42:01.591 INFO:teuthology.orchestra.run.smithi045.stdout:1 2023-11-17T06:42:01.617 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/vg_nvme/lv_41 2023-11-17T06:42:01.637 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:42:01.638 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:42:01.685 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme list 2023-11-17T06:42:01.743 INFO:teuthology.orchestra.run.smithi045.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-17T06:42:01.743 INFO:teuthology.orchestra.run.smithi045.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-17T06:42:01.743 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme0n1 PHMB75120098480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-11-17T06:42:01.743 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme1n1 d7ad602884175ced Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-17T06:42:01.743 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme2n1 d99541c44c668e72 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-17T06:42:01.743 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme3n1 1811efcf925dc87f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-17T06:42:01.744 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme4n1 3cf14d58f552661f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-17T06:42:01.744 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T06:42:01.745 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:42:01.745 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/scratch_devs 2023-11-17T06:42:01.801 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:42:01.801 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:42:01.809 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-17T06:42:01.809 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2023-11-17T06:42:01.859 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-17T06:42:01.859 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:42:01.859 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 343 Links: 1 2023-11-17T06:42:01.859 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:42:01.859 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-11-17 06:39:58.516792096 +0000 2023-11-17T06:42:01.860 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-11-17 06:39:58.284795295 +0000 2023-11-17T06:42:01.860 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-11-17 06:39:58.284795295 +0000 2023-11-17T06:42:01.860 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-11-17T06:42:01.860 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-17T06:42:01.913 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-11-17T06:42:01.913 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-11-17T06:42:01.913 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000266967 s, 1.9 MB/s 2023-11-17T06:42:01.914 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-17T06:42:01.964 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2023-11-17T06:42:02.015 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-17T06:42:02.015 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:42:02.015 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 350 Links: 1 2023-11-17T06:42:02.015 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:42:02.016 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-11-17 06:39:58.660790110 +0000 2023-11-17T06:42:02.016 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-11-17 06:39:58.656790165 +0000 2023-11-17T06:42:02.016 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-11-17 06:39:58.656790165 +0000 2023-11-17T06:42:02.016 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-11-17T06:42:02.016 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-17T06:42:02.070 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-11-17T06:42:02.070 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-11-17T06:42:02.070 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000322098 s, 1.6 MB/s 2023-11-17T06:42:02.071 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-17T06:42:02.120 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2023-11-17T06:42:02.167 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-17T06:42:02.167 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:42:02.167 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 356 Links: 1 2023-11-17T06:42:02.167 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:42:02.167 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-11-17 06:40:00.952758489 +0000 2023-11-17T06:42:02.167 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-11-17 06:40:00.948758545 +0000 2023-11-17T06:42:02.167 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-11-17 06:40:00.948758545 +0000 2023-11-17T06:42:02.167 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-11-17T06:42:02.168 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-17T06:42:02.221 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-11-17T06:42:02.222 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-11-17T06:42:02.222 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000311323 s, 1.6 MB/s 2023-11-17T06:42:02.223 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-17T06:42:02.270 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2023-11-17T06:42:02.318 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-17T06:42:02.319 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:42:02.319 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 362 Links: 1 2023-11-17T06:42:02.319 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:42:02.319 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-11-17 06:40:01.320753098 +0000 2023-11-17T06:42:02.319 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-11-17 06:40:01.316753157 +0000 2023-11-17T06:42:02.319 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-11-17 06:40:01.316753157 +0000 2023-11-17T06:42:02.319 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-11-17T06:42:02.319 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-17T06:42:02.367 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-11-17T06:42:02.368 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-11-17T06:42:02.368 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.0003158 s, 1.6 MB/s 2023-11-17T06:42:02.369 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-17T06:42:02.419 DEBUG:teuthology.orchestra.run.smithi105:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-17T06:42:02.534 INFO:teuthology.orchestra.run.smithi105.stdout:loop 2023-11-17T06:42:02.536 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2023-11-17T06:42:02.536 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-17T06:42:02.556 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-11-17T06:42:02.580 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_11 2023-11-17T06:42:02.603 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2023-11-17T06:42:02.603 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-17T06:42:02.668 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-11-17T06:42:02.696 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_21 2023-11-17T06:42:02.716 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2023-11-17T06:42:02.716 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-17T06:42:02.780 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-11-17T06:42:02.808 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_31 2023-11-17T06:42:02.829 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2023-11-17T06:42:02.829 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-17T06:42:02.897 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-11-17T06:42:02.925 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_41 2023-11-17T06:42:02.946 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:42:02.947 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:42:02.994 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme list 2023-11-17T06:42:03.050 INFO:teuthology.orchestra.run.smithi105.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-17T06:42:03.050 INFO:teuthology.orchestra.run.smithi105.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-17T06:42:03.050 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme0n1 PHFT620400TR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-17T06:42:03.050 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme1n1 9ac878f3a5005ed1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-17T06:42:03.050 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme2n1 08e8c2623b2e9705 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-17T06:42:03.050 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme3n1 d1ada5aca6f00417 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-17T06:42:03.051 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme4n1 9c5febd8cefe60b7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-17T06:42:03.051 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T06:42:03.052 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:42:03.052 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2023-11-17T06:42:03.107 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-17T06:42:03.181 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': 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac'} 2023-11-17T06:42:03.182 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T06:42:03.182 INFO:tasks.cephadm:Cluster fsid is 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:03.182 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-17T06:42:03.182 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-17T06:42:03.183 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi045': '172.21.15.45', 'mon.smithi105': '172.21.15.105'} 2023-11-17T06:42:03.183 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-17T06:42:03.183 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2023-11-17T06:42:03.200 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2023-11-17T06:42:03.215 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ed3c8e926b9de93026c8a7c1d86be5d6821b52ac)... 2023-11-17T06:42:03.216 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T06:42:03.461 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 17 06:42 /home/ubuntu/cephtest/cephadm 2023-11-17T06:42:03.462 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T06:42:03.608 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 17 06:42 /home/ubuntu/cephtest/cephadm 2023-11-17T06:42:03.608 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T06:42:03.617 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T06:42:03.639 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2023-11-17T06:42:03.673 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2023-11-17T06:42:03.687 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2023-11-17T06:42:03.727 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2023-11-17T06:42:03.742 INFO:tasks.cephadm:Writing seed config... 2023-11-17T06:42:03.747 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-17T06:42:03.747 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-17T06:42:03.747 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-17T06:42:03.747 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-17T06:42:03.747 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-17T06:42:03.747 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-17T06:42:03.747 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-17T06:42:03.747 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-17T06:42:03.748 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:42:03.748 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-17T06:42:03.776 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 6abf46ce-8514-11ee-8dbf-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-17T06:42:03.776 DEBUG:teuthology.orchestra.run.smithi045:mon.smithi045> sudo journalctl -f -n 0 -u ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi045.service 2023-11-17T06:42:03.820 INFO:tasks.cephadm:Bootstrapping... 2023-11-17T06:42:03.820 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -v bootstrap --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:42:04.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-17T06:42:04.210 INFO:teuthology.orchestra.run.smithi045.stderr:-------------------------------------------------------------------------------- 2023-11-17T06:42:04.210 INFO:teuthology.orchestra.run.smithi045.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac', '-v', 'bootstrap', '--fsid', '6abf46ce-8514-11ee-8dbf-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.45', '--skip-admin-label'] 2023-11-17T06:42:04.210 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying podman|docker is present... 2023-11-17T06:42:04.210 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying lvm2 is present... 2023-11-17T06:42:04.210 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying time synchronization is in place... 2023-11-17T06:42:04.217 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T06:42:04.227 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-11-17T06:42:04.236 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-17T06:42:04.243 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-11-17T06:42:04.252 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-11-17T06:42:04.261 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-11-17T06:42:04.271 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-17T06:42:04.280 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-11-17T06:42:04.289 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-11-17T06:42:04.298 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-11-17T06:42:04.299 INFO:teuthology.orchestra.run.smithi045.stderr:Unit ntp.service is enabled and running 2023-11-17T06:42:04.299 INFO:teuthology.orchestra.run.smithi045.stderr:Repeating the final host check... 2023-11-17T06:42:04.300 INFO:teuthology.orchestra.run.smithi045.stderr:docker (/usr/bin/docker) is present 2023-11-17T06:42:04.300 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl is present 2023-11-17T06:42:04.300 INFO:teuthology.orchestra.run.smithi045.stderr:lvcreate is present 2023-11-17T06:42:04.307 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T06:42:04.316 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-11-17T06:42:04.326 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-17T06:42:04.335 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-11-17T06:42:04.344 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-11-17T06:42:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-11-17T06:42:04.362 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-17T06:42:04.374 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-11-17T06:42:04.382 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-11-17T06:42:04.392 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-11-17T06:42:04.393 INFO:teuthology.orchestra.run.smithi045.stderr:Unit ntp.service is enabled and running 2023-11-17T06:42:04.393 INFO:teuthology.orchestra.run.smithi045.stderr:Host looks OK 2023-11-17T06:42:04.393 INFO:teuthology.orchestra.run.smithi045.stderr:Cluster fsid: 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:04.393 INFO:teuthology.orchestra.run.smithi045.stderr:Acquiring lock 139627539068184 on /run/cephadm/6abf46ce-8514-11ee-8dbf-212e2dc638e7.lock 2023-11-17T06:42:04.393 INFO:teuthology.orchestra.run.smithi045.stderr:Lock 139627539068184 acquired on /run/cephadm/6abf46ce-8514-11ee-8dbf-212e2dc638e7.lock 2023-11-17T06:42:04.394 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 3300 ... 2023-11-17T06:42:04.394 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 6789 ... 2023-11-17T06:42:04.394 INFO:teuthology.orchestra.run.smithi045.stderr:Base mon IP(s) is [172.21.15.45:3300, 172.21.15.45:6789], mon addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-11-17T06:42:04.400 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-11-17T06:42:04.400 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-17T06:42:04.400 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 2023-11-17T06:42:04.404 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-17T06:42:04.404 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-11-17T06:42:04.408 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-17T06:42:04.408 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-17T06:42:04.408 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-17T06:42:04.408 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2023-11-17T06:42:04.409 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:12be/64 scope link 2023-11-17T06:42:04.409 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-17T06:42:04.410 INFO:teuthology.orchestra.run.smithi045.stderr:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2023-11-17T06:42:04.410 INFO:teuthology.orchestra.run.smithi045.stderr:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2023-11-17T06:42:04.410 INFO:teuthology.orchestra.run.smithi045.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-17T06:42:04.411 INFO:teuthology.orchestra.run.smithi045.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-17T06:42:04.412 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-17T06:42:04.778 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac: Pulling from ceph-ci/ceph 2023-11-17T06:42:04.780 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: 837e66e3ff89: Pulling fs layer 2023-11-17T06:42:04.780 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: 0b35c5e1bfec: Pulling fs layer 2023-11-17T06:42:05.509 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: 837e66e3ff89: Verifying Checksum 2023-11-17T06:42:05.509 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: 837e66e3ff89: Download complete 2023-11-17T06:42:07.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: 0b35c5e1bfec: Verifying Checksum 2023-11-17T06:42:07.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: 0b35c5e1bfec: Download complete 2023-11-17T06:42:08.247 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: 837e66e3ff89: Pull complete 2023-11-17T06:42:18.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: 0b35c5e1bfec: Pull complete 2023-11-17T06:42:18.983 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: Digest: sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c 2023-11-17T06:42:19.038 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T06:42:19.075 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T06:42:27.405 INFO:teuthology.orchestra.run.smithi045.stderr:ceph: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-17T06:42:27.968 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph version: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-17T06:42:27.968 INFO:teuthology.orchestra.run.smithi045.stderr:Extracting ceph user uid/gid from container image... 2023-11-17T06:42:28.892 INFO:teuthology.orchestra.run.smithi045.stderr:stat: 167 167 2023-11-17T06:42:29.380 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial keys... 2023-11-17T06:42:30.294 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQBWC1dlVXNoERAA1ipR3FL5zaTfJ/66+evrFw== 2023-11-17T06:42:31.741 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQBXC1dl/M8QLBAA+xabkqcYLJ/1Q9qQ4wInvA== 2023-11-17T06:42:33.160 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQBZC1dlTKtjCRAAU98rN94tqfbY7uACQHEvyw== 2023-11-17T06:42:33.672 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial monmap... 2023-11-17T06:42:34.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T06:42:34.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:34.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T06:42:35.174 INFO:teuthology.orchestra.run.smithi045.stderr:monmaptool for smithi045 [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T06:42:35.174 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: set fsid to 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:35.174 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T06:42:35.175 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:42:35.175 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mon... 2023-11-17T06:42:36.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T06:42:36.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 1 imported monmap: 2023-11-17T06:42:36.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-17T06:42:36.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:36.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: last_changed 2023-11-17T06:42:34.643837+0000 2023-11-17T06:42:36.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: created 2023-11-17T06:42:34.643837+0000 2023-11-17T06:42:36.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-17T06:42:36.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-17T06:42:36.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.smithi045 2023-11-17T06:42:36.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 0 /usr/bin/ceph-mon: set fsid to 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:36.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T06:42:36.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T06:42:36.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Compile date Nov 14 2023 2023-11-17T06:42:36.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: DB SUMMARY 2023-11-17T06:42:36.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 0, files: 2023-11-17T06:42:36.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.086 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 2023-11-17T06:42:36.086 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.086 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.error_if_exists: 0 2023-11-17T06:42:36.086 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.create_if_missing: 1 2023-11-17T06:42:36.086 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.env: 0x559390392080 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.fs: Posix File System 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.info_log: 0x559391b373a0 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.statistics: (nil) 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.use_fsync: 0 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T06:42:36.087 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T06:42:36.088 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T06:42:36.088 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T06:42:36.088 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T06:42:36.088 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T06:42:36.088 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T06:42:36.088 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T06:42:36.088 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T06:42:36.088 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.db_log_dir: 2023-11-17T06:42:36.089 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2023-11-17T06:42:36.089 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T06:42:36.089 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T06:42:36.089 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T06:42:36.089 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T06:42:36.089 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T06:42:36.089 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T06:42:36.114 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T06:42:36.114 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T06:42:36.114 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T06:42:36.114 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T06:42:36.114 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.write_buffer_manager: 0x559391b3d980 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.unordered_write: 0 2023-11-17T06:42:36.115 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.row_cache: None 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.wal_filter: None 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.two_write_queues: 0 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T06:42:36.116 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.atomic_flush: 0 2023-11-17T06:42:36.117 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T06:42:36.117 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T06:42:36.117 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T06:42:36.117 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T06:42:36.117 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T06:42:36.117 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T06:42:36.117 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T06:42:36.117 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.072+0000 7f1450255880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_open_files: -1 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T06:42:36.118 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Compression algorithms supported: 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: kZSTD supported: 0 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: kXpressCompression supported: 0 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: kZlibCompression supported: 1 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T06:42:36.119 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000001 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.merge_operator: 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_filter: None 2023-11-17T06:42:36.120 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559391a4bd38) 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-17T06:42:36.121 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache: 0x559391a82d10 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-17T06:42:36.122 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-17T06:42:36.123 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compression: NoCompression 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T06:42:36.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.num_levels: 7 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:42:36.125 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T06:42:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T06:42:36.127 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T06:42:36.128 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.table_properties_collectors: 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T06:42:36.129 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.bloom_locality: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.ttl: 2592000 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.076+0000 7f1450255880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T06:42:36.130 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.092+0000 7f1450255880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.092+0000 7f1450255880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.092+0000 7f1450255880 4 rocksdb: DB pointer 0x559391b4b800 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.092+0000 7f14390dc700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.092+0000 7f14390dc700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T06:42:36.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:42:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:42:36.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:42:36.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:42:36.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T06:42:36.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:42:36.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:42:36.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:42:36.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:42:36.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T06:42:36.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:42:36.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:42:36.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:42:36.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-11-17T06:42:36.137 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.096+0000 7f1450255880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-17T06:42:36.137 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.096+0000 7f1450255880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-17T06:42:36.137 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:42:36.096+0000 7f1450255880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi045 for mon.smithi045 2023-11-17T06:42:36.670 INFO:teuthology.orchestra.run.smithi045.stderr:create mon.smithi045 on 2023-11-17T06:42:36.810 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-17T06:42:36.950 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7.target -> /etc/systemd/system/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7.target. 2023-11-17T06:42:36.950 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7.target -> /etc/systemd/system/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7.target. 2023-11-17T06:42:37.205 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi045.service: Unit ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi045.service is not loaded. 2023-11-17T06:42:37.214 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7.target.wants/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi045.service -> /etc/systemd/system/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@.service. 2023-11-17T06:42:37.333 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld does not appear to be present 2023-11-17T06:42:37.333 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T06:42:37.334 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon to start... 2023-11-17T06:42:37.335 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon... 2023-11-17T06:42:37.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:37 smithi045 systemd[1]: Started Ceph mon.smithi045 for 6abf46ce-8514-11ee-8dbf-212e2dc638e7. 2023-11-17T06:42:39.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:38 smithi045 bash[25170]: cluster 2023-11-17T06:42:38.763061+0000 mon.smithi045 (mon.0) 0 : [INF] mkfs 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:39.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:38 smithi045 bash[25170]: cluster 2023-11-17T06:42:38.754600+0000 mon.smithi045 (mon.0) 1 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-11-17T06:42:39.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: cluster: 2023-11-17T06:42:39.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: id: 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:39.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-17T06:42:39.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:39.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: services: 2023-11-17T06:42:39.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi045 (age 0.314284s) 2023-11-17T06:42:39.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-17T06:42:39.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-17T06:42:39.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:39.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: data: 2023-11-17T06:42:39.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-17T06:42:39.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-17T06:42:39.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-17T06:42:39.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pgs: 2023-11-17T06:42:39.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:39.664 INFO:teuthology.orchestra.run.smithi045.stderr:mon is available 2023-11-17T06:42:39.664 INFO:teuthology.orchestra.run.smithi045.stderr:Assimilating anything we can from ceph.conf... 2023-11-17T06:42:40.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:39 smithi045 bash[25170]: cluster 2023-11-17T06:42:38.761220+0000 mon.smithi045 (mon.0) 2 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-11-17T06:42:40.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:39 smithi045 bash[25170]: cluster 2023-11-17T06:42:38.761518+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} 2023-11-17T06:42:40.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:39 smithi045 bash[25170]: cluster 2023-11-17T06:42:38.765686+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] fsmap 2023-11-17T06:42:40.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:39 smithi045 bash[25170]: cluster 2023-11-17T06:42:38.769768+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-17T06:42:40.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:39 smithi045 bash[25170]: cluster 2023-11-17T06:42:38.770620+0000 mon.smithi045 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-17T06:42:40.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:39 smithi045 bash[25170]: audit 2023-11-17T06:42:39.075414+0000 mon.smithi045 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/2295723645' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-17T06:42:40.883 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [global] 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: fsid = 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [mgr] 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-17T06:42:40.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:40.885 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [osd] 2023-11-17T06:42:40.885 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-17T06:42:40.885 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-17T06:42:41.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:40 smithi045 bash[25170]: audit 2023-11-17T06:42:40.872956+0000 mon.smithi045 (mon.0) 8 : audit [INF] from='client.? 172.21.15.45:0/3237932476' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T06:42:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:40 smithi045 bash[25170]: audit 2023-11-17T06:42:40.879226+0000 mon.smithi045 (mon.0) 9 : audit [INF] from='client.? 172.21.15.45:0/3237932476' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-17T06:42:41.473 INFO:teuthology.orchestra.run.smithi045.stderr:Generating new minimal ceph.conf... 2023-11-17T06:42:43.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:42 smithi045 bash[25170]: audit 2023-11-17T06:42:42.607744+0000 mon.smithi045 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.45:0/3328006017' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:42:43.138 INFO:teuthology.orchestra.run.smithi045.stderr:Restarting the monitor... 2023-11-17T06:42:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:43 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for 6abf46ce-8514-11ee-8dbf-212e2dc638e7... 2023-11-17T06:42:43.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:43 smithi045 bash[25705]: Error response from daemon: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-mon.smithi045 2023-11-17T06:42:43.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:43 smithi045 bash[25170]: debug 2023-11-17T06:42:43.316+0000 7f9a30cbc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T06:42:43.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:43 smithi045 bash[25170]: debug 2023-11-17T06:42:43.316+0000 7f9a30cbc700 -1 mon.smithi045@0(leader) e1 *** Got Signal Terminated *** 2023-11-17T06:42:44.186 INFO:teuthology.orchestra.run.smithi045.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-17T06:42:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:44 smithi045 bash[25705]: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-mon-smithi045 2023-11-17T06:42:44.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:44 smithi045 systemd[1]: Stopped Ceph mon.smithi045 for 6abf46ce-8514-11ee-8dbf-212e2dc638e7. 2023-11-17T06:42:44.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:44 smithi045 systemd[1]: Started Ceph mon.smithi045 for 6abf46ce-8514-11ee-8dbf-212e2dc638e7. 2023-11-17T06:42:45.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.416+0000 7f721fb64880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T06:42:45.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.416+0000 7f721fb64880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 7 2023-11-17T06:42:45.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.416+0000 7f721fb64880 0 pidfile_write: ignore empty --pid-file 2023-11-17T06:42:45.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 0 load: jerasure load: lrc load: isa 2023-11-17T06:42:45.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T06:42:45.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Compile date Nov 14 2023 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: DB SUMMARY 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: CURRENT file: CURRENT 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 1, files: 000004.sst 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 000006.log size: 86519 ; 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.error_if_exists: 0 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.create_if_missing: 0 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.env: 0x557293916080 2023-11-17T06:42:45.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.fs: Posix File System 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.info_log: 0x557296082580 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.statistics: (nil) 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.use_fsync: 0 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T06:42:45.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.db_log_dir: 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T06:42:45.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T06:42:45.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T06:42:45.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T06:42:45.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T06:42:45.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.write_buffer_manager: 0x557296cd0480 2023-11-17T06:42:45.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T06:42:45.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T06:42:45.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T06:42:45.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T06:42:45.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T06:42:45.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T06:42:45.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T06:42:45.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T06:42:45.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T06:42:45.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.unordered_write: 0 2023-11-17T06:42:45.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T06:42:45.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.row_cache: None 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.wal_filter: None 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.two_write_queues: 0 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.atomic_flush: 0 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T06:42:45.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T06:42:45.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_open_files: -1 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Compression algorithms supported: 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: kZSTD supported: 0 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: kXpressCompression supported: 0 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T06:42:45.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: kZlibCompression supported: 1 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.merge_operator: 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_filter: None 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T06:42:45.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557296025d30) 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: cache_index_and_filter_blocks: 1 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: pin_top_level_index_and_filter: 1 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: index_type: 0 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: data_block_index_type: 0 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: index_shortening: 1 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: data_block_hash_table_util_ratio: 0.750000 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: hash_index_allow_collision: 1 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: checksum: 1 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: no_block_cache: 0 2023-11-17T06:42:45.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: block_cache: 0x55729605cf10 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: block_cache_name: BinnedLRUCache 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: block_cache_options: 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: capacity : 536870912 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: num_shard_bits : 4 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: strict_capacity_limit : 0 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: high_pri_pool_ratio: 0.000 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: block_cache_compressed: (nil) 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: persistent_cache: (nil) 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: block_size: 4096 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: block_size_deviation: 10 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: block_restart_interval: 16 2023-11-17T06:42:45.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: index_block_restart_interval: 1 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: metadata_block_size: 4096 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: partition_filters: 0 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: use_delta_encoding: 1 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: whole_key_filtering: 1 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: verify_compression: 0 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: read_amp_bytes_per_bit: 0 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: format_version: 2 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: enable_index_compression: 1 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: block_align: 0 2023-11-17T06:42:45.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compression: NoCompression 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.num_levels: 7 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T06:42:45.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T06:42:45.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T06:42:45.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T06:42:45.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.table_properties_collectors: 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T06:42:45.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.bloom_locality: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.ttl: 2592000 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T06:42:45.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203365428570, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.424+0000 7f721fb64880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.428+0000 7f721fb64880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.428+0000 7f721fb64880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203365431026, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83392, "table_properties": {"data_size": 81659, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76171, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700203365, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.428+0000 7f721fb64880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.428+0000 7f721fb64880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203365432200, "job": 1, "event": "recovery_finished"} 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.432+0000 7f721fb64880 4 rocksdb: DB pointer 0x557296125800 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.432+0000 7f720696a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.432+0000 7f720696a700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ** DB Stats ** 2023-11-17T06:42:45.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ** Compaction Stats [default] ** 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 49.4 0.00 0.00 1 0.002 0 0 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 49.4 0.00 0.00 1 0.002 0 0 2023-11-17T06:42:45.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 49.4 0.00 0.00 1 0.002 0 0 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ** Compaction Stats [default] ** 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 49.4 0.00 0.00 1 0.002 0 0 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Cumulative compaction: 0.00 GB write, 9.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Interval compaction: 0.00 GB write, 9.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:42:45.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ** Compaction Stats [default] ** 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 49.4 0.00 0.00 1 0.002 0 0 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 49.4 0.00 0.00 1 0.002 0 0 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ** Compaction Stats [default] ** 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 49.4 0.00 0.00 1 0.002 0 0 2023-11-17T06:42:45.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Cumulative compaction: 0.00 GB write, 9.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.432+0000 7f721fb64880 0 starting mon.smithi045 rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi045 fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.436+0000 7f721fb64880 1 mon.smithi045@-1(???) e1 preinit fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:45.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.436+0000 7f721fb64880 0 mon.smithi045@-1(???).mds e1 new map 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.436+0000 7f721fb64880 0 mon.smithi045@-1(???).mds e1 print_map 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: e1 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: legacy client fscid: -1 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: No filesystems configured 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.436+0000 7f721fb64880 0 mon.smithi045@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.436+0000 7f721fb64880 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.436+0000 7f721fb64880 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: audit 2023-11-17T06:42:42.607744+0000 mon.smithi045 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.45:0/3328006017' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: debug 2023-11-17T06:42:45.436+0000 7f721fb64880 1 mon.smithi045@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-17T06:42:45.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: cluster 2023-11-17T06:42:45.442506+0000 mon.smithi045 (mon.0) 1 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-11-17T06:42:45.604 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: cluster 2023-11-17T06:42:45.442575+0000 mon.smithi045 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} 2023-11-17T06:42:45.604 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: cluster 2023-11-17T06:42:45.443012+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] fsmap 2023-11-17T06:42:45.604 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: cluster 2023-11-17T06:42:45.443051+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-17T06:42:45.604 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:45 smithi045 bash[25828]: cluster 2023-11-17T06:42:45.443438+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-17T06:42:46.340 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-17T06:42:46.340 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:42:46.341 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mgr... 2023-11-17T06:42:46.341 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying port 9283 ... 2023-11-17T06:42:46.493 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mgr.smithi045.tkkiao.service: Unit ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mgr.smithi045.tkkiao.service is not loaded. 2023-11-17T06:42:46.501 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7.target.wants/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mgr.smithi045.tkkiao.service -> /etc/systemd/system/ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@.service. 2023-11-17T06:42:46.625 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld does not appear to be present 2023-11-17T06:42:46.625 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T06:42:46.625 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld does not appear to be present 2023-11-17T06:42:46.626 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-17T06:42:46.626 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr to start... 2023-11-17T06:42:46.626 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr... 2023-11-17T06:42:47.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:46 smithi045 bash[25828]: audit 2023-11-17T06:42:45.753568+0000 mon.smithi045 (mon.0) 6 : audit [INF] from='client.? 172.21.15.45:0/1351930794' entity='client.admin' 2023-11-17T06:42:48.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:48.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-11-17T06:42:48.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "6abf46ce-8514-11ee-8dbf-212e2dc638e7", 2023-11-17T06:42:48.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-11-17T06:42:48.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T06:42:48.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T06:42:48.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T06:42:48.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:48.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T06:42:48.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T06:42:48.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-11-17T06:42:48.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:48.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T06:42:48.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-11-17T06:42:48.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:48.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-17T06:42:48.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T06:42:48.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:48.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T06:42:48.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T06:42:48.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:48.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T06:42:48.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:48.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T06:42:48.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T06:42:48.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T06:42:48.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T06:42:48.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T06:42:48.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T06:42:48.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:48.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T06:42:48.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T06:42:48.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T06:42:48.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T06:42:48.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T06:42:48.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T06:42:48.444 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T06:42:48.444 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T06:42:48.445 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-11-17T06:42:38.763688+0000", 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:42:48.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:48.448 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T06:42:48.448 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-11-17T06:42:48.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:48 smithi045 bash[25828]: audit 2023-11-17T06:42:48.433173+0000 mon.smithi045 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/1689629916' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T06:42:48.958 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (1/15)... 2023-11-17T06:42:52.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:52.132 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "6abf46ce-8514-11ee-8dbf-212e2dc638e7", 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-11-17T06:42:52.133 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T06:42:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T06:42:52.135 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:42:52.136 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:52.137 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T06:42:52.137 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:52.137 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-11-17T06:42:38.763688+0000", 2023-11-17T06:42:52.138 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:42:52.138 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:52.138 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T06:42:52.138 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-11-17T06:42:52.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:52 smithi045 bash[25828]: audit 2023-11-17T06:42:52.120645+0000 mon.smithi045 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.45:0/3663193549' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T06:42:52.705 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (2/15)... 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: cluster 2023-11-17T06:42:54.791356+0000 mon.smithi045 (mon.0) 9 : cluster [INF] Activating manager daemon smithi045.tkkiao 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: cluster 2023-11-17T06:42:54.797785+0000 mon.smithi045 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi045.tkkiao(active, starting, since 0.00659662s) 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: audit 2023-11-17T06:42:54.799522+0000 mon.smithi045 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: audit 2023-11-17T06:42:54.799812+0000 mon.smithi045 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: audit 2023-11-17T06:42:54.800287+0000 mon.smithi045 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: audit 2023-11-17T06:42:54.800784+0000 mon.smithi045 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: audit 2023-11-17T06:42:54.801668+0000 mon.smithi045 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr metadata", "who": "smithi045.tkkiao", "id": "smithi045.tkkiao"}]: dispatch 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: cluster 2023-11-17T06:42:54.805623+0000 mon.smithi045 (mon.0) 16 : cluster [INF] Manager daemon smithi045.tkkiao is now available 2023-11-17T06:42:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: audit 2023-11-17T06:42:54.822341+0000 mon.smithi045 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' 2023-11-17T06:42:55.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:54 smithi045 bash[25828]: audit 2023-11-17T06:42:54.835973+0000 mon.smithi045 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.tkkiao/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:42:56.313 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:56.313 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-11-17T06:42:56.313 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "6abf46ce-8514-11ee-8dbf-212e2dc638e7", 2023-11-17T06:42:56.313 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-11-17T06:42:56.313 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T06:42:56.313 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T06:42:56.317 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T06:42:56.317 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:56.317 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T06:42:56.317 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T06:42:56.317 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-11-17T06:42:56.317 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:56.317 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T06:42:56.317 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T06:42:56.318 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T06:42:56.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T06:42:56.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T06:42:56.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T06:42:56.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:56.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T06:42:56.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T06:42:56.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T06:42:56.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:56.321 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T06:42:56.322 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-11-17T06:42:56.322 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T06:42:56.322 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T06:42:56.323 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-11-17T06:42:56.323 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-11-17T06:42:56.323 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-11-17T06:42:56.323 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-11-17T06:42:56.323 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:42:56.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:56.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T06:42:56.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:42:56.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-11-17T06:42:38.763688+0000", 2023-11-17T06:42:56.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:42:56.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-11-17T06:42:56.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T06:42:56.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-11-17T06:42:56.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:55 smithi045 bash[25828]: audit 2023-11-17T06:42:54.842489+0000 mon.smithi045 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.tkkiao/trash_purge_schedule"}]: dispatch 2023-11-17T06:42:56.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:55 smithi045 bash[25828]: audit 2023-11-17T06:42:54.849683+0000 mon.smithi045 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' 2023-11-17T06:42:56.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:55 smithi045 bash[25828]: audit 2023-11-17T06:42:54.852820+0000 mon.smithi045 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.45:0/1211981648' entity='mgr.smithi045.tkkiao' 2023-11-17T06:42:56.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:55 smithi045 bash[25828]: cluster 2023-11-17T06:42:55.804112+0000 mon.smithi045 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi045.tkkiao(active, since 1.01291s) 2023-11-17T06:42:56.862 INFO:teuthology.orchestra.run.smithi045.stderr:mgr is available 2023-11-17T06:42:57.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:56 smithi045 bash[25828]: audit 2023-11-17T06:42:56.308967+0000 mon.smithi045 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.45:0/1225052174' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T06:42:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:57 smithi045 bash[25828]: cluster 2023-11-17T06:42:56.851783+0000 mon.smithi045 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi045.tkkiao(active, since 2s) 2023-11-17T06:42:58.346 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:58.347 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [global] 2023-11-17T06:42:58.347 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: fsid = 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:42:58.347 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [mgr] 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [osd] 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-17T06:42:58.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-17T06:42:58.875 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling cephadm module... 2023-11-17T06:42:59.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:42:58 smithi045 bash[25828]: audit 2023-11-17T06:42:58.339798+0000 mon.smithi045 (mon.0) 25 : audit [INF] from='client.? 172.21.15.45:0/3388543281' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T06:43:00.710 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:00 smithi045 bash[25828]: audit 2023-11-17T06:43:00.359822+0000 mon.smithi045 (mon.0) 26 : audit [INF] from='client.? 172.21.15.45:0/3324543381' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-17T06:43:01.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:01 smithi045 bash[25828]: audit 2023-11-17T06:43:00.416409+0000 mon.smithi045 (mon.0) 27 : audit [INF] from='client.? 172.21.15.45:0/3324543381' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-17T06:43:01.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:01 smithi045 bash[25828]: cluster 2023-11-17T06:43:00.416534+0000 mon.smithi045 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi045.tkkiao(active, since 5s) 2023-11-17T06:43:02.593 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-11-17T06:43:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-17T06:43:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-11-17T06:43:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "smithi045.tkkiao", 2023-11-17T06:43:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-17T06:43:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-11-17T06:43:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:02 smithi045 bash[25828]: audit 2023-11-17T06:43:02.590274+0000 mon.smithi045 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.45:0/482316128' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-17T06:43:03.135 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-11-17T06:43:03.135 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 5... 2023-11-17T06:43:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: cluster 2023-11-17T06:43:06.994930+0000 mon.smithi045 (mon.0) 30 : cluster [INF] Active manager daemon smithi045.tkkiao restarted 2023-11-17T06:43:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: cluster 2023-11-17T06:43:06.995389+0000 mon.smithi045 (mon.0) 31 : cluster [INF] Activating manager daemon smithi045.tkkiao 2023-11-17T06:43:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: cluster 2023-11-17T06:43:07.001589+0000 mon.smithi045 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-17T06:43:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: cluster 2023-11-17T06:43:07.001867+0000 mon.smithi045 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi045.tkkiao(active, starting, since 0.00663221s) 2023-11-17T06:43:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: audit 2023-11-17T06:43:07.003898+0000 mon.smithi045 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-11-17T06:43:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: audit 2023-11-17T06:43:07.005691+0000 mon.smithi045 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr metadata", "who": "smithi045.tkkiao", "id": "smithi045.tkkiao"}]: dispatch 2023-11-17T06:43:07.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: audit 2023-11-17T06:43:07.006982+0000 mon.smithi045 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:43:07.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: audit 2023-11-17T06:43:07.007347+0000 mon.smithi045 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:43:07.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: audit 2023-11-17T06:43:07.007694+0000 mon.smithi045 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:43:07.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: cluster 2023-11-17T06:43:07.011853+0000 mon.smithi045 (mon.0) 39 : cluster [INF] Manager daemon smithi045.tkkiao is now available 2023-11-17T06:43:07.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:07 smithi045 bash[25828]: audit 2023-11-17T06:43:07.034233+0000 mon.smithi045 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:08.024 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-11-17T06:43:08.024 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-17T06:43:08.025 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-11-17T06:43:08.025 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-11-17T06:43:08.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:08 smithi045 bash[25828]: cephadm 2023-11-17T06:43:07.029024+0000 mgr.smithi045.tkkiao (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-17T06:43:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:08 smithi045 bash[25828]: audit 2023-11-17T06:43:07.164135+0000 mon.smithi045 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:08 smithi045 bash[25828]: audit 2023-11-17T06:43:07.166152+0000 mon.smithi045 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:43:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:08 smithi045 bash[25828]: audit 2023-11-17T06:43:07.169809+0000 mon.smithi045 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:43:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:08 smithi045 bash[25828]: audit 2023-11-17T06:43:07.174788+0000 mon.smithi045 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:43:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:08 smithi045 bash[25828]: audit 2023-11-17T06:43:07.203487+0000 mon.smithi045 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.tkkiao/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:43:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:08 smithi045 bash[25828]: audit 2023-11-17T06:43:07.207696+0000 mon.smithi045 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.tkkiao/trash_purge_schedule"}]: dispatch 2023-11-17T06:43:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:08 smithi045 bash[25828]: cluster 2023-11-17T06:43:08.007369+0000 mon.smithi045 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi045.tkkiao(active, since 1.01212s) 2023-11-17T06:43:08.594 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 5 is available 2023-11-17T06:43:08.594 INFO:teuthology.orchestra.run.smithi045.stderr:Setting orchestrator backend to cephadm... 2023-11-17T06:43:09.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:09 smithi045 bash[25828]: audit 2023-11-17T06:43:08.005160+0000 mgr.smithi045.tkkiao (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-17T06:43:09.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:09 smithi045 bash[25828]: audit 2023-11-17T06:43:08.021147+0000 mgr.smithi045.tkkiao (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-17T06:43:10.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:10 smithi045 bash[25828]: cluster 2023-11-17T06:43:09.174339+0000 mon.smithi045 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi045.tkkiao(active, since 2s) 2023-11-17T06:43:10.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:10 smithi045 bash[25828]: audit 2023-11-17T06:43:09.963259+0000 mon.smithi045 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:10.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:10 smithi045 bash[25828]: audit 2023-11-17T06:43:10.008715+0000 mon.smithi045 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:43:11.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:11 smithi045 bash[25828]: audit 2023-11-17T06:43:09.953672+0000 mgr.smithi045.tkkiao (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:11.867 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: value unchanged 2023-11-17T06:43:12.404 INFO:teuthology.orchestra.run.smithi045.stderr:Generating ssh key... 2023-11-17T06:43:12.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:12 smithi045 bash[25828]: audit 2023-11-17T06:43:11.864331+0000 mgr.smithi045.tkkiao (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:15.494 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:15 smithi045 bash[25828]: audit 2023-11-17T06:43:13.823590+0000 mgr.smithi045.tkkiao (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:15.494 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:15 smithi045 bash[25828]: cephadm 2023-11-17T06:43:13.823839+0000 mgr.smithi045.tkkiao (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-17T06:43:15.494 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:15 smithi045 bash[25828]: audit 2023-11-17T06:43:14.208598+0000 mon.smithi045 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:15.494 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:15 smithi045 bash[25828]: audit 2023-11-17T06:43:14.213017+0000 mon.smithi045 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:16.164 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMCfcVTcRkkp6qRIHG3hr3B6gXF/trndxq5f1VAvzhJWhFK13blBICUSiZZ1ffUniWPpsQIyd5ybCZ7yuD+XVx0Uod+Z4ZAg8BeRAi44Ycp9/40J98RarPOnd5UYR3vjI/MwRKcWk2U4nUsLLdgXOsnAzZkKQSpLwOlwmPqpetIP+gNQTkIt3Zx4yjYoSGGrchaAsxAX7Gzfb44vBLPf8mz1JGEVA8ii6OjM6q3VP7LDgp4hTPCjjh3IICj1aC0IkggBJE0Ql8gBAsNr8B6BhlnoT3rYwqAWu2QR7eMNinqp6T/KJPpJ4VvO9ssZzUv0qGTHPvtoOrNrnVfLIaqIuULorY0MfkUcij15fKaLAvdWpo3EuP6/19fsARJ5wZX3rKXZRIHyUHyUV1Aa0UxxvXh3ERKZCO3GQTycj4+cclNfQsSChvzz3jDR+skc01s80xs6zaQQ3wK/TxVoE+BB6Jg6gq/+AtVsFFekmL49O5G5FRCBizM3lLHAbwQNcHrGc= ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:43:16.708 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-17T06:43:16.708 INFO:teuthology.orchestra.run.smithi045.stderr:Adding key to root@localhost authorized_keys... 2023-11-17T06:43:16.709 INFO:teuthology.orchestra.run.smithi045.stderr:Adding host smithi045... 2023-11-17T06:43:16.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:16 smithi045 bash[25828]: audit 2023-11-17T06:43:16.160681+0000 mgr.smithi045.tkkiao (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:18.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:18 smithi045 bash[25828]: audit 2023-11-17T06:43:18.162236+0000 mgr.smithi045.tkkiao (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:19.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Added host 'smithi045' with addr '172.21.15.45' 2023-11-17T06:43:19.722 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying mon service with default placement... 2023-11-17T06:43:20.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:20 smithi045 bash[25828]: audit 2023-11-17T06:43:19.002996+0000 mon.smithi045 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:20.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:20 smithi045 bash[25828]: cephadm 2023-11-17T06:43:19.003544+0000 mgr.smithi045.tkkiao (mgr.14116) 10 : cephadm [INF] Added host smithi045 2023-11-17T06:43:20.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:20 smithi045 bash[25828]: audit 2023-11-17T06:43:19.047965+0000 mon.smithi045 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:43:21.753 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-17T06:43:22.249 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying mgr service with default placement... 2023-11-17T06:43:23.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:22 smithi045 bash[25828]: audit 2023-11-17T06:43:21.741481+0000 mgr.smithi045.tkkiao (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:23.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:22 smithi045 bash[25828]: cephadm 2023-11-17T06:43:21.744568+0000 mgr.smithi045.tkkiao (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-17T06:43:23.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:22 smithi045 bash[25828]: audit 2023-11-17T06:43:21.749212+0000 mon.smithi045 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:23.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:22 smithi045 bash[25828]: audit 2023-11-17T06:43:21.841868+0000 mon.smithi045 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:23.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:22 smithi045 bash[25828]: audit 2023-11-17T06:43:22.141346+0000 mon.smithi045 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:23.742 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-17T06:43:24.280 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying crash service with default placement... 2023-11-17T06:43:25.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:24 smithi045 bash[25828]: audit 2023-11-17T06:43:23.735165+0000 mgr.smithi045.tkkiao (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:25.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:24 smithi045 bash[25828]: cephadm 2023-11-17T06:43:23.736191+0000 mgr.smithi045.tkkiao (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-17T06:43:25.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:24 smithi045 bash[25828]: audit 2023-11-17T06:43:23.738844+0000 mon.smithi045 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:25.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-17T06:43:26.229 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying prometheus service with default placement... 2023-11-17T06:43:26.989 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:26 smithi045 bash[25828]: audit 2023-11-17T06:43:25.687922+0000 mgr.smithi045.tkkiao (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:26.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:26 smithi045 bash[25828]: cephadm 2023-11-17T06:43:25.688962+0000 mgr.smithi045.tkkiao (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-17T06:43:26.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:26 smithi045 bash[25828]: audit 2023-11-17T06:43:25.692358+0000 mon.smithi045 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:27.735 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-17T06:43:28.301 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying grafana service with default placement... 2023-11-17T06:43:28.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:28 smithi045 bash[25828]: cluster 2023-11-17T06:43:27.008690+0000 mgr.smithi045.tkkiao (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:43:28.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:28 smithi045 bash[25828]: audit 2023-11-17T06:43:27.283104+0000 mon.smithi045 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:28.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:28 smithi045 bash[25828]: audit 2023-11-17T06:43:27.731336+0000 mon.smithi045 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:29.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:29 smithi045 bash[25828]: audit 2023-11-17T06:43:27.726886+0000 mgr.smithi045.tkkiao (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:29.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:29 smithi045 bash[25828]: cephadm 2023-11-17T06:43:27.727987+0000 mgr.smithi045.tkkiao (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-17T06:43:29.803 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-17T06:43:30.339 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying node-exporter service with default placement... 2023-11-17T06:43:30.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:30 smithi045 bash[25828]: cluster 2023-11-17T06:43:29.009216+0000 mgr.smithi045.tkkiao (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:43:30.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:30 smithi045 bash[25828]: audit 2023-11-17T06:43:29.799525+0000 mon.smithi045 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:31.819 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-17T06:43:31.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:31 smithi045 bash[25828]: audit 2023-11-17T06:43:29.794870+0000 mgr.smithi045.tkkiao (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:31.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:31 smithi045 bash[25828]: cephadm 2023-11-17T06:43:29.797021+0000 mgr.smithi045.tkkiao (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-17T06:43:32.337 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying alertmanager service with default placement... 2023-11-17T06:43:32.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:32 smithi045 bash[25828]: cluster 2023-11-17T06:43:31.009808+0000 mgr.smithi045.tkkiao (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:43:32.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:32 smithi045 bash[25828]: audit 2023-11-17T06:43:31.815415+0000 mon.smithi045 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:33 smithi045 bash[25828]: audit 2023-11-17T06:43:31.810177+0000 mgr.smithi045.tkkiao (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:33 smithi045 bash[25828]: cephadm 2023-11-17T06:43:31.812434+0000 mgr.smithi045.tkkiao (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-17T06:43:33.830 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-17T06:43:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:34 smithi045 bash[25828]: cluster 2023-11-17T06:43:33.010379+0000 mgr.smithi045.tkkiao (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:43:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:34 smithi045 bash[25828]: audit 2023-11-17T06:43:33.820079+0000 mgr.smithi045.tkkiao (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:34 smithi045 bash[25828]: cephadm 2023-11-17T06:43:33.822297+0000 mgr.smithi045.tkkiao (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-17T06:43:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:34 smithi045 bash[25828]: audit 2023-11-17T06:43:33.827302+0000 mon.smithi045 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.45:0/2750379927' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:36.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:36 smithi045 bash[25828]: cluster 2023-11-17T06:43:35.010866+0000 mgr.smithi045.tkkiao (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:43:37.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:37 smithi045 bash[25828]: audit 2023-11-17T06:43:36.521142+0000 mon.smithi045 (mon.0) 65 : audit [INF] from='client.? 172.21.15.45:0/2686359425' entity='client.admin' 2023-11-17T06:43:37.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:37 smithi045 bash[25828]: cluster 2023-11-17T06:43:37.011323+0000 mgr.smithi045.tkkiao (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:43:39.029 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling the dashboard module... 2023-11-17T06:43:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:39 smithi045 bash[25828]: audit 2023-11-17T06:43:38.476885+0000 mon.smithi045 (mon.0) 66 : audit [INF] from='client.? 172.21.15.45:0/3280509854' entity='client.admin' 2023-11-17T06:43:39.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:39 smithi045 bash[25828]: cluster 2023-11-17T06:43:39.011848+0000 mgr.smithi045.tkkiao (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:43:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:41 smithi045 bash[25828]: audit 2023-11-17T06:43:40.519821+0000 mon.smithi045 (mon.0) 67 : audit [INF] from='client.? 172.21.15.45:0/3430889779' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-17T06:43:42.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:42 smithi045 bash[25828]: audit 2023-11-17T06:43:41.465568+0000 mon.smithi045 (mon.0) 68 : audit [INF] from='client.? 172.21.15.45:0/3430889779' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-17T06:43:42.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:42 smithi045 bash[25828]: cluster 2023-11-17T06:43:41.465757+0000 mon.smithi045 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi045.tkkiao(active, since 34s) 2023-11-17T06:43:43.644 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-11-17T06:43:43.644 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-17T06:43:43.644 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-11-17T06:43:43.644 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "smithi045.tkkiao", 2023-11-17T06:43:43.645 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-17T06:43:43.645 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-11-17T06:43:43.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:43 smithi045 bash[25828]: audit 2023-11-17T06:43:43.640490+0000 mon.smithi045 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.45:0/249724664' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-17T06:43:44.141 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-11-17T06:43:44.141 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 9... 2023-11-17T06:43:48.412 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: cluster 2023-11-17T06:43:48.134935+0000 mon.smithi045 (mon.0) 71 : cluster [INF] Active manager daemon smithi045.tkkiao restarted 2023-11-17T06:43:48.412 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: cluster 2023-11-17T06:43:48.135397+0000 mon.smithi045 (mon.0) 72 : cluster [INF] Activating manager daemon smithi045.tkkiao 2023-11-17T06:43:48.412 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: cluster 2023-11-17T06:43:48.140890+0000 mon.smithi045 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-17T06:43:48.412 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: cluster 2023-11-17T06:43:48.141093+0000 mon.smithi045 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi045.tkkiao(active, starting, since 0.00587065s) 2023-11-17T06:43:48.412 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: audit 2023-11-17T06:43:48.142566+0000 mon.smithi045 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-11-17T06:43:48.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: audit 2023-11-17T06:43:48.144367+0000 mon.smithi045 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr metadata", "who": "smithi045.tkkiao", "id": "smithi045.tkkiao"}]: dispatch 2023-11-17T06:43:48.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: audit 2023-11-17T06:43:48.145535+0000 mon.smithi045 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:43:48.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: audit 2023-11-17T06:43:48.146144+0000 mon.smithi045 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:43:48.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: audit 2023-11-17T06:43:48.146723+0000 mon.smithi045 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:43:48.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:48 smithi045 bash[25828]: cluster 2023-11-17T06:43:48.151588+0000 mon.smithi045 (mon.0) 80 : cluster [INF] Manager daemon smithi045.tkkiao is now available 2023-11-17T06:43:49.166 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-11-17T06:43:49.166 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-17T06:43:49.166 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-11-17T06:43:49.166 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-11-17T06:43:49.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:49 smithi045 bash[25828]: audit 2023-11-17T06:43:48.296136+0000 mon.smithi045 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:43:49.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:49 smithi045 bash[25828]: audit 2023-11-17T06:43:48.299737+0000 mon.smithi045 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:43:49.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:49 smithi045 bash[25828]: audit 2023-11-17T06:43:48.341881+0000 mon.smithi045 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.tkkiao/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:43:49.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:49 smithi045 bash[25828]: audit 2023-11-17T06:43:48.348479+0000 mon.smithi045 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.tkkiao/trash_purge_schedule"}]: dispatch 2023-11-17T06:43:49.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:49 smithi045 bash[25828]: cluster 2023-11-17T06:43:49.146382+0000 mon.smithi045 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi045.tkkiao(active, since 1.01115s) 2023-11-17T06:43:49.929 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 9 is available 2023-11-17T06:43:49.929 INFO:teuthology.orchestra.run.smithi045.stderr:Generating a dashboard self-signed certificate... 2023-11-17T06:43:50.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:50 smithi045 bash[25828]: audit 2023-11-17T06:43:49.145691+0000 mgr.smithi045.tkkiao (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-17T06:43:50.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:50 smithi045 bash[25828]: audit 2023-11-17T06:43:49.162467+0000 mgr.smithi045.tkkiao (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-17T06:43:51.556 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-17T06:43:51.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:51 smithi045 bash[25828]: cluster 2023-11-17T06:43:50.195206+0000 mon.smithi045 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi045.tkkiao(active, since 2s) 2023-11-17T06:43:52.134 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial admin user... 2023-11-17T06:43:52.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:52 smithi045 bash[25828]: audit 2023-11-17T06:43:51.454295+0000 mgr.smithi045.tkkiao (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:52.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:52 smithi045 bash[25828]: audit 2023-11-17T06:43:51.549626+0000 mon.smithi045 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:52.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:52 smithi045 bash[25828]: audit 2023-11-17T06:43:51.552110+0000 mon.smithi045 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:53.949 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$574pUijFw4GXjgqCSNb0puxpKHSOff4bcAEKg0WOLOuwsaJ8gfztW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700203433, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-17T06:43:54.507 INFO:teuthology.orchestra.run.smithi045.stderr:Fetching dashboard port number... 2023-11-17T06:43:55.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:54 smithi045 bash[25828]: audit 2023-11-17T06:43:53.685494+0000 mgr.smithi045.tkkiao (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:43:55.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:54 smithi045 bash[25828]: audit 2023-11-17T06:43:53.918166+0000 mon.smithi045 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:55.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:54 smithi045 bash[25828]: audit 2023-11-17T06:43:53.944983+0000 mon.smithi045 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:43:55.990 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 8443 2023-11-17T06:43:56.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:55 smithi045 bash[25828]: cluster 2023-11-17T06:43:54.949022+0000 mon.smithi045 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi045.tkkiao(active, since 6s) 2023-11-17T06:43:56.531 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld does not appear to be present 2023-11-17T06:43:56.532 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-17T06:43:56.536 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph Dashboard is now available at: 2023-11-17T06:43:56.536 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:43:56.536 INFO:teuthology.orchestra.run.smithi045.stderr: URL: https://smithi045.front.sepia.ceph.com:8443/ 2023-11-17T06:43:56.536 INFO:teuthology.orchestra.run.smithi045.stderr: User: admin 2023-11-17T06:43:56.536 INFO:teuthology.orchestra.run.smithi045.stderr: Password: 4ohvg7aq8u 2023-11-17T06:43:56.536 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:43:56.536 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling autotune for osd_memory_target 2023-11-17T06:43:57.222 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:43:56 smithi045 bash[25828]: audit 2023-11-17T06:43:55.986643+0000 mon.smithi045 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.45:0/1052635719' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-17T06:44:00.319 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-17T06:44:00.980 INFO:teuthology.orchestra.run.smithi045.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-17T06:44:00.980 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:44:00.980 INFO:teuthology.orchestra.run.smithi045.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:44:00.980 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:44:00.980 INFO:teuthology.orchestra.run.smithi045.stderr:Or, if you are only running a single cluster on this host: 2023-11-17T06:44:00.980 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:44:00.980 INFO:teuthology.orchestra.run.smithi045.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-17T06:44:00.980 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr: ceph telemetry on 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr:For more information see: 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:44:00.981 INFO:teuthology.orchestra.run.smithi045.stderr:Bootstrap complete. 2023-11-17T06:44:01.022 INFO:tasks.cephadm:Fetching config... 2023-11-17T06:44:01.022 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:44:01.023 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-17T06:44:01.028 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-17T06:44:01.224 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:44:01.224 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-17T06:44:01.234 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-17T06:44:01.235 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:44:01.236 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/keyring of=/dev/stdout 2023-11-17T06:44:01.290 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-17T06:44:01.290 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:44:01.291 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-17T06:44:01.337 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-17T06:44:01.338 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMCfcVTcRkkp6qRIHG3hr3B6gXF/trndxq5f1VAvzhJWhFK13blBICUSiZZ1ffUniWPpsQIyd5ybCZ7yuD+XVx0Uod+Z4ZAg8BeRAi44Ycp9/40J98RarPOnd5UYR3vjI/MwRKcWk2U4nUsLLdgXOsnAzZkKQSpLwOlwmPqpetIP+gNQTkIt3Zx4yjYoSGGrchaAsxAX7Gzfb44vBLPf8mz1JGEVA8ii6OjM6q3VP7LDgp4hTPCjjh3IICj1aC0IkggBJE0Ql8gBAsNr8B6BhlnoT3rYwqAWu2QR7eMNinqp6T/KJPpJ4VvO9ssZzUv0qGTHPvtoOrNrnVfLIaqIuULorY0MfkUcij15fKaLAvdWpo3EuP6/19fsARJ5wZX3rKXZRIHyUHyUV1Aa0UxxvXh3ERKZCO3GQTycj4+cclNfQsSChvzz3jDR+skc01s80xs6zaQQ3wK/TxVoE+BB6Jg6gq/+AtVsFFekmL49O5G5FRCBizM3lLHAbwQNcHrGc= ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T06:44:01.400 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMCfcVTcRkkp6qRIHG3hr3B6gXF/trndxq5f1VAvzhJWhFK13blBICUSiZZ1ffUniWPpsQIyd5ybCZ7yuD+XVx0Uod+Z4ZAg8BeRAi44Ycp9/40J98RarPOnd5UYR3vjI/MwRKcWk2U4nUsLLdgXOsnAzZkKQSpLwOlwmPqpetIP+gNQTkIt3Zx4yjYoSGGrchaAsxAX7Gzfb44vBLPf8mz1JGEVA8ii6OjM6q3VP7LDgp4hTPCjjh3IICj1aC0IkggBJE0Ql8gBAsNr8B6BhlnoT3rYwqAWu2QR7eMNinqp6T/KJPpJ4VvO9ssZzUv0qGTHPvtoOrNrnVfLIaqIuULorY0MfkUcij15fKaLAvdWpo3EuP6/19fsARJ5wZX3rKXZRIHyUHyUV1Aa0UxxvXh3ERKZCO3GQTycj4+cclNfQsSChvzz3jDR+skc01s80xs6zaQQ3wK/TxVoE+BB6Jg6gq/+AtVsFFekmL49O5G5FRCBizM3lLHAbwQNcHrGc= ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:44:01.411 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMCfcVTcRkkp6qRIHG3hr3B6gXF/trndxq5f1VAvzhJWhFK13blBICUSiZZ1ffUniWPpsQIyd5ybCZ7yuD+XVx0Uod+Z4ZAg8BeRAi44Ycp9/40J98RarPOnd5UYR3vjI/MwRKcWk2U4nUsLLdgXOsnAzZkKQSpLwOlwmPqpetIP+gNQTkIt3Zx4yjYoSGGrchaAsxAX7Gzfb44vBLPf8mz1JGEVA8ii6OjM6q3VP7LDgp4hTPCjjh3IICj1aC0IkggBJE0Ql8gBAsNr8B6BhlnoT3rYwqAWu2QR7eMNinqp6T/KJPpJ4VvO9ssZzUv0qGTHPvtoOrNrnVfLIaqIuULorY0MfkUcij15fKaLAvdWpo3EuP6/19fsARJ5wZX3rKXZRIHyUHyUV1Aa0UxxvXh3ERKZCO3GQTycj4+cclNfQsSChvzz3jDR+skc01s80xs6zaQQ3wK/TxVoE+BB6Jg6gq/+AtVsFFekmL49O5G5FRCBizM3lLHAbwQNcHrGc= ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T06:44:01.436 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMCfcVTcRkkp6qRIHG3hr3B6gXF/trndxq5f1VAvzhJWhFK13blBICUSiZZ1ffUniWPpsQIyd5ybCZ7yuD+XVx0Uod+Z4ZAg8BeRAi44Ycp9/40J98RarPOnd5UYR3vjI/MwRKcWk2U4nUsLLdgXOsnAzZkKQSpLwOlwmPqpetIP+gNQTkIt3Zx4yjYoSGGrchaAsxAX7Gzfb44vBLPf8mz1JGEVA8ii6OjM6q3VP7LDgp4hTPCjjh3IICj1aC0IkggBJE0Ql8gBAsNr8B6BhlnoT3rYwqAWu2QR7eMNinqp6T/KJPpJ4VvO9ssZzUv0qGTHPvtoOrNrnVfLIaqIuULorY0MfkUcij15fKaLAvdWpo3EuP6/19fsARJ5wZX3rKXZRIHyUHyUV1Aa0UxxvXh3ERKZCO3GQTycj4+cclNfQsSChvzz3jDR+skc01s80xs6zaQQ3wK/TxVoE+BB6Jg6gq/+AtVsFFekmL49O5G5FRCBizM3lLHAbwQNcHrGc= ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:44:01.447 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-17T06:44:01.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:01 smithi045 bash[25828]: audit 2023-11-17T06:44:00.309821+0000 mon.smithi045 (mon.0) 93 : audit [INF] from='client.? 172.21.15.45:0/1452384662' entity='client.admin' 2023-11-17T06:44:05.917 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-17T06:44:05.917 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-17T06:44:06.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:06 smithi045 bash[25828]: audit 2023-11-17T06:44:05.091661+0000 mon.smithi045 (mon.0) 94 : audit [INF] from='client.? 172.21.15.45:0/4278675819' entity='client.admin' 2023-11-17T06:44:09.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:09 smithi045 bash[25828]: cluster 2023-11-17T06:44:08.147124+0000 mgr.smithi045.tkkiao (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:44:09.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:09 smithi045 bash[25828]: audit 2023-11-17T06:44:08.168781+0000 mon.smithi045 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:09 smithi045 bash[25828]: audit 2023-11-17T06:44:08.543880+0000 mon.smithi045 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:44:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:09 smithi045 bash[25828]: audit 2023-11-17T06:44:08.549434+0000 mon.smithi045 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:09 smithi045 bash[25828]: audit 2023-11-17T06:44:09.162296+0000 mon.smithi045 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:10.010 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2023-11-17T06:44:10.011 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:44:10.011 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2023-11-17T06:44:10.017 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:44:10.017 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:44:10.066 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2023-11-17T06:44:10.067 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch host add smithi105 2023-11-17T06:44:10.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:10 smithi045 bash[25828]: cephadm 2023-11-17T06:44:08.564377+0000 mgr.smithi045.tkkiao (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi045 on smithi045 2023-11-17T06:44:10.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:10 smithi045 bash[25828]: audit 2023-11-17T06:44:09.159363+0000 mgr.smithi045.tkkiao (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:44:11.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:11 smithi045 bash[25828]: cluster 2023-11-17T06:44:10.147444+0000 mgr.smithi045.tkkiao (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:44:13.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:13 smithi045 bash[25828]: cluster 2023-11-17T06:44:12.147977+0000 mgr.smithi045.tkkiao (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:44:15.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:15 smithi045 bash[25828]: cluster 2023-11-17T06:44:14.148590+0000 mgr.smithi045.tkkiao (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:44:17.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:17 smithi045 bash[25828]: cluster 2023-11-17T06:44:16.149038+0000 mgr.smithi045.tkkiao (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:44:17.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:17 smithi045 bash[25828]: audit 2023-11-17T06:44:16.353353+0000 mon.smithi045 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:17.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:17 smithi045 bash[25828]: audit 2023-11-17T06:44:16.355753+0000 mon.smithi045 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:44:17.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:17 smithi045 bash[25828]: audit 2023-11-17T06:44:16.358558+0000 mon.smithi045 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-17T06:44:17.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:17 smithi045 bash[25828]: audit 2023-11-17T06:44:16.359741+0000 mon.smithi045 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:44:17.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:17 smithi045 bash[25828]: cephadm 2023-11-17T06:44:16.360808+0000 mgr.smithi045.tkkiao (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi045 on smithi045 2023-11-17T06:44:19.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:19 smithi045 bash[25828]: cluster 2023-11-17T06:44:18.149456+0000 mgr.smithi045.tkkiao (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:44:19.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:19 smithi045 bash[25828]: audit 2023-11-17T06:44:18.348305+0000 mon.smithi045 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:19.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:19 smithi045 bash[25828]: audit 2023-11-17T06:44:18.896227+0000 mon.smithi045 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:19.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:19 smithi045 bash[25828]: audit 2023-11-17T06:44:19.044537+0000 mon.smithi045 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:19.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:19 smithi045 bash[25828]: audit 2023-11-17T06:44:19.048944+0000 mon.smithi045 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:19.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:19 smithi045 bash[25828]: audit 2023-11-17T06:44:19.051821+0000 mon.smithi045 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-17T06:44:19.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:19 smithi045 bash[25828]: audit 2023-11-17T06:44:19.055820+0000 mon.smithi045 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:44:20.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:20 smithi045 bash[25828]: audit 2023-11-17T06:44:19.052715+0000 mgr.smithi045.tkkiao (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-17T06:44:20.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:20 smithi045 bash[25828]: cephadm 2023-11-17T06:44:19.077848+0000 mgr.smithi045.tkkiao (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi045 on smithi045 2023-11-17T06:44:21.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:21 smithi045 bash[25828]: cluster 2023-11-17T06:44:20.149919+0000 mgr.smithi045.tkkiao (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:44:23.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:23 smithi045 bash[25828]: cluster 2023-11-17T06:44:22.150342+0000 mgr.smithi045.tkkiao (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:05.843 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:23 smithi045 bash[25828]: audit 2023-11-17T06:44:23.353252+0000 mon.smithi045 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.846 INFO:teuthology.orchestra.run.smithi105.stdout:Added host 'smithi105' with addr '172.21.15.105' 2023-11-17T06:45:05.847 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-17T06:45:05.848 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:25 smithi045 bash[25828]: cluster 2023-11-17T06:44:24.150803+0000 mgr.smithi045.tkkiao (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:05.848 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:27 smithi045 bash[25828]: cluster 2023-11-17T06:44:26.151178+0000 mgr.smithi045.tkkiao (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:05.848 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:29 smithi045 bash[25828]: cluster 2023-11-17T06:44:28.151493+0000 mgr.smithi045.tkkiao (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:05.848 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:31 smithi045 bash[25828]: cluster 2023-11-17T06:44:30.151949+0000 mgr.smithi045.tkkiao (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:33 smithi045 bash[25828]: cluster 2023-11-17T06:44:32.152438+0000 mgr.smithi045.tkkiao (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:35 smithi045 bash[25828]: cluster 2023-11-17T06:44:34.152857+0000 mgr.smithi045.tkkiao (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:36 smithi045 bash[25828]: audit 2023-11-17T06:44:35.424174+0000 mgr.smithi045.tkkiao (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:36 smithi045 bash[25828]: audit 2023-11-17T06:44:36.217917+0000 mon.smithi045 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:36 smithi045 bash[25828]: audit 2023-11-17T06:44:36.258999+0000 mon.smithi045 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:37 smithi045 bash[25828]: cluster 2023-11-17T06:44:36.153411+0000 mgr.smithi045.tkkiao (mgr.14156) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:37 smithi045 bash[25828]: cephadm 2023-11-17T06:44:36.223227+0000 mgr.smithi045.tkkiao (mgr.14156) 26 : cephadm [INF] Deploying daemon node-exporter.smithi045 on smithi045 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:37 smithi045 bash[25828]: cephadm 2023-11-17T06:44:36.259571+0000 mgr.smithi045.tkkiao (mgr.14156) 27 : cephadm [INF] Added host smithi105 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:37 smithi045 bash[25828]: audit 2023-11-17T06:44:36.786677+0000 mon.smithi045 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:37 smithi045 bash[25828]: audit 2023-11-17T06:44:36.789963+0000 mon.smithi045 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:38 smithi045 bash[25828]: audit 2023-11-17T06:44:37.792654+0000 mon.smithi045 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.45:0/2280759464' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:38 smithi045 bash[25828]: cluster 2023-11-17T06:44:37.792811+0000 mon.smithi045 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi045.tkkiao(active, since 49s) 2023-11-17T06:45:05.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: cluster 2023-11-17T06:44:44.443423+0000 mon.smithi045 (mon.0) 116 : cluster [INF] Active manager daemon smithi045.tkkiao restarted 2023-11-17T06:45:05.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: cluster 2023-11-17T06:44:44.443932+0000 mon.smithi045 (mon.0) 117 : cluster [INF] Activating manager daemon smithi045.tkkiao 2023-11-17T06:45:05.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: cluster 2023-11-17T06:44:44.449977+0000 mon.smithi045 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-17T06:45:05.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: cluster 2023-11-17T06:44:44.450126+0000 mon.smithi045 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi045.tkkiao(active, starting, since 0.00636779s) 2023-11-17T06:45:05.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: audit 2023-11-17T06:44:44.451393+0000 mon.smithi045 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-11-17T06:45:05.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: audit 2023-11-17T06:44:44.452333+0000 mon.smithi045 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr metadata", "who": "smithi045.tkkiao", "id": "smithi045.tkkiao"}]: dispatch 2023-11-17T06:45:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: audit 2023-11-17T06:44:44.453509+0000 mon.smithi045 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:45:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: audit 2023-11-17T06:44:44.453696+0000 mon.smithi045 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:45:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: audit 2023-11-17T06:44:44.453867+0000 mon.smithi045 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:45:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:44 smithi045 bash[25828]: cluster 2023-11-17T06:44:44.457227+0000 mon.smithi045 (mon.0) 125 : cluster [INF] Manager daemon smithi045.tkkiao is now available 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:45 smithi045 bash[25828]: audit 2023-11-17T06:44:44.599091+0000 mon.smithi045 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:45 smithi045 bash[25828]: audit 2023-11-17T06:44:44.603200+0000 mon.smithi045 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:45 smithi045 bash[25828]: audit 2023-11-17T06:44:44.627759+0000 mon.smithi045 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:45 smithi045 bash[25828]: audit 2023-11-17T06:44:44.662371+0000 mon.smithi045 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.tkkiao/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:45 smithi045 bash[25828]: audit 2023-11-17T06:44:44.666476+0000 mon.smithi045 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.tkkiao/trash_purge_schedule"}]: dispatch 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:45 smithi045 bash[25828]: audit 2023-11-17T06:44:45.251109+0000 mon.smithi045 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:45 smithi045 bash[25828]: cluster 2023-11-17T06:44:45.452595+0000 mon.smithi045 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi045.tkkiao(active, since 1.00881s) 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:47 smithi045 bash[25828]: cluster 2023-11-17T06:44:46.503344+0000 mon.smithi045 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi045.tkkiao(active, since 2s) 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:47 smithi045 bash[25828]: audit 2023-11-17T06:44:46.531183+0000 mon.smithi045 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:51 smithi045 bash[25828]: audit 2023-11-17T06:44:50.685013+0000 mon.smithi045 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:51 smithi045 bash[25828]: audit 2023-11-17T06:44:50.977481+0000 mon.smithi045 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:51.959666+0000 mon.smithi045 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.269235+0000 mon.smithi045 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.271048+0000 mon.smithi045 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:45:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.272935+0000 mon.smithi045 (mon.0) 140 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.274638+0000 mon.smithi045 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:45:05.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: cephadm 2023-11-17T06:44:52.277802+0000 mgr.smithi045.tkkiao (mgr.14182) 1 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-11-17T06:45:05.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: cephadm 2023-11-17T06:44:52.278481+0000 mgr.smithi045.tkkiao (mgr.14182) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-11-17T06:45:05.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: cephadm 2023-11-17T06:44:52.296933+0000 mgr.smithi045.tkkiao (mgr.14182) 3 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:45:05.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: cephadm 2023-11-17T06:44:52.298110+0000 mgr.smithi045.tkkiao (mgr.14182) 4 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:45:05.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.327740+0000 mon.smithi045 (mon.0) 142 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.332469+0000 mon.smithi045 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.337003+0000 mon.smithi045 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.339883+0000 mon.smithi045 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.342790+0000 mon.smithi045 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: audit 2023-11-17T06:44:52.344229+0000 mon.smithi045 (mon.0) 147 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:52 smithi045 bash[25828]: cephadm 2023-11-17T06:44:52.345553+0000 mgr.smithi045.tkkiao (mgr.14182) 5 : cephadm [INF] Deploying daemon crash.smithi105 on smithi105 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:55 smithi045 bash[25828]: audit 2023-11-17T06:44:54.740203+0000 mon.smithi045 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:55 smithi045 bash[25828]: audit 2023-11-17T06:44:54.745444+0000 mon.smithi045 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.iavuma", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:55 smithi045 bash[25828]: audit 2023-11-17T06:44:54.749644+0000 mon.smithi045 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.iavuma", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:55 smithi045 bash[25828]: audit 2023-11-17T06:44:54.751232+0000 mon.smithi045 (mon.0) 151 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:55 smithi045 bash[25828]: audit 2023-11-17T06:44:54.753176+0000 mon.smithi045 (mon.0) 152 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:55 smithi045 bash[25828]: cephadm 2023-11-17T06:44:54.754634+0000 mgr.smithi045.tkkiao (mgr.14182) 6 : cephadm [INF] Deploying daemon mgr.smithi105.iavuma on smithi105 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:58 smithi045 bash[25828]: audit 2023-11-17T06:44:57.077881+0000 mon.smithi045 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:58 smithi045 bash[25828]: audit 2023-11-17T06:44:57.082811+0000 mon.smithi045 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:45:05.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:58 smithi045 bash[25828]: audit 2023-11-17T06:44:57.084497+0000 mon.smithi045 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:45:05.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:58 smithi045 bash[25828]: audit 2023-11-17T06:44:57.086272+0000 mon.smithi045 (mon.0) 156 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:05.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:44:58 smithi045 bash[25828]: cephadm 2023-11-17T06:44:57.087717+0000 mgr.smithi045.tkkiao (mgr.14182) 7 : cephadm [INF] Deploying daemon mon.smithi105 on smithi105 2023-11-17T06:45:05.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:00 smithi045 bash[25828]: audit 2023-11-17T06:44:59.641692+0000 mon.smithi045 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:01 smithi045 bash[25828]: audit 2023-11-17T06:45:00.964844+0000 mon.smithi045 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:01 smithi045 bash[25828]: cephadm 2023-11-17T06:45:00.968941+0000 mgr.smithi045.tkkiao (mgr.14182) 8 : cephadm [INF] Deploying daemon node-exporter.smithi105 on smithi105 2023-11-17T06:45:05.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:01 smithi045 bash[25828]: audit 2023-11-17T06:45:01.529111+0000 mon.smithi045 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:05.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:01 smithi045 bash[25828]: cephadm 2023-11-17T06:45:01.550111+0000 mgr.smithi045.tkkiao (mgr.14182) 9 : cephadm [INF] Deploying daemon prometheus.smithi105 on smithi105 2023-11-17T06:45:07.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:02.187264+0000 mon.smithi045 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:02.191841+0000 mon.smithi045 (mon.0) 161 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:02.192269+0000 mon.smithi045 (mon.0) 162 : cluster [INF] mon.smithi045 calling monitor election 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:02.214415+0000 mon.smithi045 (mon.0) 163 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:03.186433+0000 mon.smithi045 (mon.0) 164 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:04.186581+0000 mon.smithi045 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:04.190985+0000 mon.smithi105 (mon.1) 1 : cluster [INF] mon.smithi105 calling monitor election 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:04.455418+0000 mgr.smithi045.tkkiao (mgr.14182) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:05.186584+0000 mon.smithi045 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:05.369302+0000 mon.smithi045 (mon.0) 167 : audit [DBG] from='mgr.? 172.21.15.105:0/486309223' entity='mgr.smithi105.iavuma' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.iavuma/crt"}]: dispatch 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:06.186990+0000 mon.smithi045 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:06.455848+0000 mgr.smithi045.tkkiao (mgr.14182) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:07.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:07.187204+0000 mon.smithi045 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:07.217573+0000 mon.smithi045 (mon.0) 170 : cluster [INF] mon.smithi045 is new leader, mons smithi045,smithi105 in quorum (ranks 0,1) 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:07.229574+0000 mon.smithi045 (mon.0) 171 : cluster [DBG] monmap e2: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:07.230585+0000 mon.smithi045 (mon.0) 172 : cluster [DBG] fsmap 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:07.230663+0000 mon.smithi045 (mon.0) 173 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:07.231039+0000 mon.smithi045 (mon.0) 174 : cluster [DBG] mgrmap e17: smithi045.tkkiao(active, since 22s) 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:07.233301+0000 mon.smithi045 (mon.0) 175 : cluster [DBG] Standby manager daemon smithi105.iavuma started 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:07.235321+0000 mon.smithi045 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.105:0/486309223' entity='mgr.smithi105.iavuma' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: cluster 2023-11-17T06:45:07.238942+0000 mon.smithi045 (mon.0) 177 : cluster [INF] overall HEALTH_OK 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:07.239799+0000 mon.smithi045 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.105:0/486309223' entity='mgr.smithi105.iavuma' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.iavuma/key"}]: dispatch 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:07.243546+0000 mon.smithi045 (mon.0) 179 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:07.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:07 smithi045 bash[25828]: audit 2023-11-17T06:45:07.243966+0000 mon.smithi045 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.105:0/486309223' entity='mgr.smithi105.iavuma' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-17T06:45:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:08 smithi045 bash[25828]: cluster 2023-11-17T06:45:07.301378+0000 mon.smithi045 (mon.0) 181 : cluster [DBG] mgrmap e18: smithi045.tkkiao(active, since 22s), standbys: smithi105.iavuma 2023-11-17T06:45:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:08 smithi045 bash[25828]: audit 2023-11-17T06:45:07.301579+0000 mon.smithi045 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr metadata", "who": "smithi105.iavuma", "id": "smithi105.iavuma"}]: dispatch 2023-11-17T06:45:08.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:08 smithi045 bash[25828]: audit 2023-11-17T06:45:08.187377+0000 mon.smithi045 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-11-17T06:45:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:09 smithi045 bash[25828]: cluster 2023-11-17T06:45:08.456321+0000 mgr.smithi045.tkkiao (mgr.14182) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:10.776 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-11-17T06:45:10.776 INFO:teuthology.orchestra.run.smithi105.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}] 2023-11-17T06:45:11.672 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-17T06:45:11.672 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd crush tunables default 2023-11-17T06:45:11.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:11 smithi045 bash[25828]: cluster 2023-11-17T06:45:10.456809+0000 mgr.smithi045.tkkiao (mgr.14182) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:11.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:11 smithi045 bash[25828]: audit 2023-11-17T06:45:10.770957+0000 mgr.smithi045.tkkiao (mgr.14182) 14 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:45:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:13 smithi045 bash[25828]: cluster 2023-11-17T06:45:12.457291+0000 mgr.smithi045.tkkiao (mgr.14182) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:15.538 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2023-11-17T06:45:15.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:15 smithi045 bash[25828]: cluster 2023-11-17T06:45:14.457650+0000 mgr.smithi045.tkkiao (mgr.14182) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:15.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:15 smithi045 bash[25828]: audit 2023-11-17T06:45:14.703818+0000 mon.smithi045 (mon.0) 184 : audit [INF] from='client.? 172.21.15.45:0/1514368854' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-17T06:45:15.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:15 smithi045 bash[25828]: audit 2023-11-17T06:45:15.280033+0000 mon.smithi045 (mon.0) 185 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:15.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:15 smithi045 bash[25828]: audit 2023-11-17T06:45:15.282847+0000 mon.smithi045 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:45:16.096 INFO:tasks.cephadm:Adding mon.smithi045 on smithi045 2023-11-17T06:45:16.096 INFO:tasks.cephadm:Adding mon.smithi105 on smithi105 2023-11-17T06:45:16.097 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch apply mon '2;smithi045:172.21.15.45=smithi045;smithi105:172.21.15.105=smithi105' 2023-11-17T06:45:16.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:16 smithi045 bash[25828]: audit 2023-11-17T06:45:15.528444+0000 mon.smithi045 (mon.0) 187 : audit [INF] from='client.? 172.21.15.45:0/1514368854' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-17T06:45:16.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:16 smithi045 bash[25828]: cluster 2023-11-17T06:45:15.528610+0000 mon.smithi045 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-17T06:45:17.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:17 smithi045 bash[25828]: cluster 2023-11-17T06:45:16.458106+0000 mgr.smithi045.tkkiao (mgr.14182) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:17.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:17 smithi045 bash[25828]: audit 2023-11-17T06:45:17.252637+0000 mon.smithi045 (mon.0) 189 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:19.345 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mon update... 2023-11-17T06:45:19.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:19 smithi045 bash[25828]: cluster 2023-11-17T06:45:18.458544+0000 mgr.smithi045.tkkiao (mgr.14182) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:19.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:19 smithi045 bash[25828]: audit 2023-11-17T06:45:19.341032+0000 mon.smithi045 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:19.978 DEBUG:teuthology.orchestra.run.smithi105:mon.smithi105> sudo journalctl -f -n 0 -u ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi105.service 2023-11-17T06:45:19.981 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T06:45:19.981 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T06:45:20.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-17T06:45:20.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:20 smithi045 bash[25828]: audit 2023-11-17T06:45:19.328771+0000 mgr.smithi045.tkkiao (mgr.14182) 19 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi045:172.21.15.45=smithi045;smithi105:172.21.15.105=smithi105", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:45:20.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:20 smithi045 bash[25828]: cephadm 2023-11-17T06:45:19.334290+0000 mgr.smithi045.tkkiao (mgr.14182) 20 : cephadm [INF] Saving service mon spec with placement smithi045:172.21.15.45=smithi045;smithi105:172.21.15.105=smithi105;count:2 2023-11-17T06:45:20.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:20 smithi105 bash[28427]: audit 2023-11-17T06:45:19.328771+0000 mgr.smithi045.tkkiao (mgr.14182) 19 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi045:172.21.15.45=smithi045;smithi105:172.21.15.105=smithi105", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:45:20.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:20 smithi105 bash[28427]: cephadm 2023-11-17T06:45:19.334290+0000 mgr.smithi045.tkkiao (mgr.14182) 20 : cephadm [INF] Saving service mon spec with placement smithi045:172.21.15.45=smithi045;smithi105:172.21.15.105=smithi105;count:2 2023-11-17T06:45:21.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:21 smithi105 bash[28427]: cluster 2023-11-17T06:45:20.458993+0000 mgr.smithi045.tkkiao (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:21.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:21 smithi045 bash[25828]: cluster 2023-11-17T06:45:20.458993+0000 mgr.smithi045.tkkiao (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:23.170 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-11-17T06:45:23.170 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":2,"fsid":"6abf46ce-8514-11ee-8dbf-212e2dc638e7","modified":"2023-11-17T06:45:02.186625Z","created":"2023-11-17T06:42:34.643837Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi105","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:3300","nonce":0},{"type":"v1","addr":"172.21.15.105:6789","nonce":0}]},"addr":"172.21.15.105:6789/0","public_addr":"172.21.15.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-17T06:45:23.173 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 2 2023-11-17T06:45:23.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.450029+0000 mon.smithi045 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.451310+0000 mon.smithi045 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.452649+0000 mon.smithi045 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: cephadm 2023-11-17T06:45:22.454931+0000 mgr.smithi045.tkkiao (mgr.14182) 22 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: cephadm 2023-11-17T06:45:22.455449+0000 mgr.smithi045.tkkiao (mgr.14182) 23 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: cluster 2023-11-17T06:45:22.459378+0000 mgr.smithi045.tkkiao (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.484158+0000 mon.smithi045 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.489256+0000 mon.smithi045 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.494797+0000 mon.smithi045 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: cephadm 2023-11-17T06:45:22.500670+0000 mgr.smithi045.tkkiao (mgr.14182) 25 : cephadm [INF] Reconfiguring mon.smithi045 (unknown last config time)... 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.501276+0000 mon.smithi045 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:45:23.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.502864+0000 mon.smithi045 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:45:23.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:22.504310+0000 mon.smithi045 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:23.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: cephadm 2023-11-17T06:45:22.505531+0000 mgr.smithi045.tkkiao (mgr.14182) 26 : cephadm [INF] Reconfiguring daemon mon.smithi045 on smithi045 2023-11-17T06:45:23.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:23 smithi105 bash[28427]: audit 2023-11-17T06:45:23.169120+0000 mon.smithi105 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.105:0/98723640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T06:45:23.689 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-17T06:45:23.689 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-17T06:45:23.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.450029+0000 mon.smithi045 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:23.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.451310+0000 mon.smithi045 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:23.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.452649+0000 mon.smithi045 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:45:23.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: cephadm 2023-11-17T06:45:22.454931+0000 mgr.smithi045.tkkiao (mgr.14182) 22 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-11-17T06:45:23.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: cephadm 2023-11-17T06:45:22.455449+0000 mgr.smithi045.tkkiao (mgr.14182) 23 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-11-17T06:45:23.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: cluster 2023-11-17T06:45:22.459378+0000 mgr.smithi045.tkkiao (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.484158+0000 mon.smithi045 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.489256+0000 mon.smithi045 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.494797+0000 mon.smithi045 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: cephadm 2023-11-17T06:45:22.500670+0000 mgr.smithi045.tkkiao (mgr.14182) 25 : cephadm [INF] Reconfiguring mon.smithi045 (unknown last config time)... 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.501276+0000 mon.smithi045 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.502864+0000 mon.smithi045 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:22.504310+0000 mon.smithi045 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: cephadm 2023-11-17T06:45:22.505531+0000 mgr.smithi045.tkkiao (mgr.14182) 26 : cephadm [INF] Reconfiguring daemon mon.smithi045 on smithi045 2023-11-17T06:45:23.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:23 smithi045 bash[25828]: audit 2023-11-17T06:45:23.169120+0000 mon.smithi105 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.105:0/98723640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T06:45:25.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:25 smithi045 bash[25828]: cluster 2023-11-17T06:45:24.459790+0000 mgr.smithi045.tkkiao (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:25.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:25 smithi045 bash[25828]: audit 2023-11-17T06:45:24.466862+0000 mon.smithi045 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:25.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:25 smithi045 bash[25828]: cephadm 2023-11-17T06:45:24.467984+0000 mgr.smithi045.tkkiao (mgr.14182) 28 : cephadm [INF] Reconfiguring mgr.smithi045.tkkiao (unknown last config time)... 2023-11-17T06:45:25.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:25 smithi045 bash[25828]: audit 2023-11-17T06:45:24.468544+0000 mon.smithi045 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.tkkiao", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:45:25.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:25 smithi045 bash[25828]: audit 2023-11-17T06:45:24.470142+0000 mon.smithi045 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:45:25.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:25 smithi045 bash[25828]: audit 2023-11-17T06:45:24.471423+0000 mon.smithi045 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:25.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:25 smithi045 bash[25828]: cephadm 2023-11-17T06:45:24.472790+0000 mgr.smithi045.tkkiao (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi045.tkkiao on smithi045 2023-11-17T06:45:25.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:25 smithi105 bash[28427]: cluster 2023-11-17T06:45:24.459790+0000 mgr.smithi045.tkkiao (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:25.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:25 smithi105 bash[28427]: audit 2023-11-17T06:45:24.466862+0000 mon.smithi045 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:25.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:25 smithi105 bash[28427]: cephadm 2023-11-17T06:45:24.467984+0000 mgr.smithi045.tkkiao (mgr.14182) 28 : cephadm [INF] Reconfiguring mgr.smithi045.tkkiao (unknown last config time)... 2023-11-17T06:45:25.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:25 smithi105 bash[28427]: audit 2023-11-17T06:45:24.468544+0000 mon.smithi045 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.tkkiao", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:45:25.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:25 smithi105 bash[28427]: audit 2023-11-17T06:45:24.470142+0000 mon.smithi045 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:45:25.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:25 smithi105 bash[28427]: audit 2023-11-17T06:45:24.471423+0000 mon.smithi045 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:25.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:25 smithi105 bash[28427]: cephadm 2023-11-17T06:45:24.472790+0000 mgr.smithi045.tkkiao (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi045.tkkiao on smithi045 2023-11-17T06:45:27.492 INFO:teuthology.orchestra.run.smithi045.stdout:# minimal ceph.conf for 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:45:27.492 INFO:teuthology.orchestra.run.smithi045.stdout:[global] 2023-11-17T06:45:27.493 INFO:teuthology.orchestra.run.smithi045.stdout: fsid = 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:45:27.493 INFO:teuthology.orchestra.run.smithi045.stdout: mon_host = [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2023-11-17T06:45:27.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:27 smithi045 bash[25828]: cluster 2023-11-17T06:45:26.460300+0000 mgr.smithi045.tkkiao (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:27.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:27 smithi045 bash[25828]: audit 2023-11-17T06:45:27.076098+0000 mon.smithi045 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:27.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:27 smithi105 bash[28427]: cluster 2023-11-17T06:45:26.460300+0000 mgr.smithi045.tkkiao (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:27.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:27 smithi105 bash[28427]: audit 2023-11-17T06:45:27.076098+0000 mon.smithi045 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:28.212 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-17T06:45:28.212 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:45:28.213 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2023-11-17T06:45:28.227 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:45:28.227 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:45:28.286 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:45:28.286 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2023-11-17T06:45:28.303 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:45:28.303 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:45:28.359 INFO:tasks.cephadm:Deploying OSDs... 2023-11-17T06:45:28.360 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:45:28.360 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:45:28.366 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T06:45:28.366 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/nvme1n1 2023-11-17T06:45:28.413 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/nvme1n1 2023-11-17T06:45:28.414 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:45:28.414 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-11-17T06:45:28.414 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:45:28.414 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-17 06:44:06.506755532 +0000 2023-11-17T06:45:28.414 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-17 06:44:06.466756484 +0000 2023-11-17T06:45:28.414 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-17 06:44:06.466756484 +0000 2023-11-17T06:45:28.414 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-17T06:45:28.414 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-17T06:45:28.469 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-17T06:45:28.469 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-17T06:45:28.469 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000367972 s, 1.4 MB/s 2023-11-17T06:45:28.470 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-17T06:45:28.523 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/nvme2n1 2023-11-17T06:45:28.578 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/nvme2n1 2023-11-17T06:45:28.578 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:45:28.578 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-17T06:45:28.578 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:45:28.578 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-17 06:44:06.518755247 +0000 2023-11-17T06:45:28.578 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-17 06:44:06.466756484 +0000 2023-11-17T06:45:28.579 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-17 06:44:06.466756484 +0000 2023-11-17T06:45:28.579 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-17T06:45:28.579 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-17T06:45:28.629 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-17T06:45:28.629 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-17T06:45:28.629 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000231413 s, 2.2 MB/s 2023-11-17T06:45:28.630 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-17T06:45:28.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:28 smithi105 bash[28427]: cephadm 2023-11-17T06:45:27.077666+0000 mgr.smithi045.tkkiao (mgr.14182) 31 : cephadm [INF] Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-11-17T06:45:28.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:28 smithi105 bash[28427]: cephadm 2023-11-17T06:45:27.093458+0000 mgr.smithi045.tkkiao (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-11-17T06:45:28.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:28 smithi105 bash[28427]: audit 2023-11-17T06:45:27.489218+0000 mon.smithi045 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.45:0/3862286079' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:28.679 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/nvme3n1 2023-11-17T06:45:28.734 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/nvme3n1 2023-11-17T06:45:28.734 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:45:28.734 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-17T06:45:28.734 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:45:28.734 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-17 06:44:06.530754961 +0000 2023-11-17T06:45:28.735 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-17 06:44:06.470756389 +0000 2023-11-17T06:45:28.735 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-17 06:44:06.470756389 +0000 2023-11-17T06:45:28.735 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-17T06:45:28.735 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-17T06:45:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:28 smithi045 bash[25828]: cephadm 2023-11-17T06:45:27.077666+0000 mgr.smithi045.tkkiao (mgr.14182) 31 : cephadm [INF] Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-11-17T06:45:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:28 smithi045 bash[25828]: cephadm 2023-11-17T06:45:27.093458+0000 mgr.smithi045.tkkiao (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-11-17T06:45:28.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:28 smithi045 bash[25828]: audit 2023-11-17T06:45:27.489218+0000 mon.smithi045 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.45:0/3862286079' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:28.789 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-17T06:45:28.789 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-17T06:45:28.789 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000312317 s, 1.6 MB/s 2023-11-17T06:45:28.790 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-17T06:45:28.839 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/nvme4n1 2023-11-17T06:45:28.889 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/nvme4n1 2023-11-17T06:45:28.890 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:45:28.890 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-17T06:45:28.890 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:45:28.890 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-17 06:44:06.542754676 +0000 2023-11-17T06:45:28.890 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-17 06:44:06.470756389 +0000 2023-11-17T06:45:28.890 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-17 06:44:06.470756389 +0000 2023-11-17T06:45:28.890 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-17T06:45:28.890 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-17T06:45:28.945 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-17T06:45:28.945 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-17T06:45:28.945 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000260353 s, 2.0 MB/s 2023-11-17T06:45:28.946 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-17T06:45:28.995 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:45:28.995 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:45:29.002 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T06:45:29.002 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme1n1 2023-11-17T06:45:29.051 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme1n1 2023-11-17T06:45:29.051 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:45:29.052 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-11-17T06:45:29.052 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:45:29.052 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-11-17 06:44:50.475175817 +0000 2023-11-17T06:45:29.052 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-11-17 06:44:50.439176674 +0000 2023-11-17T06:45:29.052 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-11-17 06:44:50.439176674 +0000 2023-11-17T06:45:29.052 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-11-17T06:45:29.052 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-17T06:45:29.106 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-11-17T06:45:29.106 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-11-17T06:45:29.106 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000432454 s, 1.2 MB/s 2023-11-17T06:45:29.107 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-17T06:45:29.157 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme2n1 2023-11-17T06:45:29.207 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme2n1 2023-11-17T06:45:29.208 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:45:29.208 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-17T06:45:29.208 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:45:29.208 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-11-17 06:44:50.491175437 +0000 2023-11-17T06:45:29.208 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-11-17 06:44:50.443176579 +0000 2023-11-17T06:45:29.208 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-11-17 06:44:50.443176579 +0000 2023-11-17T06:45:29.208 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-11-17T06:45:29.208 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-17T06:45:29.262 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-11-17T06:45:29.262 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-11-17T06:45:29.262 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000425853 s, 1.2 MB/s 2023-11-17T06:45:29.263 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-17T06:45:29.313 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme3n1 2023-11-17T06:45:29.364 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme3n1 2023-11-17T06:45:29.364 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:45:29.364 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-17T06:45:29.364 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:45:29.364 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-11-17 06:44:50.507175056 +0000 2023-11-17T06:45:29.364 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-11-17 06:44:50.443176579 +0000 2023-11-17T06:45:29.364 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-11-17 06:44:50.443176579 +0000 2023-11-17T06:45:29.364 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-11-17T06:45:29.365 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-17T06:45:29.420 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-11-17T06:45:29.420 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-11-17T06:45:29.420 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000465194 s, 1.1 MB/s 2023-11-17T06:45:29.421 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-17T06:45:29.474 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme4n1 2023-11-17T06:45:29.523 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme4n1 2023-11-17T06:45:29.524 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:45:29.524 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-17T06:45:29.524 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:45:29.524 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-11-17 06:44:50.523174675 +0000 2023-11-17T06:45:29.524 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-11-17 06:44:50.443176579 +0000 2023-11-17T06:45:29.524 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-11-17 06:44:50.443176579 +0000 2023-11-17T06:45:29.524 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-11-17T06:45:29.524 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-17T06:45:29.576 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-11-17T06:45:29.577 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-11-17T06:45:29.577 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.00046387 s, 1.1 MB/s 2023-11-17T06:45:29.578 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-17T06:45:29.628 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-17T06:45:29.680 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:29 smithi105 bash[28427]: cluster 2023-11-17T06:45:28.460786+0000 mgr.smithi045.tkkiao (mgr.14182) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:29.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:29 smithi045 bash[25828]: cluster 2023-11-17T06:45:28.460786+0000 mgr.smithi045.tkkiao (mgr.14182) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:31.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:31 smithi045 bash[25828]: cluster 2023-11-17T06:45:30.461244+0000 mgr.smithi045.tkkiao (mgr.14182) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:31.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:31 smithi105 bash[28427]: cluster 2023-11-17T06:45:30.461244+0000 mgr.smithi045.tkkiao (mgr.14182) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:32.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:32 smithi105 bash[28427]: audit 2023-11-17T06:45:31.628795+0000 mon.smithi045 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:32.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:32 smithi105 bash[28427]: cephadm 2023-11-17T06:45:31.629925+0000 mgr.smithi045.tkkiao (mgr.14182) 35 : cephadm [INF] Reconfiguring crash.smithi045 (monmap changed)... 2023-11-17T06:45:32.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:32 smithi105 bash[28427]: audit 2023-11-17T06:45:31.630359+0000 mon.smithi045 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:45:32.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:32 smithi105 bash[28427]: audit 2023-11-17T06:45:31.631666+0000 mon.smithi045 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:32.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:32 smithi105 bash[28427]: cephadm 2023-11-17T06:45:31.632663+0000 mgr.smithi045.tkkiao (mgr.14182) 36 : cephadm [INF] Reconfiguring daemon crash.smithi045 on smithi045 2023-11-17T06:45:32.843 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled osd.all-available-devices update... 2023-11-17T06:45:32.897 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:32 smithi045 bash[25828]: audit 2023-11-17T06:45:31.628795+0000 mon.smithi045 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:32.897 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:32 smithi045 bash[25828]: cephadm 2023-11-17T06:45:31.629925+0000 mgr.smithi045.tkkiao (mgr.14182) 35 : cephadm [INF] Reconfiguring crash.smithi045 (monmap changed)... 2023-11-17T06:45:32.897 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:32 smithi045 bash[25828]: audit 2023-11-17T06:45:31.630359+0000 mon.smithi045 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:45:32.897 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:32 smithi045 bash[25828]: audit 2023-11-17T06:45:31.631666+0000 mon.smithi045 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:32.897 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:32 smithi045 bash[25828]: cephadm 2023-11-17T06:45:31.632663+0000 mgr.smithi045.tkkiao (mgr.14182) 36 : cephadm [INF] Reconfiguring daemon crash.smithi045 on smithi045 2023-11-17T06:45:33.401 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-17T06:45:33.402 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:45:34.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:33 smithi105 bash[28427]: cluster 2023-11-17T06:45:32.461605+0000 mgr.smithi045.tkkiao (mgr.14182) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:34.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:33 smithi105 bash[28427]: audit 2023-11-17T06:45:32.823312+0000 mgr.smithi045.tkkiao (mgr.14182) 38 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:45:34.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:33 smithi105 bash[28427]: cephadm 2023-11-17T06:45:32.826630+0000 mgr.smithi045.tkkiao (mgr.14182) 39 : cephadm [INF] Marking host: smithi045 for OSDSpec preview refresh. 2023-11-17T06:45:34.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:33 smithi105 bash[28427]: cephadm 2023-11-17T06:45:32.826852+0000 mgr.smithi045.tkkiao (mgr.14182) 40 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2023-11-17T06:45:34.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:33 smithi105 bash[28427]: cephadm 2023-11-17T06:45:32.827660+0000 mgr.smithi045.tkkiao (mgr.14182) 41 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-17T06:45:34.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:33 smithi105 bash[28427]: audit 2023-11-17T06:45:32.835846+0000 mon.smithi045 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:34.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:33 smithi105 bash[28427]: audit 2023-11-17T06:45:33.676790+0000 mon.smithi045 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:34.341 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:33 smithi045 bash[25828]: cluster 2023-11-17T06:45:32.461605+0000 mgr.smithi045.tkkiao (mgr.14182) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:34.342 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:33 smithi045 bash[25828]: audit 2023-11-17T06:45:32.823312+0000 mgr.smithi045.tkkiao (mgr.14182) 38 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:45:34.342 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:33 smithi045 bash[25828]: cephadm 2023-11-17T06:45:32.826630+0000 mgr.smithi045.tkkiao (mgr.14182) 39 : cephadm [INF] Marking host: smithi045 for OSDSpec preview refresh. 2023-11-17T06:45:34.342 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:33 smithi045 bash[25828]: cephadm 2023-11-17T06:45:32.826852+0000 mgr.smithi045.tkkiao (mgr.14182) 40 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2023-11-17T06:45:34.342 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:33 smithi045 bash[25828]: cephadm 2023-11-17T06:45:32.827660+0000 mgr.smithi045.tkkiao (mgr.14182) 41 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-17T06:45:34.342 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:33 smithi045 bash[25828]: audit 2023-11-17T06:45:32.835846+0000 mon.smithi045 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:34.342 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:33 smithi045 bash[25828]: audit 2023-11-17T06:45:33.676790+0000 mon.smithi045 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:35.089 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:34 smithi045 bash[25828]: cephadm 2023-11-17T06:45:33.678340+0000 mgr.smithi045.tkkiao (mgr.14182) 42 : cephadm [INF] Reconfiguring grafana.smithi045 (dependencies changed)... 2023-11-17T06:45:35.089 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:34 smithi045 bash[25828]: cephadm 2023-11-17T06:45:33.725530+0000 mgr.smithi045.tkkiao (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon grafana.smithi045 on smithi045 2023-11-17T06:45:35.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:34 smithi105 bash[28427]: cephadm 2023-11-17T06:45:33.678340+0000 mgr.smithi045.tkkiao (mgr.14182) 42 : cephadm [INF] Reconfiguring grafana.smithi045 (dependencies changed)... 2023-11-17T06:45:35.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:34 smithi105 bash[28427]: cephadm 2023-11-17T06:45:33.725530+0000 mgr.smithi045.tkkiao (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon grafana.smithi045 on smithi045 2023-11-17T06:45:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:35 smithi045 bash[25828]: cluster 2023-11-17T06:45:34.461984+0000 mgr.smithi045.tkkiao (mgr.14182) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:36.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:35 smithi105 bash[28427]: cluster 2023-11-17T06:45:34.461984+0000 mgr.smithi045.tkkiao (mgr.14182) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:37.412 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:45:38.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:37 smithi045 bash[25828]: cluster 2023-11-17T06:45:36.462427+0000 mgr.smithi045.tkkiao (mgr.14182) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:38.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:37 smithi045 bash[25828]: audit 2023-11-17T06:45:37.410243+0000 mon.smithi045 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.45:0/195380128' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:38.119 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-17T06:45:38.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:37 smithi105 bash[28427]: cluster 2023-11-17T06:45:36.462427+0000 mgr.smithi045.tkkiao (mgr.14182) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:38.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:37 smithi105 bash[28427]: audit 2023-11-17T06:45:37.410243+0000 mon.smithi045 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.45:0/195380128' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:39.120 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:45:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:39 smithi105 bash[28427]: cluster 2023-11-17T06:45:38.462868+0000 mgr.smithi045.tkkiao (mgr.14182) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:40.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:39 smithi105 bash[28427]: audit 2023-11-17T06:45:38.926229+0000 mon.smithi045 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:40.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:39 smithi105 bash[28427]: audit 2023-11-17T06:45:38.928166+0000 mon.smithi045 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:45:40.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:39 smithi105 bash[28427]: audit 2023-11-17T06:45:38.929890+0000 mon.smithi045 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:40.240 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:39 smithi045 bash[25828]: cluster 2023-11-17T06:45:38.462868+0000 mgr.smithi045.tkkiao (mgr.14182) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:40.240 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:39 smithi045 bash[25828]: audit 2023-11-17T06:45:38.926229+0000 mon.smithi045 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:40.240 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:39 smithi045 bash[25828]: audit 2023-11-17T06:45:38.928166+0000 mon.smithi045 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:45:40.240 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:39 smithi045 bash[25828]: audit 2023-11-17T06:45:38.929890+0000 mon.smithi045 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:41.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: cephadm 2023-11-17T06:45:38.927569+0000 mgr.smithi045.tkkiao (mgr.14182) 47 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2023-11-17T06:45:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: cephadm 2023-11-17T06:45:38.931691+0000 mgr.smithi045.tkkiao (mgr.14182) 48 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2023-11-17T06:45:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: cluster 2023-11-17T06:45:40.463300+0000 mgr.smithi045.tkkiao (mgr.14182) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: audit 2023-11-17T06:45:40.811754+0000 mon.smithi045 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: cephadm 2023-11-17T06:45:40.813105+0000 mgr.smithi045.tkkiao (mgr.14182) 50 : cephadm [INF] Reconfiguring mgr.smithi105.iavuma (monmap changed)... 2023-11-17T06:45:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: audit 2023-11-17T06:45:40.813574+0000 mon.smithi045 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.iavuma", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:45:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: audit 2023-11-17T06:45:40.815014+0000 mon.smithi045 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:45:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: audit 2023-11-17T06:45:40.816359+0000 mon.smithi045 (mon.0) 218 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:40 smithi105 bash[28427]: cephadm 2023-11-17T06:45:40.817655+0000 mgr.smithi045.tkkiao (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi105.iavuma on smithi105 2023-11-17T06:45:41.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: cephadm 2023-11-17T06:45:38.927569+0000 mgr.smithi045.tkkiao (mgr.14182) 47 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2023-11-17T06:45:41.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: cephadm 2023-11-17T06:45:38.931691+0000 mgr.smithi045.tkkiao (mgr.14182) 48 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2023-11-17T06:45:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: cluster 2023-11-17T06:45:40.463300+0000 mgr.smithi045.tkkiao (mgr.14182) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: audit 2023-11-17T06:45:40.811754+0000 mon.smithi045 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: cephadm 2023-11-17T06:45:40.813105+0000 mgr.smithi045.tkkiao (mgr.14182) 50 : cephadm [INF] Reconfiguring mgr.smithi105.iavuma (monmap changed)... 2023-11-17T06:45:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: audit 2023-11-17T06:45:40.813574+0000 mon.smithi045 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.iavuma", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:45:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: audit 2023-11-17T06:45:40.815014+0000 mon.smithi045 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:45:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: audit 2023-11-17T06:45:40.816359+0000 mon.smithi045 (mon.0) 218 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:40 smithi045 bash[25828]: cephadm 2023-11-17T06:45:40.817655+0000 mgr.smithi045.tkkiao (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi105.iavuma on smithi105 2023-11-17T06:45:42.380 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:45:42.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:42 smithi045 bash[25828]: audit 2023-11-17T06:45:42.378189+0000 mon.smithi045 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.45:0/3221356963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:42.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:42 smithi105 bash[28427]: audit 2023-11-17T06:45:42.378189+0000 mon.smithi045 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.45:0/3221356963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:43.019 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-17T06:45:43.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:43 smithi105 bash[28427]: cluster 2023-11-17T06:45:42.463720+0000 mgr.smithi045.tkkiao (mgr.14182) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:43.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:43 smithi105 bash[28427]: audit 2023-11-17T06:45:42.535103+0000 mon.smithi045 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:43.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:43 smithi105 bash[28427]: cephadm 2023-11-17T06:45:42.536788+0000 mgr.smithi045.tkkiao (mgr.14182) 53 : cephadm [INF] Reconfiguring mon.smithi105 (monmap changed)... 2023-11-17T06:45:43.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:43 smithi105 bash[28427]: audit 2023-11-17T06:45:42.537456+0000 mon.smithi045 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:45:43.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:43 smithi105 bash[28427]: audit 2023-11-17T06:45:42.539347+0000 mon.smithi045 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:45:43.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:43 smithi105 bash[28427]: audit 2023-11-17T06:45:42.540991+0000 mon.smithi045 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:43.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:43 smithi105 bash[28427]: cephadm 2023-11-17T06:45:42.542321+0000 mgr.smithi045.tkkiao (mgr.14182) 54 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2023-11-17T06:45:43.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:43 smithi045 bash[25828]: cluster 2023-11-17T06:45:42.463720+0000 mgr.smithi045.tkkiao (mgr.14182) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:43.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:43 smithi045 bash[25828]: audit 2023-11-17T06:45:42.535103+0000 mon.smithi045 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:43.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:43 smithi045 bash[25828]: cephadm 2023-11-17T06:45:42.536788+0000 mgr.smithi045.tkkiao (mgr.14182) 53 : cephadm [INF] Reconfiguring mon.smithi105 (monmap changed)... 2023-11-17T06:45:43.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:43 smithi045 bash[25828]: audit 2023-11-17T06:45:42.537456+0000 mon.smithi045 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:45:43.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:43 smithi045 bash[25828]: audit 2023-11-17T06:45:42.539347+0000 mon.smithi045 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:45:43.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:43 smithi045 bash[25828]: audit 2023-11-17T06:45:42.540991+0000 mon.smithi045 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:43.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:43 smithi045 bash[25828]: cephadm 2023-11-17T06:45:42.542321+0000 mgr.smithi045.tkkiao (mgr.14182) 54 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2023-11-17T06:45:44.020 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.281566+0000 mon.smithi045 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.289619+0000 mon.smithi045 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.290466+0000 mgr.smithi045.tkkiao (mgr.14182) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.292005+0000 mon.smithi045 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.292803+0000 mgr.smithi045.tkkiao (mgr.14182) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.298156+0000 mon.smithi045 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.308035+0000 mon.smithi045 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.309091+0000 mgr.smithi045.tkkiao (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.317674+0000 mon.smithi045 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T06:45:45.375 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.318676+0000 mgr.smithi045.tkkiao (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T06:45:45.376 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.326087+0000 mon.smithi045 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:45.376 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.334553+0000 mon.smithi045 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T06:45:45.376 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.335215+0000 mgr.smithi045.tkkiao (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T06:45:45.376 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.342644+0000 mon.smithi045 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T06:45:45.376 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.343393+0000 mgr.smithi045.tkkiao (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T06:45:45.376 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.350684+0000 mon.smithi045 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:45.376 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: audit 2023-11-17T06:45:44.359371+0000 mon.smithi045 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:45:45.376 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:45 smithi045 bash[25828]: cluster 2023-11-17T06:45:44.464124+0000 mgr.smithi045.tkkiao (mgr.14182) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:45.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.281566+0000 mon.smithi045 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.289619+0000 mon.smithi045 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.290466+0000 mgr.smithi045.tkkiao (mgr.14182) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.292005+0000 mon.smithi045 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.292803+0000 mgr.smithi045.tkkiao (mgr.14182) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.298156+0000 mon.smithi045 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.308035+0000 mon.smithi045 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.309091+0000 mgr.smithi045.tkkiao (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.317674+0000 mon.smithi045 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.318676+0000 mgr.smithi045.tkkiao (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T06:45:45.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.326087+0000 mon.smithi045 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:45.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.334553+0000 mon.smithi045 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T06:45:45.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.335215+0000 mgr.smithi045.tkkiao (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T06:45:45.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.342644+0000 mon.smithi045 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T06:45:45.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.343393+0000 mgr.smithi045.tkkiao (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T06:45:45.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.350684+0000 mon.smithi045 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:45.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: audit 2023-11-17T06:45:44.359371+0000 mon.smithi045 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:45:45.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:45 smithi105 bash[28427]: cluster 2023-11-17T06:45:44.464124+0000 mgr.smithi045.tkkiao (mgr.14182) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:47.131 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:45:47.682 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-17T06:45:47.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:47 smithi045 bash[25828]: cluster 2023-11-17T06:45:46.464684+0000 mgr.smithi045.tkkiao (mgr.14182) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:47.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:47 smithi045 bash[25828]: audit 2023-11-17T06:45:47.128853+0000 mon.smithi045 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.45:0/632848672' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:47.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:47 smithi105 bash[28427]: cluster 2023-11-17T06:45:46.464684+0000 mgr.smithi045.tkkiao (mgr.14182) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:47.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:47 smithi105 bash[28427]: audit 2023-11-17T06:45:47.128853+0000 mon.smithi045 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.45:0/632848672' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:48.682 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:45:49.746 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:49 smithi045 bash[25828]: cluster 2023-11-17T06:45:48.465166+0000 mgr.smithi045.tkkiao (mgr.14182) 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:49.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:49 smithi105 bash[28427]: cluster 2023-11-17T06:45:48.465166+0000 mgr.smithi045.tkkiao (mgr.14182) 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:51.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:49.983467+0000 mon.smithi045 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:49.990799+0000 mon.smithi045 (mon.0) 237 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.297774+0000 mon.smithi045 (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.307839+0000 mon.smithi045 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.309342+0000 mon.smithi045 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.310653+0000 mon.smithi045 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.318096+0000 mon.smithi045 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.326690+0000 mon.smithi045 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.332268+0000 mon.smithi045 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.336013+0000 mon.smithi045 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.336392+0000 mon.smithi045 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: audit 2023-11-17T06:45:50.337342+0000 mon.smithi045 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:51.391 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:50 smithi045 bash[25828]: cluster 2023-11-17T06:45:50.465479+0000 mgr.smithi045.tkkiao (mgr.14182) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:51.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:49.983467+0000 mon.smithi045 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:49.990799+0000 mon.smithi045 (mon.0) 237 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.297774+0000 mon.smithi045 (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.307839+0000 mon.smithi045 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.309342+0000 mon.smithi045 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.310653+0000 mon.smithi045 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.318096+0000 mon.smithi045 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.326690+0000 mon.smithi045 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.332268+0000 mon.smithi045 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.336013+0000 mon.smithi045 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.336392+0000 mon.smithi045 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: audit 2023-11-17T06:45:50.337342+0000 mon.smithi045 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:45:51.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:50 smithi105 bash[28427]: cluster 2023-11-17T06:45:50.465479+0000 mgr.smithi045.tkkiao (mgr.14182) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:51.536 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:45:52.125 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-17T06:45:52.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:52 smithi045 bash[25828]: audit 2023-11-17T06:45:51.534203+0000 mon.smithi045 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.45:0/4102709803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:52.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:52 smithi105 bash[28427]: audit 2023-11-17T06:45:51.534203+0000 mon.smithi045 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.45:0/4102709803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:53.126 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:45:53.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:53 smithi045 bash[25828]: cluster 2023-11-17T06:45:52.465964+0000 mgr.smithi045.tkkiao (mgr.14182) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:53 smithi105 bash[28427]: cluster 2023-11-17T06:45:52.465964+0000 mgr.smithi045.tkkiao (mgr.14182) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:55.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:55 smithi105 bash[28427]: cluster 2023-11-17T06:45:54.466391+0000 mgr.smithi045.tkkiao (mgr.14182) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:55.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:55 smithi045 bash[25828]: cluster 2023-11-17T06:45:54.466391+0000 mgr.smithi045.tkkiao (mgr.14182) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:56.256 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:45:56.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:56 smithi105 bash[28427]: audit 2023-11-17T06:45:56.254292+0000 mon.smithi045 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.45:0/89315611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:56.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:56 smithi045 bash[25828]: audit 2023-11-17T06:45:56.254292+0000 mon.smithi045 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.45:0/89315611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:45:57.138 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-17T06:45:57.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:57 smithi045 bash[25828]: cluster 2023-11-17T06:45:56.466827+0000 mgr.smithi045.tkkiao (mgr.14182) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:57.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:57 smithi105 bash[28427]: cluster 2023-11-17T06:45:56.466827+0000 mgr.smithi045.tkkiao (mgr.14182) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:58.140 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:45:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: cluster 2023-11-17T06:45:58.467225+0000 mgr.smithi045.tkkiao (mgr.14182) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: audit 2023-11-17T06:45:58.747877+0000 mon.smithi105 (mon.1) 3 : audit [INF] from='client.? 172.21.15.105:0/1639202109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c405a4f-5df3-40e6-a387-9fa6877e8c9b"}]: dispatch 2023-11-17T06:45:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: audit 2023-11-17T06:45:58.748085+0000 mon.smithi045 (mon.0) 250 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c405a4f-5df3-40e6-a387-9fa6877e8c9b"}]: dispatch 2023-11-17T06:45:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: audit 2023-11-17T06:45:58.754746+0000 mon.smithi045 (mon.0) 251 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c405a4f-5df3-40e6-a387-9fa6877e8c9b"}]': finished 2023-11-17T06:45:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: cluster 2023-11-17T06:45:58.754863+0000 mon.smithi045 (mon.0) 252 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-17T06:45:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: audit 2023-11-17T06:45:58.755043+0000 mon.smithi045 (mon.0) 253 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:45:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: audit 2023-11-17T06:45:59.495246+0000 mon.smithi045 (mon.0) 254 : audit [INF] from='client.? 172.21.15.45:0/193705225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5c47b7f-4d8f-4e8a-afd1-12bee29115f9"}]: dispatch 2023-11-17T06:45:59.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: audit 2023-11-17T06:45:59.500420+0000 mon.smithi045 (mon.0) 255 : audit [INF] from='client.? 172.21.15.45:0/193705225' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5c47b7f-4d8f-4e8a-afd1-12bee29115f9"}]': finished 2023-11-17T06:45:59.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: cluster 2023-11-17T06:45:59.500471+0000 mon.smithi045 (mon.0) 256 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-17T06:45:59.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: audit 2023-11-17T06:45:59.500571+0000 mon.smithi045 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:45:59.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:45:59 smithi045 bash[25828]: audit 2023-11-17T06:45:59.500808+0000 mon.smithi045 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: cluster 2023-11-17T06:45:58.467225+0000 mgr.smithi045.tkkiao (mgr.14182) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: audit 2023-11-17T06:45:58.747877+0000 mon.smithi105 (mon.1) 3 : audit [INF] from='client.? 172.21.15.105:0/1639202109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c405a4f-5df3-40e6-a387-9fa6877e8c9b"}]: dispatch 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: audit 2023-11-17T06:45:58.748085+0000 mon.smithi045 (mon.0) 250 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c405a4f-5df3-40e6-a387-9fa6877e8c9b"}]: dispatch 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: audit 2023-11-17T06:45:58.754746+0000 mon.smithi045 (mon.0) 251 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c405a4f-5df3-40e6-a387-9fa6877e8c9b"}]': finished 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: cluster 2023-11-17T06:45:58.754863+0000 mon.smithi045 (mon.0) 252 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: audit 2023-11-17T06:45:58.755043+0000 mon.smithi045 (mon.0) 253 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: audit 2023-11-17T06:45:59.495246+0000 mon.smithi045 (mon.0) 254 : audit [INF] from='client.? 172.21.15.45:0/193705225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5c47b7f-4d8f-4e8a-afd1-12bee29115f9"}]: dispatch 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: audit 2023-11-17T06:45:59.500420+0000 mon.smithi045 (mon.0) 255 : audit [INF] from='client.? 172.21.15.45:0/193705225' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5c47b7f-4d8f-4e8a-afd1-12bee29115f9"}]': finished 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: cluster 2023-11-17T06:45:59.500471+0000 mon.smithi045 (mon.0) 256 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: audit 2023-11-17T06:45:59.500571+0000 mon.smithi045 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:45:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:45:59 smithi105 bash[28427]: audit 2023-11-17T06:45:59.500808+0000 mon.smithi045 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:00.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:00 smithi045 bash[25828]: audit 2023-11-17T06:45:59.782618+0000 mon.smithi105 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.105:0/3023553798' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:00.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:00 smithi105 bash[28427]: audit 2023-11-17T06:45:59.782618+0000 mon.smithi105 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.105:0/3023553798' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:01.523 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:01.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:01 smithi045 bash[25828]: cluster 2023-11-17T06:46:00.467658+0000 mgr.smithi045.tkkiao (mgr.14182) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:01.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:01 smithi045 bash[25828]: audit 2023-11-17T06:46:01.263439+0000 mon.smithi045 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.45:0/3148524542' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:01.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:01 smithi045 bash[25828]: audit 2023-11-17T06:46:01.521263+0000 mon.smithi045 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.45:0/1358379760' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:01.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:01 smithi105 bash[28427]: cluster 2023-11-17T06:46:00.467658+0000 mgr.smithi045.tkkiao (mgr.14182) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:01.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:01 smithi105 bash[28427]: audit 2023-11-17T06:46:01.263439+0000 mon.smithi045 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.45:0/3148524542' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:01.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:01 smithi105 bash[28427]: audit 2023-11-17T06:46:01.521263+0000 mon.smithi045 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.45:0/1358379760' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:02.116 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700203559,"num_remapped_pgs":0} 2023-11-17T06:46:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:02 smithi045 bash[25828]: audit 2023-11-17T06:46:02.495455+0000 mon.smithi105 (mon.1) 5 : audit [INF] from='client.? 172.21.15.105:0/3297934010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "645b9ca1-908d-403d-af38-de4f88a50893"}]: dispatch 2023-11-17T06:46:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:02 smithi045 bash[25828]: audit 2023-11-17T06:46:02.495863+0000 mon.smithi045 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "645b9ca1-908d-403d-af38-de4f88a50893"}]: dispatch 2023-11-17T06:46:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:02 smithi045 bash[25828]: audit 2023-11-17T06:46:02.503548+0000 mon.smithi045 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "645b9ca1-908d-403d-af38-de4f88a50893"}]': finished 2023-11-17T06:46:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:02 smithi045 bash[25828]: cluster 2023-11-17T06:46:02.503691+0000 mon.smithi045 (mon.0) 263 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-17T06:46:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:02 smithi045 bash[25828]: audit 2023-11-17T06:46:02.503957+0000 mon.smithi045 (mon.0) 264 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:02 smithi045 bash[25828]: audit 2023-11-17T06:46:02.505099+0000 mon.smithi045 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:02 smithi045 bash[25828]: audit 2023-11-17T06:46:02.505802+0000 mon.smithi045 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:02.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:02 smithi105 bash[28427]: audit 2023-11-17T06:46:02.495455+0000 mon.smithi105 (mon.1) 5 : audit [INF] from='client.? 172.21.15.105:0/3297934010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "645b9ca1-908d-403d-af38-de4f88a50893"}]: dispatch 2023-11-17T06:46:02.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:02 smithi105 bash[28427]: audit 2023-11-17T06:46:02.495863+0000 mon.smithi045 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "645b9ca1-908d-403d-af38-de4f88a50893"}]: dispatch 2023-11-17T06:46:02.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:02 smithi105 bash[28427]: audit 2023-11-17T06:46:02.503548+0000 mon.smithi045 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "645b9ca1-908d-403d-af38-de4f88a50893"}]': finished 2023-11-17T06:46:02.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:02 smithi105 bash[28427]: cluster 2023-11-17T06:46:02.503691+0000 mon.smithi045 (mon.0) 263 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-17T06:46:02.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:02 smithi105 bash[28427]: audit 2023-11-17T06:46:02.503957+0000 mon.smithi045 (mon.0) 264 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:02.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:02 smithi105 bash[28427]: audit 2023-11-17T06:46:02.505099+0000 mon.smithi045 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:02.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:02 smithi105 bash[28427]: audit 2023-11-17T06:46:02.505802+0000 mon.smithi045 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:03.117 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:03.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:03 smithi045 bash[25828]: cluster 2023-11-17T06:46:02.468030+0000 mgr.smithi045.tkkiao (mgr.14182) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:03.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:03 smithi105 bash[28427]: cluster 2023-11-17T06:46:02.468030+0000 mgr.smithi045.tkkiao (mgr.14182) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:04 smithi045 bash[25828]: audit 2023-11-17T06:46:03.570470+0000 mon.smithi105 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.105:0/2927954334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:04 smithi045 bash[25828]: audit 2023-11-17T06:46:04.124205+0000 mon.smithi045 (mon.0) 267 : audit [INF] from='client.? 172.21.15.45:0/3938717551' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd4aef3e-15fe-41f1-819a-cebd16091c5c"}]: dispatch 2023-11-17T06:46:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:04 smithi045 bash[25828]: audit 2023-11-17T06:46:04.128737+0000 mon.smithi045 (mon.0) 268 : audit [INF] from='client.? 172.21.15.45:0/3938717551' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd4aef3e-15fe-41f1-819a-cebd16091c5c"}]': finished 2023-11-17T06:46:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:04 smithi045 bash[25828]: cluster 2023-11-17T06:46:04.128797+0000 mon.smithi045 (mon.0) 269 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-17T06:46:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:04 smithi045 bash[25828]: audit 2023-11-17T06:46:04.128920+0000 mon.smithi045 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:04 smithi045 bash[25828]: audit 2023-11-17T06:46:04.129309+0000 mon.smithi045 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:04 smithi045 bash[25828]: audit 2023-11-17T06:46:04.129521+0000 mon.smithi045 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:04 smithi045 bash[25828]: audit 2023-11-17T06:46:04.129688+0000 mon.smithi045 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:04.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:04 smithi105 bash[28427]: audit 2023-11-17T06:46:03.570470+0000 mon.smithi105 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.105:0/2927954334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:04.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:04 smithi105 bash[28427]: audit 2023-11-17T06:46:04.124205+0000 mon.smithi045 (mon.0) 267 : audit [INF] from='client.? 172.21.15.45:0/3938717551' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd4aef3e-15fe-41f1-819a-cebd16091c5c"}]: dispatch 2023-11-17T06:46:04.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:04 smithi105 bash[28427]: audit 2023-11-17T06:46:04.128737+0000 mon.smithi045 (mon.0) 268 : audit [INF] from='client.? 172.21.15.45:0/3938717551' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd4aef3e-15fe-41f1-819a-cebd16091c5c"}]': finished 2023-11-17T06:46:04.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:04 smithi105 bash[28427]: cluster 2023-11-17T06:46:04.128797+0000 mon.smithi045 (mon.0) 269 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-17T06:46:04.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:04 smithi105 bash[28427]: audit 2023-11-17T06:46:04.128920+0000 mon.smithi045 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:04.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:04 smithi105 bash[28427]: audit 2023-11-17T06:46:04.129309+0000 mon.smithi045 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:04.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:04 smithi105 bash[28427]: audit 2023-11-17T06:46:04.129521+0000 mon.smithi045 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:04.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:04 smithi105 bash[28427]: audit 2023-11-17T06:46:04.129688+0000 mon.smithi045 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:05.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:05 smithi045 bash[25828]: cluster 2023-11-17T06:46:04.468422+0000 mgr.smithi045.tkkiao (mgr.14182) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:05.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:05 smithi045 bash[25828]: audit 2023-11-17T06:46:05.468360+0000 mon.smithi045 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.45:0/255290311' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:05.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:05 smithi105 bash[28427]: cluster 2023-11-17T06:46:04.468422+0000 mgr.smithi045.tkkiao (mgr.14182) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:05.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:05 smithi105 bash[28427]: audit 2023-11-17T06:46:05.468360+0000 mon.smithi045 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.45:0/255290311' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:06.370 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: audit 2023-11-17T06:46:06.308425+0000 mon.smithi045 (mon.0) 275 : audit [INF] from='client.? 172.21.15.105:0/3103839793' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0380fcca-77d2-4d05-835d-27b15eace1f4"}]: dispatch 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: audit 2023-11-17T06:46:06.315959+0000 mon.smithi045 (mon.0) 276 : audit [INF] from='client.? 172.21.15.105:0/3103839793' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0380fcca-77d2-4d05-835d-27b15eace1f4"}]': finished 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: cluster 2023-11-17T06:46:06.316130+0000 mon.smithi045 (mon.0) 277 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: audit 2023-11-17T06:46:06.316351+0000 mon.smithi045 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: audit 2023-11-17T06:46:06.316809+0000 mon.smithi045 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: audit 2023-11-17T06:46:06.317070+0000 mon.smithi045 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: audit 2023-11-17T06:46:06.317351+0000 mon.smithi045 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: audit 2023-11-17T06:46:06.317625+0000 mon.smithi045 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:06 smithi045 bash[25828]: audit 2023-11-17T06:46:06.368811+0000 mon.smithi045 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.45:0/1298384067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:06.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: audit 2023-11-17T06:46:06.308425+0000 mon.smithi045 (mon.0) 275 : audit [INF] from='client.? 172.21.15.105:0/3103839793' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0380fcca-77d2-4d05-835d-27b15eace1f4"}]: dispatch 2023-11-17T06:46:06.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: audit 2023-11-17T06:46:06.315959+0000 mon.smithi045 (mon.0) 276 : audit [INF] from='client.? 172.21.15.105:0/3103839793' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0380fcca-77d2-4d05-835d-27b15eace1f4"}]': finished 2023-11-17T06:46:06.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: cluster 2023-11-17T06:46:06.316130+0000 mon.smithi045 (mon.0) 277 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-17T06:46:06.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: audit 2023-11-17T06:46:06.316351+0000 mon.smithi045 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:06.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: audit 2023-11-17T06:46:06.316809+0000 mon.smithi045 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:06.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: audit 2023-11-17T06:46:06.317070+0000 mon.smithi045 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:06.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: audit 2023-11-17T06:46:06.317351+0000 mon.smithi045 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:06.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: audit 2023-11-17T06:46:06.317625+0000 mon.smithi045 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:06.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:06 smithi105 bash[28427]: audit 2023-11-17T06:46:06.368811+0000 mon.smithi045 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.45:0/1298384067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:06.983 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1700203566,"num_remapped_pgs":0} 2023-11-17T06:46:07.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:07 smithi045 bash[25828]: cluster 2023-11-17T06:46:06.468768+0000 mgr.smithi045.tkkiao (mgr.14182) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:07.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:07 smithi045 bash[25828]: audit 2023-11-17T06:46:07.362960+0000 mon.smithi105 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.105:0/385433208' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:07.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:07 smithi105 bash[28427]: cluster 2023-11-17T06:46:06.468768+0000 mgr.smithi045.tkkiao (mgr.14182) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:07.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:07 smithi105 bash[28427]: audit 2023-11-17T06:46:07.362960+0000 mon.smithi105 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.105:0/385433208' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:07.984 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:08.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.209993+0000 mon.smithi105 (mon.1) 8 : audit [INF] from='client.? 172.21.15.45:0/3438306058' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b149b8b0-30af-42cb-bbe7-16798cb2525c"}]: dispatch 2023-11-17T06:46:08.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.210442+0000 mon.smithi045 (mon.0) 284 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b149b8b0-30af-42cb-bbe7-16798cb2525c"}]: dispatch 2023-11-17T06:46:08.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.215566+0000 mon.smithi045 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b149b8b0-30af-42cb-bbe7-16798cb2525c"}]': finished 2023-11-17T06:46:08.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: cluster 2023-11-17T06:46:08.215630+0000 mon.smithi045 (mon.0) 286 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-17T06:46:08.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.215828+0000 mon.smithi045 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:08.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.216740+0000 mon.smithi045 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:08.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.217325+0000 mon.smithi045 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:08.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.217867+0000 mon.smithi045 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:08.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.218427+0000 mon.smithi045 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:08.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:08 smithi045 bash[25828]: audit 2023-11-17T06:46:08.218976+0000 mon.smithi045 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:08.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.209993+0000 mon.smithi105 (mon.1) 8 : audit [INF] from='client.? 172.21.15.45:0/3438306058' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b149b8b0-30af-42cb-bbe7-16798cb2525c"}]: dispatch 2023-11-17T06:46:08.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.210442+0000 mon.smithi045 (mon.0) 284 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b149b8b0-30af-42cb-bbe7-16798cb2525c"}]: dispatch 2023-11-17T06:46:08.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.215566+0000 mon.smithi045 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b149b8b0-30af-42cb-bbe7-16798cb2525c"}]': finished 2023-11-17T06:46:08.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: cluster 2023-11-17T06:46:08.215630+0000 mon.smithi045 (mon.0) 286 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-17T06:46:08.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.215828+0000 mon.smithi045 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:08.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.216740+0000 mon.smithi045 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:08.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.217325+0000 mon.smithi045 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:08.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.217867+0000 mon.smithi045 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:08.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.218427+0000 mon.smithi045 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:08.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:08 smithi105 bash[28427]: audit 2023-11-17T06:46:08.218976+0000 mon.smithi045 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:09.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:09 smithi045 bash[25828]: cluster 2023-11-17T06:46:08.469276+0000 mgr.smithi045.tkkiao (mgr.14182) 73 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:09.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:09 smithi105 bash[28427]: cluster 2023-11-17T06:46:08.469276+0000 mgr.smithi045.tkkiao (mgr.14182) 73 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:10.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:09.860038+0000 mon.smithi045 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.45:0/3534242189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:10.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.102084+0000 mon.smithi105 (mon.1) 9 : audit [INF] from='client.? 172.21.15.105:0/3193341511' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ff7b271-0d00-4024-8e7d-59301338ef4c"}]: dispatch 2023-11-17T06:46:10.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.102610+0000 mon.smithi045 (mon.0) 294 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ff7b271-0d00-4024-8e7d-59301338ef4c"}]: dispatch 2023-11-17T06:46:10.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.110229+0000 mon.smithi045 (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ff7b271-0d00-4024-8e7d-59301338ef4c"}]': finished 2023-11-17T06:46:10.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: cluster 2023-11-17T06:46:10.110323+0000 mon.smithi045 (mon.0) 296 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-17T06:46:10.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.110530+0000 mon.smithi045 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:10.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.110991+0000 mon.smithi045 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:10.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.111282+0000 mon.smithi045 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:10.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.111580+0000 mon.smithi045 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:10.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.111870+0000 mon.smithi045 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:10.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.112137+0000 mon.smithi045 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:10.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:10 smithi045 bash[25828]: audit 2023-11-17T06:46:10.112425+0000 mon.smithi045 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:10.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:09.860038+0000 mon.smithi045 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.45:0/3534242189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:10.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.102084+0000 mon.smithi105 (mon.1) 9 : audit [INF] from='client.? 172.21.15.105:0/3193341511' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ff7b271-0d00-4024-8e7d-59301338ef4c"}]: dispatch 2023-11-17T06:46:10.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.102610+0000 mon.smithi045 (mon.0) 294 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ff7b271-0d00-4024-8e7d-59301338ef4c"}]: dispatch 2023-11-17T06:46:10.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.110229+0000 mon.smithi045 (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ff7b271-0d00-4024-8e7d-59301338ef4c"}]': finished 2023-11-17T06:46:10.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: cluster 2023-11-17T06:46:10.110323+0000 mon.smithi045 (mon.0) 296 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-17T06:46:10.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.110530+0000 mon.smithi045 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:10.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.110991+0000 mon.smithi045 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:10.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.111282+0000 mon.smithi045 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:10.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.111580+0000 mon.smithi045 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:10.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.111870+0000 mon.smithi045 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:10.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.112137+0000 mon.smithi045 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:10.909 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:10 smithi105 bash[28427]: audit 2023-11-17T06:46:10.112425+0000 mon.smithi045 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:11.247 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:11.823 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700203570,"num_remapped_pgs":0} 2023-11-17T06:46:11.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:11 smithi105 bash[28427]: cluster 2023-11-17T06:46:10.469737+0000 mgr.smithi045.tkkiao (mgr.14182) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:11.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:11 smithi105 bash[28427]: audit 2023-11-17T06:46:11.164554+0000 mon.smithi045 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.105:0/1595342838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:11.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:11 smithi105 bash[28427]: audit 2023-11-17T06:46:11.245506+0000 mon.smithi045 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.45:0/387050546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:12.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:11 smithi045 bash[25828]: cluster 2023-11-17T06:46:10.469737+0000 mgr.smithi045.tkkiao (mgr.14182) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:11 smithi045 bash[25828]: audit 2023-11-17T06:46:11.164554+0000 mon.smithi045 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.105:0/1595342838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:11 smithi045 bash[25828]: audit 2023-11-17T06:46:11.245506+0000 mon.smithi045 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.45:0/387050546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:12.825 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: cluster 2023-11-17T06:46:12.470142+0000 mgr.smithi045.tkkiao (mgr.14182) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.621779+0000 mon.smithi045 (mon.0) 306 : audit [INF] from='client.? 172.21.15.45:0/1926702159' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4d8bf0b-8bf1-4d41-bb96-2b502af474d5"}]: dispatch 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.629002+0000 mon.smithi045 (mon.0) 307 : audit [INF] from='client.? 172.21.15.45:0/1926702159' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4d8bf0b-8bf1-4d41-bb96-2b502af474d5"}]': finished 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: cluster 2023-11-17T06:46:12.629165+0000 mon.smithi045 (mon.0) 308 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.629462+0000 mon.smithi045 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.630197+0000 mon.smithi045 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.630657+0000 mon.smithi045 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.631129+0000 mon.smithi045 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.631598+0000 mon.smithi045 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.632230+0000 mon.smithi045 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:13.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.632906+0000 mon.smithi045 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:13.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:13 smithi105 bash[28427]: audit 2023-11-17T06:46:12.633602+0000 mon.smithi045 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:13.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: cluster 2023-11-17T06:46:12.470142+0000 mgr.smithi045.tkkiao (mgr.14182) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.621779+0000 mon.smithi045 (mon.0) 306 : audit [INF] from='client.? 172.21.15.45:0/1926702159' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4d8bf0b-8bf1-4d41-bb96-2b502af474d5"}]: dispatch 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.629002+0000 mon.smithi045 (mon.0) 307 : audit [INF] from='client.? 172.21.15.45:0/1926702159' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4d8bf0b-8bf1-4d41-bb96-2b502af474d5"}]': finished 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: cluster 2023-11-17T06:46:12.629165+0000 mon.smithi045 (mon.0) 308 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.629462+0000 mon.smithi045 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.630197+0000 mon.smithi045 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.630657+0000 mon.smithi045 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.631129+0000 mon.smithi045 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.631598+0000 mon.smithi045 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.632230+0000 mon.smithi045 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.632906+0000 mon.smithi045 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:13.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:13 smithi045 bash[25828]: audit 2023-11-17T06:46:12.633602+0000 mon.smithi045 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:14.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:14 smithi105 bash[28427]: audit 2023-11-17T06:46:14.043952+0000 mon.smithi045 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.45:0/4247557805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:15.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:14 smithi045 bash[25828]: audit 2023-11-17T06:46:14.043952+0000 mon.smithi045 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.45:0/4247557805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:46:15.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:15 smithi045 bash[25828]: cluster 2023-11-17T06:46:14.470552+0000 mgr.smithi045.tkkiao (mgr.14182) 76 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:15.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:15 smithi105 bash[28427]: cluster 2023-11-17T06:46:14.470552+0000 mgr.smithi045.tkkiao (mgr.14182) 76 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:15.967 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:16.607 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:46:16.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:16 smithi105 bash[28427]: audit 2023-11-17T06:46:15.965874+0000 mon.smithi045 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.45:0/2331435009' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:17.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:16 smithi045 bash[25828]: audit 2023-11-17T06:46:15.965874+0000 mon.smithi045 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.45:0/2331435009' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:17.610 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:17.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:17 smithi105 bash[28427]: cluster 2023-11-17T06:46:16.470972+0000 mgr.smithi045.tkkiao (mgr.14182) 77 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:18.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:17 smithi045 bash[25828]: cluster 2023-11-17T06:46:16.470972+0000 mgr.smithi045.tkkiao (mgr.14182) 77 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:19.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:19 smithi105 bash[28427]: cluster 2023-11-17T06:46:18.471495+0000 mgr.smithi045.tkkiao (mgr.14182) 78 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:20.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:19 smithi045 bash[25828]: cluster 2023-11-17T06:46:18.471495+0000 mgr.smithi045.tkkiao (mgr.14182) 78 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:20.454 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:20.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:20 smithi045 bash[25828]: audit 2023-11-17T06:46:20.452652+0000 mon.smithi045 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.45:0/3378526829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:20.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:20 smithi105 bash[28427]: audit 2023-11-17T06:46:20.452652+0000 mon.smithi045 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.45:0/3378526829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:21.044 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:46:21.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:21 smithi105 bash[28427]: cluster 2023-11-17T06:46:20.471797+0000 mgr.smithi045.tkkiao (mgr.14182) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:22.045 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:22.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:21 smithi045 bash[25828]: cluster 2023-11-17T06:46:20.471797+0000 mgr.smithi045.tkkiao (mgr.14182) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:22.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:22 smithi105 bash[28427]: audit 2023-11-17T06:46:22.397331+0000 mon.smithi045 (mon.0) 320 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-17T06:46:22.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:22 smithi105 bash[28427]: audit 2023-11-17T06:46:22.399237+0000 mon.smithi045 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:23.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:22 smithi045 bash[25828]: audit 2023-11-17T06:46:22.397331+0000 mon.smithi045 (mon.0) 320 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-17T06:46:23.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:22 smithi045 bash[25828]: audit 2023-11-17T06:46:22.399237+0000 mon.smithi045 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:23.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:23 smithi105 bash[28427]: cephadm 2023-11-17T06:46:22.400925+0000 mgr.smithi045.tkkiao (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.0 on smithi105 2023-11-17T06:46:23.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:23 smithi105 bash[28427]: cluster 2023-11-17T06:46:22.472174+0000 mgr.smithi045.tkkiao (mgr.14182) 81 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:24.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:23 smithi045 bash[25828]: cephadm 2023-11-17T06:46:22.400925+0000 mgr.smithi045.tkkiao (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.0 on smithi105 2023-11-17T06:46:24.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:23 smithi045 bash[25828]: cluster 2023-11-17T06:46:22.472174+0000 mgr.smithi045.tkkiao (mgr.14182) 81 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:25.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:25 smithi045 bash[25828]: cluster 2023-11-17T06:46:24.472625+0000 mgr.smithi045.tkkiao (mgr.14182) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:25.836 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:25.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:25 smithi105 bash[28427]: cluster 2023-11-17T06:46:24.472625+0000 mgr.smithi045.tkkiao (mgr.14182) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:26.675 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:46:26.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:26 smithi105 bash[28427]: audit 2023-11-17T06:46:25.835476+0000 mon.smithi045 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.45:0/3350501369' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:26.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:26 smithi105 bash[28427]: audit 2023-11-17T06:46:26.207841+0000 mon.smithi045 (mon.0) 323 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:26.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:26 smithi105 bash[28427]: audit 2023-11-17T06:46:26.209273+0000 mon.smithi045 (mon.0) 324 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-17T06:46:26.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:26 smithi105 bash[28427]: audit 2023-11-17T06:46:26.210681+0000 mon.smithi045 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:27.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:26 smithi045 bash[25828]: audit 2023-11-17T06:46:25.835476+0000 mon.smithi045 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.45:0/3350501369' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:27.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:26 smithi045 bash[25828]: audit 2023-11-17T06:46:26.207841+0000 mon.smithi045 (mon.0) 323 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:27.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:26 smithi045 bash[25828]: audit 2023-11-17T06:46:26.209273+0000 mon.smithi045 (mon.0) 324 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-17T06:46:27.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:26 smithi045 bash[25828]: audit 2023-11-17T06:46:26.210681+0000 mon.smithi045 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:27.676 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:27.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:27 smithi105 bash[28427]: cephadm 2023-11-17T06:46:26.211719+0000 mgr.smithi045.tkkiao (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.2 on smithi105 2023-11-17T06:46:27.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:27 smithi105 bash[28427]: cluster 2023-11-17T06:46:26.473058+0000 mgr.smithi045.tkkiao (mgr.14182) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:27.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:27 smithi105 bash[28427]: audit 2023-11-17T06:46:26.773817+0000 mon.smithi045 (mon.0) 326 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-17T06:46:27.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:27 smithi105 bash[28427]: audit 2023-11-17T06:46:26.775433+0000 mon.smithi045 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:27.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:27 smithi105 bash[28427]: cephadm 2023-11-17T06:46:26.776856+0000 mgr.smithi045.tkkiao (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-11-17T06:46:27.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:27 smithi045 bash[25828]: cephadm 2023-11-17T06:46:26.211719+0000 mgr.smithi045.tkkiao (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.2 on smithi105 2023-11-17T06:46:27.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:27 smithi045 bash[25828]: cluster 2023-11-17T06:46:26.473058+0000 mgr.smithi045.tkkiao (mgr.14182) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:27.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:27 smithi045 bash[25828]: audit 2023-11-17T06:46:26.773817+0000 mon.smithi045 (mon.0) 326 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-17T06:46:27.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:27 smithi045 bash[25828]: audit 2023-11-17T06:46:26.775433+0000 mon.smithi045 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:27.905 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:27 smithi045 bash[25828]: cephadm 2023-11-17T06:46:26.776856+0000 mgr.smithi045.tkkiao (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-11-17T06:46:29.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:29 smithi045 bash[25828]: cluster 2023-11-17T06:46:28.473510+0000 mgr.smithi045.tkkiao (mgr.14182) 86 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:29.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:29 smithi105 bash[28427]: cluster 2023-11-17T06:46:28.473510+0000 mgr.smithi045.tkkiao (mgr.14182) 86 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:31.803 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:32.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:31 smithi045 bash[25828]: cluster 2023-11-17T06:46:30.473915+0000 mgr.smithi045.tkkiao (mgr.14182) 87 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:32.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:31 smithi045 bash[25828]: audit 2023-11-17T06:46:31.102587+0000 mon.smithi045 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:32.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:31 smithi045 bash[25828]: audit 2023-11-17T06:46:31.104279+0000 mon.smithi045 (mon.0) 329 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-17T06:46:32.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:31 smithi045 bash[25828]: audit 2023-11-17T06:46:31.106057+0000 mon.smithi045 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:32.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:31 smithi105 bash[28427]: cluster 2023-11-17T06:46:30.473915+0000 mgr.smithi045.tkkiao (mgr.14182) 87 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:32.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:31 smithi105 bash[28427]: audit 2023-11-17T06:46:31.102587+0000 mon.smithi045 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:32.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:31 smithi105 bash[28427]: audit 2023-11-17T06:46:31.104279+0000 mon.smithi045 (mon.0) 329 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-17T06:46:32.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:31 smithi105 bash[28427]: audit 2023-11-17T06:46:31.106057+0000 mon.smithi045 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:32.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:32 smithi105 bash[28427]: cephadm 2023-11-17T06:46:31.107513+0000 mgr.smithi045.tkkiao (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.4 on smithi105 2023-11-17T06:46:32.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:32 smithi105 bash[28427]: audit 2023-11-17T06:46:31.684004+0000 mon.smithi045 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:32.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:32 smithi105 bash[28427]: audit 2023-11-17T06:46:31.685067+0000 mon.smithi045 (mon.0) 332 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-17T06:46:32.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:32 smithi105 bash[28427]: audit 2023-11-17T06:46:31.686245+0000 mon.smithi045 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:32.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:32 smithi105 bash[28427]: cephadm 2023-11-17T06:46:31.687432+0000 mgr.smithi045.tkkiao (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-11-17T06:46:32.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:32 smithi105 bash[28427]: audit 2023-11-17T06:46:31.802156+0000 mon.smithi045 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.45:0/2082927650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:32.895 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:46:33.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:32 smithi045 bash[25828]: cephadm 2023-11-17T06:46:31.107513+0000 mgr.smithi045.tkkiao (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.4 on smithi105 2023-11-17T06:46:33.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:32 smithi045 bash[25828]: audit 2023-11-17T06:46:31.684004+0000 mon.smithi045 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:33.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:32 smithi045 bash[25828]: audit 2023-11-17T06:46:31.685067+0000 mon.smithi045 (mon.0) 332 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-17T06:46:33.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:32 smithi045 bash[25828]: audit 2023-11-17T06:46:31.686245+0000 mon.smithi045 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:33.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:32 smithi045 bash[25828]: cephadm 2023-11-17T06:46:31.687432+0000 mgr.smithi045.tkkiao (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-11-17T06:46:33.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:32 smithi045 bash[25828]: audit 2023-11-17T06:46:31.802156+0000 mon.smithi045 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.45:0/2082927650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:33.896 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:33.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:33 smithi045 bash[25828]: cluster 2023-11-17T06:46:32.474351+0000 mgr.smithi045.tkkiao (mgr.14182) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:34.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:33 smithi105 bash[28427]: cluster 2023-11-17T06:46:32.474351+0000 mgr.smithi045.tkkiao (mgr.14182) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:35.042 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:34 smithi105 bash[28427]: audit 2023-11-17T06:46:34.231096+0000 mon.smithi105 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/2996604173,v1:172.21.15.105:6801/2996604173]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T06:46:35.042 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:34 smithi105 bash[28427]: audit 2023-11-17T06:46:34.231843+0000 mon.smithi045 (mon.0) 335 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T06:46:35.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:34 smithi045 bash[25828]: audit 2023-11-17T06:46:34.231096+0000 mon.smithi105 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/2996604173,v1:172.21.15.105:6801/2996604173]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T06:46:35.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:34 smithi045 bash[25828]: audit 2023-11-17T06:46:34.231843+0000 mon.smithi045 (mon.0) 335 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T06:46:35.982 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: cluster 2023-11-17T06:46:34.474820+0000 mgr.smithi045.tkkiao (mgr.14182) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:35.982 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.705800+0000 mon.smithi045 (mon.0) 336 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-17T06:46:35.982 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: cluster 2023-11-17T06:46:34.705962+0000 mon.smithi045 (mon.0) 337 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-17T06:46:35.982 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.706214+0000 mon.smithi045 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:35.982 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.706905+0000 mon.smithi105 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/2996604173,v1:172.21.15.105:6801/2996604173]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:35.982 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.706982+0000 mon.smithi045 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:35.982 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.707394+0000 mon.smithi045 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:35.983 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.707754+0000 mon.smithi045 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:35.983 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.708130+0000 mon.smithi045 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:35.983 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.708393+0000 mon.smithi045 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:35.983 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.708720+0000 mon.smithi045 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:35.983 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.709029+0000 mon.smithi045 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:35.983 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:35 smithi045 bash[25828]: audit 2023-11-17T06:46:34.709334+0000 mon.smithi045 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:36.044 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: cluster 2023-11-17T06:46:34.474820+0000 mgr.smithi045.tkkiao (mgr.14182) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:36.044 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.705800+0000 mon.smithi045 (mon.0) 336 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-17T06:46:36.044 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: cluster 2023-11-17T06:46:34.705962+0000 mon.smithi045 (mon.0) 337 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.706214+0000 mon.smithi045 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.706905+0000 mon.smithi105 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/2996604173,v1:172.21.15.105:6801/2996604173]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.706982+0000 mon.smithi045 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.707394+0000 mon.smithi045 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.707754+0000 mon.smithi045 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.708130+0000 mon.smithi045 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.708393+0000 mon.smithi045 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.708720+0000 mon.smithi045 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.709029+0000 mon.smithi045 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:36.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:35 smithi105 bash[28427]: audit 2023-11-17T06:46:34.709334+0000 mon.smithi045 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:37.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.708168+0000 mon.smithi045 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: cluster 2023-11-17T06:46:35.708369+0000 mon.smithi045 (mon.0) 348 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.709185+0000 mon.smithi045 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.709674+0000 mon.smithi045 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.709971+0000 mon.smithi045 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.710240+0000 mon.smithi045 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.710620+0000 mon.smithi045 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.716179+0000 mon.smithi045 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.716711+0000 mon.smithi045 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.716994+0000 mon.smithi045 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:37.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:35.717368+0000 mon.smithi045 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:37.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:36.079431+0000 mon.smithi045 (mon.0) 358 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:37.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:36.080807+0000 mon.smithi045 (mon.0) 359 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-17T06:46:37.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:36 smithi045 bash[25828]: audit 2023-11-17T06:46:36.082953+0000 mon.smithi045 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.708168+0000 mon.smithi045 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: cluster 2023-11-17T06:46:35.708369+0000 mon.smithi045 (mon.0) 348 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.709185+0000 mon.smithi045 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.709674+0000 mon.smithi045 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.709971+0000 mon.smithi045 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.710240+0000 mon.smithi045 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.710620+0000 mon.smithi045 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.716179+0000 mon.smithi045 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.716711+0000 mon.smithi045 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.716994+0000 mon.smithi045 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:37.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:35.717368+0000 mon.smithi045 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:37.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:36.079431+0000 mon.smithi045 (mon.0) 358 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:37.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:36.080807+0000 mon.smithi045 (mon.0) 359 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-17T06:46:37.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:36 smithi105 bash[28427]: audit 2023-11-17T06:46:36.082953+0000 mon.smithi045 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:37.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: cluster 2023-11-17T06:46:35.198716+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: cluster 2023-11-17T06:46:35.198807+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: cephadm 2023-11-17T06:46:36.083924+0000 mgr.smithi045.tkkiao (mgr.14182) 92 : cephadm [INF] Deploying daemon osd.6 on smithi105 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: cluster 2023-11-17T06:46:36.475400+0000 mgr.smithi045.tkkiao (mgr.14182) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: cluster 2023-11-17T06:46:36.718431+0000 mon.smithi045 (mon.0) 361 : cluster [INF] osd.0 [v2:172.21.15.105:6800/2996604173,v1:172.21.15.105:6801/2996604173] boot 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: cluster 2023-11-17T06:46:36.718536+0000 mon.smithi045 (mon.0) 362 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:36.719299+0000 mon.smithi045 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:36.720297+0000 mon.smithi045 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:36.720801+0000 mon.smithi045 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:36.721335+0000 mon.smithi045 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:36.721862+0000 mon.smithi045 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:36.722411+0000 mon.smithi045 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:36.726882+0000 mon.smithi045 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:36.727270+0000 mon.smithi045 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:37.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:37.547817+0000 mon.smithi045 (mon.0) 371 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:37.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:37.549156+0000 mon.smithi045 (mon.0) 372 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-17T06:46:37.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:37 smithi045 bash[25828]: audit 2023-11-17T06:46:37.550272+0000 mon.smithi045 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: cluster 2023-11-17T06:46:35.198716+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: cluster 2023-11-17T06:46:35.198807+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: cephadm 2023-11-17T06:46:36.083924+0000 mgr.smithi045.tkkiao (mgr.14182) 92 : cephadm [INF] Deploying daemon osd.6 on smithi105 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: cluster 2023-11-17T06:46:36.475400+0000 mgr.smithi045.tkkiao (mgr.14182) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: cluster 2023-11-17T06:46:36.718431+0000 mon.smithi045 (mon.0) 361 : cluster [INF] osd.0 [v2:172.21.15.105:6800/2996604173,v1:172.21.15.105:6801/2996604173] boot 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: cluster 2023-11-17T06:46:36.718536+0000 mon.smithi045 (mon.0) 362 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:36.719299+0000 mon.smithi045 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:36.720297+0000 mon.smithi045 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:36.720801+0000 mon.smithi045 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:37.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:36.721335+0000 mon.smithi045 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:37.939 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:36.721862+0000 mon.smithi045 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:37.939 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:36.722411+0000 mon.smithi045 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:37.939 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:36.726882+0000 mon.smithi045 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:37.939 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:36.727270+0000 mon.smithi045 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:37.939 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:37.547817+0000 mon.smithi045 (mon.0) 371 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:37.939 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:37.549156+0000 mon.smithi045 (mon.0) 372 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-17T06:46:37.939 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:37 smithi105 bash[28427]: audit 2023-11-17T06:46:37.550272+0000 mon.smithi045 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:38.843 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: cephadm 2023-11-17T06:46:37.551077+0000 mgr.smithi045.tkkiao (mgr.14182) 94 : cephadm [INF] Deploying daemon osd.5 on smithi045 2023-11-17T06:46:38.844 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: cluster 2023-11-17T06:46:38.086067+0000 mon.smithi045 (mon.0) 374 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-17T06:46:38.844 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: audit 2023-11-17T06:46:38.086312+0000 mon.smithi045 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:38.844 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: audit 2023-11-17T06:46:38.087047+0000 mon.smithi045 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:38.844 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: audit 2023-11-17T06:46:38.087637+0000 mon.smithi045 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:38.844 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: audit 2023-11-17T06:46:38.088217+0000 mon.smithi045 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:38.844 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: audit 2023-11-17T06:46:38.088795+0000 mon.smithi045 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:38.845 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: audit 2023-11-17T06:46:38.089524+0000 mon.smithi045 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:38.845 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:38 smithi045 bash[25828]: audit 2023-11-17T06:46:38.090112+0000 mon.smithi045 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:38.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: cephadm 2023-11-17T06:46:37.551077+0000 mgr.smithi045.tkkiao (mgr.14182) 94 : cephadm [INF] Deploying daemon osd.5 on smithi045 2023-11-17T06:46:38.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: cluster 2023-11-17T06:46:38.086067+0000 mon.smithi045 (mon.0) 374 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-17T06:46:38.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: audit 2023-11-17T06:46:38.086312+0000 mon.smithi045 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:38.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: audit 2023-11-17T06:46:38.087047+0000 mon.smithi045 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:38.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: audit 2023-11-17T06:46:38.087637+0000 mon.smithi045 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:38.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: audit 2023-11-17T06:46:38.088217+0000 mon.smithi045 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:38.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: audit 2023-11-17T06:46:38.088795+0000 mon.smithi045 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:38.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: audit 2023-11-17T06:46:38.089524+0000 mon.smithi045 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:38.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:38 smithi105 bash[28427]: audit 2023-11-17T06:46:38.090112+0000 mon.smithi045 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:38.953 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:39.733 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1700203596,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:46:39.954 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:39 smithi045 bash[25828]: cluster 2023-11-17T06:46:38.475975+0000 mgr.smithi045.tkkiao (mgr.14182) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-17T06:46:39.955 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:39 smithi045 bash[25828]: audit 2023-11-17T06:46:38.951753+0000 mon.smithi045 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.45:0/1224476058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:39.955 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:39 smithi045 bash[25828]: audit 2023-11-17T06:46:39.397600+0000 mon.smithi105 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/1788134618,v1:172.21.15.105:6809/1788134618]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T06:46:39.955 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:39 smithi045 bash[25828]: audit 2023-11-17T06:46:39.398137+0000 mon.smithi045 (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T06:46:39.955 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:39 smithi045 bash[25828]: audit 2023-11-17T06:46:39.637708+0000 mon.smithi045 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-17T06:46:40.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:39 smithi105 bash[28427]: cluster 2023-11-17T06:46:38.475975+0000 mgr.smithi045.tkkiao (mgr.14182) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-17T06:46:40.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:39 smithi105 bash[28427]: audit 2023-11-17T06:46:38.951753+0000 mon.smithi045 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.45:0/1224476058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:40.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:39 smithi105 bash[28427]: audit 2023-11-17T06:46:39.397600+0000 mon.smithi105 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/1788134618,v1:172.21.15.105:6809/1788134618]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T06:46:40.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:39 smithi105 bash[28427]: audit 2023-11-17T06:46:39.398137+0000 mon.smithi045 (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T06:46:40.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:39 smithi105 bash[28427]: audit 2023-11-17T06:46:39.637708+0000 mon.smithi045 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-17T06:46:40.735 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:41.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.091799+0000 mon.smithi045 (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-17T06:46:41.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.092321+0000 mon.smithi045 (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-17T06:46:41.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: cluster 2023-11-17T06:46:40.092558+0000 mon.smithi045 (mon.0) 387 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.092911+0000 mon.smithi045 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.093860+0000 mon.smithi045 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.094250+0000 mon.smithi105 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/1788134618,v1:172.21.15.105:6809/1788134618]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.094265+0000 mon.smithi045 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.094902+0000 mon.smithi045 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.095457+0000 mon.smithi045 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.095708+0000 mon.smithi045 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.095979+0000 mon.smithi045 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.096186+0000 mon.smithi045 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: audit 2023-11-17T06:46:40.096413+0000 mon.smithi045 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:41.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:41 smithi105 bash[28427]: cluster 2023-11-17T06:46:40.476457+0000 mgr.smithi045.tkkiao (mgr.14182) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-17T06:46:41.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.091799+0000 mon.smithi045 (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.092321+0000 mon.smithi045 (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: cluster 2023-11-17T06:46:40.092558+0000 mon.smithi045 (mon.0) 387 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.092911+0000 mon.smithi045 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.093860+0000 mon.smithi045 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.094250+0000 mon.smithi105 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/1788134618,v1:172.21.15.105:6809/1788134618]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.094265+0000 mon.smithi045 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.094902+0000 mon.smithi045 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.095457+0000 mon.smithi045 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.095708+0000 mon.smithi045 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.095979+0000 mon.smithi045 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:41.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.096186+0000 mon.smithi045 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:41.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: audit 2023-11-17T06:46:40.096413+0000 mon.smithi045 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:41.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:41 smithi045 bash[25828]: cluster 2023-11-17T06:46:40.476457+0000 mgr.smithi045.tkkiao (mgr.14182) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-17T06:46:42.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.093237+0000 mon.smithi045 (mon.0) 397 : audit [INF] from='osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-17T06:46:42.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.093485+0000 mon.smithi045 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-11-17T06:46:42.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: cluster 2023-11-17T06:46:41.093733+0000 mon.smithi045 (mon.0) 399 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.094628+0000 mon.smithi045 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.095037+0000 mon.smithi045 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.095552+0000 mon.smithi045 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.095759+0000 mon.smithi045 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.096033+0000 mon.smithi045 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.096223+0000 mon.smithi045 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.101332+0000 mon.smithi045 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.101736+0000 mon.smithi045 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.102049+0000 mon.smithi045 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:42.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:42 smithi045 bash[25828]: audit 2023-11-17T06:46:41.351739+0000 mon.smithi045 (mon.0) 409 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:42.386 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.093237+0000 mon.smithi045 (mon.0) 397 : audit [INF] from='osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-17T06:46:42.386 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.093485+0000 mon.smithi045 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-11-17T06:46:42.387 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: cluster 2023-11-17T06:46:41.093733+0000 mon.smithi045 (mon.0) 399 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-17T06:46:42.387 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.094628+0000 mon.smithi045 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:42.387 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.095037+0000 mon.smithi045 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:42.387 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.095552+0000 mon.smithi045 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:42.387 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.095759+0000 mon.smithi045 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:42.387 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.096033+0000 mon.smithi045 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:42.387 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.096223+0000 mon.smithi045 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:42.388 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.101332+0000 mon.smithi045 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:42.388 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.101736+0000 mon.smithi045 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:42.388 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.102049+0000 mon.smithi045 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:42.389 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:42 smithi105 bash[28427]: audit 2023-11-17T06:46:41.351739+0000 mon.smithi045 (mon.0) 409 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: cluster 2023-11-17T06:46:40.413883+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: cluster 2023-11-17T06:46:40.413970+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: cluster 2023-11-17T06:46:40.656749+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: cluster 2023-11-17T06:46:40.656838+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: cluster 2023-11-17T06:46:42.104291+0000 mon.smithi045 (mon.0) 410 : cluster [INF] osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468] boot 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: cluster 2023-11-17T06:46:42.104386+0000 mon.smithi045 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.105:6808/1788134618,v1:172.21.15.105:6809/1788134618] boot 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: cluster 2023-11-17T06:46:42.104459+0000 mon.smithi045 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: audit 2023-11-17T06:46:42.105338+0000 mon.smithi045 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: audit 2023-11-17T06:46:42.105582+0000 mon.smithi045 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: audit 2023-11-17T06:46:42.105887+0000 mon.smithi045 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: audit 2023-11-17T06:46:42.106162+0000 mon.smithi045 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: audit 2023-11-17T06:46:42.112401+0000 mon.smithi045 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: audit 2023-11-17T06:46:42.112610+0000 mon.smithi045 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: audit 2023-11-17T06:46:42.112786+0000 mon.smithi045 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: audit 2023-11-17T06:46:42.113031+0000 mon.smithi045 (mon.0) 420 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-17T06:46:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:43 smithi105 bash[28427]: cluster 2023-11-17T06:46:42.476874+0000 mgr.smithi045.tkkiao (mgr.14182) 97 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-17T06:46:43.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: cluster 2023-11-17T06:46:40.413883+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:43.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: cluster 2023-11-17T06:46:40.413970+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: cluster 2023-11-17T06:46:40.656749+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: cluster 2023-11-17T06:46:40.656838+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: cluster 2023-11-17T06:46:42.104291+0000 mon.smithi045 (mon.0) 410 : cluster [INF] osd.1 [v2:172.21.15.45:6802/1999931468,v1:172.21.15.45:6803/1999931468] boot 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: cluster 2023-11-17T06:46:42.104386+0000 mon.smithi045 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.105:6808/1788134618,v1:172.21.15.105:6809/1788134618] boot 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: cluster 2023-11-17T06:46:42.104459+0000 mon.smithi045 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: audit 2023-11-17T06:46:42.105338+0000 mon.smithi045 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: audit 2023-11-17T06:46:42.105582+0000 mon.smithi045 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: audit 2023-11-17T06:46:42.105887+0000 mon.smithi045 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: audit 2023-11-17T06:46:42.106162+0000 mon.smithi045 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: audit 2023-11-17T06:46:42.112401+0000 mon.smithi045 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: audit 2023-11-17T06:46:42.112610+0000 mon.smithi045 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: audit 2023-11-17T06:46:42.112786+0000 mon.smithi045 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:43.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: audit 2023-11-17T06:46:42.113031+0000 mon.smithi045 (mon.0) 420 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-17T06:46:43.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:43 smithi045 bash[25828]: cluster 2023-11-17T06:46:42.476874+0000 mgr.smithi045.tkkiao (mgr.14182) 97 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-17T06:46:44.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.117330+0000 mon.smithi045 (mon.0) 421 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: cluster 2023-11-17T06:46:43.117425+0000 mon.smithi045 (mon.0) 422 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.117564+0000 mon.smithi045 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.118429+0000 mon.smithi045 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.118675+0000 mon.smithi045 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.119048+0000 mon.smithi045 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.119371+0000 mon.smithi045 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.120157+0000 mon.smithi045 (mon.0) 428 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.361039+0000 mon.smithi045 (mon.0) 429 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.362685+0000 mon.smithi045 (mon.0) 430 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: audit 2023-11-17T06:46:43.363957+0000 mon.smithi045 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:44.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:44 smithi105 bash[28427]: cephadm 2023-11-17T06:46:43.365214+0000 mgr.smithi045.tkkiao (mgr.14182) 98 : cephadm [INF] Deploying daemon osd.7 on smithi045 2023-11-17T06:46:44.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.117330+0000 mon.smithi045 (mon.0) 421 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-17T06:46:44.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: cluster 2023-11-17T06:46:43.117425+0000 mon.smithi045 (mon.0) 422 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.117564+0000 mon.smithi045 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.118429+0000 mon.smithi045 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.118675+0000 mon.smithi045 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.119048+0000 mon.smithi045 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.119371+0000 mon.smithi045 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.120157+0000 mon.smithi045 (mon.0) 428 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.361039+0000 mon.smithi045 (mon.0) 429 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.362685+0000 mon.smithi045 (mon.0) 430 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: audit 2023-11-17T06:46:43.363957+0000 mon.smithi045 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:46:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:44 smithi045 bash[25828]: cephadm 2023-11-17T06:46:43.365214+0000 mgr.smithi045.tkkiao (mgr.14182) 98 : cephadm [INF] Deploying daemon osd.7 on smithi045 2023-11-17T06:46:45.392 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:45.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: audit 2023-11-17T06:46:44.120217+0000 mon.smithi045 (mon.0) 432 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: cluster 2023-11-17T06:46:44.120308+0000 mon.smithi045 (mon.0) 433 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: audit 2023-11-17T06:46:44.120889+0000 mon.smithi045 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: audit 2023-11-17T06:46:44.121595+0000 mon.smithi045 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: audit 2023-11-17T06:46:44.122087+0000 mon.smithi045 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: audit 2023-11-17T06:46:44.122561+0000 mon.smithi045 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: audit 2023-11-17T06:46:44.123023+0000 mon.smithi045 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: audit 2023-11-17T06:46:44.287562+0000 mon.smithi105 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/357462395,v1:172.21.15.105:6817/357462395]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: audit 2023-11-17T06:46:44.288264+0000 mon.smithi045 (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T06:46:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:45 smithi105 bash[28427]: cluster 2023-11-17T06:46:44.477436+0000 mgr.smithi045.tkkiao (mgr.14182) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-17T06:46:45.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: audit 2023-11-17T06:46:44.120217+0000 mon.smithi045 (mon.0) 432 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-17T06:46:45.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: cluster 2023-11-17T06:46:44.120308+0000 mon.smithi045 (mon.0) 433 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-17T06:46:45.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: audit 2023-11-17T06:46:44.120889+0000 mon.smithi045 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:45.452 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: audit 2023-11-17T06:46:44.121595+0000 mon.smithi045 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:45.452 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: audit 2023-11-17T06:46:44.122087+0000 mon.smithi045 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:45.452 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: audit 2023-11-17T06:46:44.122561+0000 mon.smithi045 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:45.452 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: audit 2023-11-17T06:46:44.123023+0000 mon.smithi045 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:45.452 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: audit 2023-11-17T06:46:44.287562+0000 mon.smithi105 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/357462395,v1:172.21.15.105:6817/357462395]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T06:46:45.452 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: audit 2023-11-17T06:46:44.288264+0000 mon.smithi045 (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T06:46:45.452 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:45 smithi045 bash[25828]: cluster 2023-11-17T06:46:44.477436+0000 mgr.smithi045.tkkiao (mgr.14182) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-17T06:46:46.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.141350+0000 mon.smithi045 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-17T06:46:46.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: cluster 2023-11-17T06:46:45.141438+0000 mon.smithi045 (mon.0) 441 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-17T06:46:46.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.141941+0000 mon.smithi045 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:46.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.142506+0000 mon.smithi045 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:46.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.142668+0000 mon.smithi105 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/357462395,v1:172.21.15.105:6817/357462395]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:46.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.143055+0000 mon.smithi045 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:46.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.143578+0000 mon.smithi045 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:46.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.143858+0000 mon.smithi045 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:46.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.144124+0000 mon.smithi045 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:46.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:46 smithi105 bash[28427]: audit 2023-11-17T06:46:45.391209+0000 mon.smithi045 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.45:0/1449725165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:46.585 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1700203602,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:46:46.617 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.141350+0000 mon.smithi045 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: cluster 2023-11-17T06:46:45.141438+0000 mon.smithi045 (mon.0) 441 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.141941+0000 mon.smithi045 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.142506+0000 mon.smithi045 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.142668+0000 mon.smithi105 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/357462395,v1:172.21.15.105:6817/357462395]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.143055+0000 mon.smithi045 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.143578+0000 mon.smithi045 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.143858+0000 mon.smithi045 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.144124+0000 mon.smithi045 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:46.618 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:46 smithi045 bash[25828]: audit 2023-11-17T06:46:45.391209+0000 mon.smithi045 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.45:0/1449725165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:47.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: audit 2023-11-17T06:46:46.143315+0000 mon.smithi045 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-11-17T06:46:47.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: cluster 2023-11-17T06:46:46.143395+0000 mon.smithi045 (mon.0) 450 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-17T06:46:47.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: audit 2023-11-17T06:46:46.144005+0000 mon.smithi045 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:47.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: audit 2023-11-17T06:46:46.144964+0000 mon.smithi045 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:47.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: audit 2023-11-17T06:46:46.145447+0000 mon.smithi045 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:47.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: audit 2023-11-17T06:46:46.145734+0000 mon.smithi045 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:47.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: audit 2023-11-17T06:46:46.149743+0000 mon.smithi045 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:47.419 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: audit 2023-11-17T06:46:46.150483+0000 mon.smithi045 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:47.419 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: audit 2023-11-17T06:46:46.158332+0000 mon.smithi045 (mon.0) 457 : audit [INF] from='osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T06:46:47.419 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:47 smithi045 bash[25828]: cluster 2023-11-17T06:46:46.478015+0000 mgr.smithi045.tkkiao (mgr.14182) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-17T06:46:47.586 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:47.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: audit 2023-11-17T06:46:46.143315+0000 mon.smithi045 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-11-17T06:46:47.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: cluster 2023-11-17T06:46:46.143395+0000 mon.smithi045 (mon.0) 450 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-17T06:46:47.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: audit 2023-11-17T06:46:46.144005+0000 mon.smithi045 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:47.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: audit 2023-11-17T06:46:46.144964+0000 mon.smithi045 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:47.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: audit 2023-11-17T06:46:46.145447+0000 mon.smithi045 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:47.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: audit 2023-11-17T06:46:46.145734+0000 mon.smithi045 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:47.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: audit 2023-11-17T06:46:46.149743+0000 mon.smithi045 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:47.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: audit 2023-11-17T06:46:46.150483+0000 mon.smithi045 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:47.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: audit 2023-11-17T06:46:46.158332+0000 mon.smithi045 (mon.0) 457 : audit [INF] from='osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T06:46:47.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:47 smithi105 bash[28427]: cluster 2023-11-17T06:46:46.478015+0000 mgr.smithi045.tkkiao (mgr.14182) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: cluster 2023-11-17T06:46:45.320263+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: cluster 2023-11-17T06:46:45.320350+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: audit 2023-11-17T06:46:47.154077+0000 mon.smithi045 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: cluster 2023-11-17T06:46:47.154229+0000 mon.smithi045 (mon.0) 459 : cluster [INF] osd.4 [v2:172.21.15.105:6816/357462395,v1:172.21.15.105:6817/357462395] boot 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: cluster 2023-11-17T06:46:47.154301+0000 mon.smithi045 (mon.0) 460 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: audit 2023-11-17T06:46:47.154944+0000 mon.smithi045 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: audit 2023-11-17T06:46:47.155253+0000 mon.smithi045 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: audit 2023-11-17T06:46:47.155509+0000 mon.smithi045 (mon.0) 463 : audit [INF] from='osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: audit 2023-11-17T06:46:47.155898+0000 mon.smithi045 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:48.556 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: audit 2023-11-17T06:46:47.156102+0000 mon.smithi045 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:48.557 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:48 smithi105 bash[28427]: audit 2023-11-17T06:46:47.162448+0000 mon.smithi045 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:48.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: cluster 2023-11-17T06:46:45.320263+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: cluster 2023-11-17T06:46:45.320350+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: audit 2023-11-17T06:46:47.154077+0000 mon.smithi045 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: cluster 2023-11-17T06:46:47.154229+0000 mon.smithi045 (mon.0) 459 : cluster [INF] osd.4 [v2:172.21.15.105:6816/357462395,v1:172.21.15.105:6817/357462395] boot 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: cluster 2023-11-17T06:46:47.154301+0000 mon.smithi045 (mon.0) 460 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: audit 2023-11-17T06:46:47.154944+0000 mon.smithi045 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: audit 2023-11-17T06:46:47.155253+0000 mon.smithi045 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: audit 2023-11-17T06:46:47.155509+0000 mon.smithi045 (mon.0) 463 : audit [INF] from='osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: audit 2023-11-17T06:46:47.155898+0000 mon.smithi045 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: audit 2023-11-17T06:46:47.156102+0000 mon.smithi045 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:48 smithi045 bash[25828]: audit 2023-11-17T06:46:47.162448+0000 mon.smithi045 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:49.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: audit 2023-11-17T06:46:48.156249+0000 mon.smithi045 (mon.0) 467 : audit [INF] from='osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-17T06:46:49.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: cluster 2023-11-17T06:46:48.156461+0000 mon.smithi045 (mon.0) 468 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-17T06:46:49.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: audit 2023-11-17T06:46:48.156942+0000 mon.smithi045 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:49.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: audit 2023-11-17T06:46:48.158269+0000 mon.smithi045 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:49.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: audit 2023-11-17T06:46:48.164577+0000 mon.smithi045 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:49.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: audit 2023-11-17T06:46:48.165004+0000 mon.smithi045 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:49.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: audit 2023-11-17T06:46:48.165258+0000 mon.smithi045 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:49.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: audit 2023-11-17T06:46:48.350234+0000 mon.smithi105 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/2553796961,v1:172.21.15.105:6825/2553796961]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T06:46:49.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: audit 2023-11-17T06:46:48.350959+0000 mon.smithi045 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T06:46:49.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:49 smithi045 bash[25828]: cluster 2023-11-17T06:46:48.478624+0000 mgr.smithi045.tkkiao (mgr.14182) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: audit 2023-11-17T06:46:48.156249+0000 mon.smithi045 (mon.0) 467 : audit [INF] from='osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: cluster 2023-11-17T06:46:48.156461+0000 mon.smithi045 (mon.0) 468 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: audit 2023-11-17T06:46:48.156942+0000 mon.smithi045 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: audit 2023-11-17T06:46:48.158269+0000 mon.smithi045 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: audit 2023-11-17T06:46:48.164577+0000 mon.smithi045 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: audit 2023-11-17T06:46:48.165004+0000 mon.smithi045 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: audit 2023-11-17T06:46:48.165258+0000 mon.smithi045 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: audit 2023-11-17T06:46:48.350234+0000 mon.smithi105 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/2553796961,v1:172.21.15.105:6825/2553796961]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: audit 2023-11-17T06:46:48.350959+0000 mon.smithi045 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T06:46:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:49 smithi105 bash[28427]: cluster 2023-11-17T06:46:48.478624+0000 mgr.smithi045.tkkiao (mgr.14182) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: cluster 2023-11-17T06:46:47.108428+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: cluster 2023-11-17T06:46:47.108541+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: cluster 2023-11-17T06:46:49.156937+0000 mon.smithi045 (mon.0) 475 : cluster [INF] osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736] boot 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:49.157015+0000 mon.smithi045 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: cluster 2023-11-17T06:46:49.159088+0000 mon.smithi045 (mon.0) 477 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:49.160040+0000 mon.smithi045 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:49.160504+0000 mon.smithi045 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:49.160625+0000 mon.smithi105 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/2553796961,v1:172.21.15.105:6825/2553796961]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:49.160765+0000 mon.smithi045 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:49.161022+0000 mon.smithi045 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:50.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:49.167687+0000 mon.smithi045 (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:50.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:49.292290+0000 mon.smithi045 (mon.0) 483 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:50.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:50.159936+0000 mon.smithi045 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-11-17T06:46:50.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: cluster 2023-11-17T06:46:50.160029+0000 mon.smithi045 (mon.0) 485 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-17T06:46:50.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:50.160307+0000 mon.smithi045 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:50.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:50.161251+0000 mon.smithi045 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:50.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:50.161814+0000 mon.smithi045 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:50.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:50 smithi105 bash[28427]: audit 2023-11-17T06:46:50.166940+0000 mon.smithi045 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:50.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: cluster 2023-11-17T06:46:47.108428+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:50.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: cluster 2023-11-17T06:46:47.108541+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: cluster 2023-11-17T06:46:49.156937+0000 mon.smithi045 (mon.0) 475 : cluster [INF] osd.3 [v2:172.21.15.45:6810/3400876736,v1:172.21.15.45:6811/3400876736] boot 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:49.157015+0000 mon.smithi045 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: cluster 2023-11-17T06:46:49.159088+0000 mon.smithi045 (mon.0) 477 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:49.160040+0000 mon.smithi045 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:49.160504+0000 mon.smithi045 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:49.160625+0000 mon.smithi105 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/2553796961,v1:172.21.15.105:6825/2553796961]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:49.160765+0000 mon.smithi045 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:49.161022+0000 mon.smithi045 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:49.167687+0000 mon.smithi045 (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:49.292290+0000 mon.smithi045 (mon.0) 483 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:50.159936+0000 mon.smithi045 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: cluster 2023-11-17T06:46:50.160029+0000 mon.smithi045 (mon.0) 485 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-17T06:46:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:50.160307+0000 mon.smithi045 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:50.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:50.161251+0000 mon.smithi045 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:50.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:50.161814+0000 mon.smithi045 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:50.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:50 smithi045 bash[25828]: audit 2023-11-17T06:46:50.166940+0000 mon.smithi045 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:51.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: cluster 2023-11-17T06:46:49.368411+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:51.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: cluster 2023-11-17T06:46:49.368491+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:51.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: cluster 2023-11-17T06:46:50.479433+0000 mgr.smithi045.tkkiao (mgr.14182) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-17T06:46:51.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: cluster 2023-11-17T06:46:51.163622+0000 mon.smithi045 (mon.0) 490 : cluster [INF] osd.6 [v2:172.21.15.105:6824/2553796961,v1:172.21.15.105:6825/2553796961] boot 2023-11-17T06:46:51.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: cluster 2023-11-17T06:46:51.163725+0000 mon.smithi045 (mon.0) 491 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-17T06:46:51.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: audit 2023-11-17T06:46:51.163980+0000 mon.smithi045 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:51.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: audit 2023-11-17T06:46:51.164438+0000 mon.smithi045 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:51.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: audit 2023-11-17T06:46:51.164658+0000 mon.smithi045 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:51.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:51 smithi045 bash[25828]: audit 2023-11-17T06:46:51.428795+0000 mon.smithi045 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: cluster 2023-11-17T06:46:49.368411+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: cluster 2023-11-17T06:46:49.368491+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: cluster 2023-11-17T06:46:50.479433+0000 mgr.smithi045.tkkiao (mgr.14182) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: cluster 2023-11-17T06:46:51.163622+0000 mon.smithi045 (mon.0) 490 : cluster [INF] osd.6 [v2:172.21.15.105:6824/2553796961,v1:172.21.15.105:6825/2553796961] boot 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: cluster 2023-11-17T06:46:51.163725+0000 mon.smithi045 (mon.0) 491 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: audit 2023-11-17T06:46:51.163980+0000 mon.smithi045 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: audit 2023-11-17T06:46:51.164438+0000 mon.smithi045 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: audit 2023-11-17T06:46:51.164658+0000 mon.smithi045 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:51.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:51 smithi105 bash[28427]: audit 2023-11-17T06:46:51.428795+0000 mon.smithi045 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:46:51.928 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:52.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:52 smithi045 bash[25828]: audit 2023-11-17T06:46:51.927389+0000 mon.smithi045 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.45:0/1683552741' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:52.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:52 smithi045 bash[25828]: cluster 2023-11-17T06:46:52.178340+0000 mon.smithi045 (mon.0) 497 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-17T06:46:52.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:52 smithi045 bash[25828]: audit 2023-11-17T06:46:52.178608+0000 mon.smithi045 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:52.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:52 smithi045 bash[25828]: audit 2023-11-17T06:46:52.179254+0000 mon.smithi045 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:52.867 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":29,"num_osds":8,"num_up_osds":6,"osd_up_since":1700203611,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:46:52.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:52 smithi105 bash[28427]: audit 2023-11-17T06:46:51.927389+0000 mon.smithi045 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.45:0/1683552741' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:52.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:52 smithi105 bash[28427]: cluster 2023-11-17T06:46:52.178340+0000 mon.smithi045 (mon.0) 497 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-17T06:46:52.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:52 smithi105 bash[28427]: audit 2023-11-17T06:46:52.178608+0000 mon.smithi045 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:52.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:52 smithi105 bash[28427]: audit 2023-11-17T06:46:52.179254+0000 mon.smithi045 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:53.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:53 smithi045 bash[25828]: cluster 2023-11-17T06:46:52.480039+0000 mgr.smithi045.tkkiao (mgr.14182) 103 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T06:46:53.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:53 smithi045 bash[25828]: audit 2023-11-17T06:46:52.612566+0000 mon.smithi045 (mon.0) 500 : audit [INF] from='osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-17T06:46:53.869 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:53.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:53 smithi105 bash[28427]: cluster 2023-11-17T06:46:52.480039+0000 mgr.smithi045.tkkiao (mgr.14182) 103 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T06:46:53.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:53 smithi105 bash[28427]: audit 2023-11-17T06:46:52.612566+0000 mon.smithi045 (mon.0) 500 : audit [INF] from='osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-17T06:46:54.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:54 smithi045 bash[25828]: audit 2023-11-17T06:46:53.526520+0000 mon.smithi045 (mon.0) 501 : audit [INF] from='osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-17T06:46:54.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:54 smithi045 bash[25828]: cluster 2023-11-17T06:46:53.526668+0000 mon.smithi045 (mon.0) 502 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-17T06:46:54.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:54 smithi045 bash[25828]: audit 2023-11-17T06:46:53.526949+0000 mon.smithi045 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:54.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:54 smithi045 bash[25828]: audit 2023-11-17T06:46:53.527471+0000 mon.smithi045 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:54.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:54 smithi045 bash[25828]: audit 2023-11-17T06:46:53.527799+0000 mon.smithi045 (mon.0) 505 : audit [INF] from='osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:54.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:54 smithi105 bash[28427]: audit 2023-11-17T06:46:53.526520+0000 mon.smithi045 (mon.0) 501 : audit [INF] from='osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-17T06:46:54.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:54 smithi105 bash[28427]: cluster 2023-11-17T06:46:53.526668+0000 mon.smithi045 (mon.0) 502 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-17T06:46:54.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:54 smithi105 bash[28427]: audit 2023-11-17T06:46:53.526949+0000 mon.smithi045 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:54.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:54 smithi105 bash[28427]: audit 2023-11-17T06:46:53.527471+0000 mon.smithi045 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:54.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:54 smithi105 bash[28427]: audit 2023-11-17T06:46:53.527799+0000 mon.smithi045 (mon.0) 505 : audit [INF] from='osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:55.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:55 smithi045 bash[25828]: cluster 2023-11-17T06:46:54.480792+0000 mgr.smithi045.tkkiao (mgr.14182) 104 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T06:46:55.987 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:55 smithi045 bash[25828]: audit 2023-11-17T06:46:54.525633+0000 mon.smithi045 (mon.0) 506 : audit [INF] from='osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-17T06:46:55.987 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:55 smithi045 bash[25828]: cluster 2023-11-17T06:46:54.525733+0000 mon.smithi045 (mon.0) 507 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-17T06:46:55.987 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:55 smithi045 bash[25828]: audit 2023-11-17T06:46:54.526502+0000 mon.smithi045 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:55.987 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:55 smithi045 bash[25828]: audit 2023-11-17T06:46:54.527108+0000 mon.smithi045 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:55.987 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:55 smithi045 bash[25828]: audit 2023-11-17T06:46:54.534057+0000 mon.smithi045 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:55.989 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:55 smithi105 bash[28427]: cluster 2023-11-17T06:46:54.480792+0000 mgr.smithi045.tkkiao (mgr.14182) 104 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T06:46:55.989 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:55 smithi105 bash[28427]: audit 2023-11-17T06:46:54.525633+0000 mon.smithi045 (mon.0) 506 : audit [INF] from='osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-17T06:46:55.989 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:55 smithi105 bash[28427]: cluster 2023-11-17T06:46:54.525733+0000 mon.smithi045 (mon.0) 507 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-17T06:46:55.990 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:55 smithi105 bash[28427]: audit 2023-11-17T06:46:54.526502+0000 mon.smithi045 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:55.990 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:55 smithi105 bash[28427]: audit 2023-11-17T06:46:54.527108+0000 mon.smithi045 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:55.990 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:55 smithi105 bash[28427]: audit 2023-11-17T06:46:54.534057+0000 mon.smithi045 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:56.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:56 smithi045 bash[25828]: cluster 2023-11-17T06:46:53.659074+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:56.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:56 smithi045 bash[25828]: cluster 2023-11-17T06:46:53.659219+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:56.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:56 smithi045 bash[25828]: cluster 2023-11-17T06:46:55.535915+0000 mon.smithi045 (mon.0) 511 : cluster [INF] osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769] boot 2023-11-17T06:46:56.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:56 smithi045 bash[25828]: cluster 2023-11-17T06:46:55.536001+0000 mon.smithi045 (mon.0) 512 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-17T06:46:56.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:56 smithi045 bash[25828]: audit 2023-11-17T06:46:55.537156+0000 mon.smithi045 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:56.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:56 smithi045 bash[25828]: audit 2023-11-17T06:46:55.537889+0000 mon.smithi045 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:56.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:56 smithi105 bash[28427]: cluster 2023-11-17T06:46:53.659074+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:46:56.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:56 smithi105 bash[28427]: cluster 2023-11-17T06:46:53.659219+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:46:56.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:56 smithi105 bash[28427]: cluster 2023-11-17T06:46:55.535915+0000 mon.smithi045 (mon.0) 511 : cluster [INF] osd.5 [v2:172.21.15.45:6818/3694133769,v1:172.21.15.45:6819/3694133769] boot 2023-11-17T06:46:56.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:56 smithi105 bash[28427]: cluster 2023-11-17T06:46:55.536001+0000 mon.smithi045 (mon.0) 512 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-17T06:46:56.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:56 smithi105 bash[28427]: audit 2023-11-17T06:46:55.537156+0000 mon.smithi045 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:46:56.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:56 smithi105 bash[28427]: audit 2023-11-17T06:46:55.537889+0000 mon.smithi045 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:57.439 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:46:57.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:57 smithi045 bash[25828]: cluster 2023-11-17T06:46:56.481429+0000 mgr.smithi045.tkkiao (mgr.14182) 105 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T06:46:57.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:57 smithi045 bash[25828]: cluster 2023-11-17T06:46:56.553402+0000 mon.smithi045 (mon.0) 515 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-17T06:46:57.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:57 smithi045 bash[25828]: audit 2023-11-17T06:46:56.553969+0000 mon.smithi045 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:57.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:57 smithi045 bash[25828]: audit 2023-11-17T06:46:57.117544+0000 mon.smithi105 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.45:6826/1074874832,v1:172.21.15.45:6827/1074874832]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T06:46:57.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:57 smithi045 bash[25828]: audit 2023-11-17T06:46:57.117985+0000 mon.smithi045 (mon.0) 517 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T06:46:57.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:57 smithi045 bash[25828]: audit 2023-11-17T06:46:57.438012+0000 mon.smithi045 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.45:0/3754019706' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:57 smithi105 bash[28427]: cluster 2023-11-17T06:46:56.481429+0000 mgr.smithi045.tkkiao (mgr.14182) 105 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T06:46:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:57 smithi105 bash[28427]: cluster 2023-11-17T06:46:56.553402+0000 mon.smithi045 (mon.0) 515 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-17T06:46:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:57 smithi105 bash[28427]: audit 2023-11-17T06:46:56.553969+0000 mon.smithi045 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:57 smithi105 bash[28427]: audit 2023-11-17T06:46:57.117544+0000 mon.smithi105 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.45:6826/1074874832,v1:172.21.15.45:6827/1074874832]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T06:46:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:57 smithi105 bash[28427]: audit 2023-11-17T06:46:57.117985+0000 mon.smithi045 (mon.0) 517 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T06:46:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:57 smithi105 bash[28427]: audit 2023-11-17T06:46:57.438012+0000 mon.smithi045 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.45:0/3754019706' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:46:58.250 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1700203615,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:46:58.568 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:58 smithi045 bash[25828]: audit 2023-11-17T06:46:57.560629+0000 mon.smithi045 (mon.0) 519 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-17T06:46:58.568 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:58 smithi045 bash[25828]: cluster 2023-11-17T06:46:57.560770+0000 mon.smithi045 (mon.0) 520 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-17T06:46:58.568 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:58 smithi045 bash[25828]: audit 2023-11-17T06:46:57.560973+0000 mon.smithi045 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:58.569 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:58 smithi045 bash[25828]: audit 2023-11-17T06:46:57.563197+0000 mon.smithi105 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.45:6826/1074874832,v1:172.21.15.45:6827/1074874832]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:58.569 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:58 smithi045 bash[25828]: audit 2023-11-17T06:46:57.563945+0000 mon.smithi045 (mon.0) 522 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:58.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:58 smithi105 bash[28427]: audit 2023-11-17T06:46:57.560629+0000 mon.smithi045 (mon.0) 519 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-17T06:46:58.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:58 smithi105 bash[28427]: cluster 2023-11-17T06:46:57.560770+0000 mon.smithi045 (mon.0) 520 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-17T06:46:58.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:58 smithi105 bash[28427]: audit 2023-11-17T06:46:57.560973+0000 mon.smithi045 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:58.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:58 smithi105 bash[28427]: audit 2023-11-17T06:46:57.563197+0000 mon.smithi105 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.45:6826/1074874832,v1:172.21.15.45:6827/1074874832]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:58.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:58 smithi105 bash[28427]: audit 2023-11-17T06:46:57.563945+0000 mon.smithi045 (mon.0) 522 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-17T06:46:59.252 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:46:59.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:59 smithi045 bash[25828]: cluster 2023-11-17T06:46:58.482067+0000 mgr.smithi045.tkkiao (mgr.14182) 106 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-17T06:46:59.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:59 smithi045 bash[25828]: audit 2023-11-17T06:46:58.562220+0000 mon.smithi045 (mon.0) 523 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-17T06:46:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:59 smithi045 bash[25828]: cluster 2023-11-17T06:46:58.562351+0000 mon.smithi045 (mon.0) 524 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-17T06:46:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:59 smithi045 bash[25828]: audit 2023-11-17T06:46:58.563221+0000 mon.smithi045 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:59.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:46:59 smithi045 bash[25828]: audit 2023-11-17T06:46:58.570616+0000 mon.smithi045 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:59 smithi105 bash[28427]: cluster 2023-11-17T06:46:58.482067+0000 mgr.smithi045.tkkiao (mgr.14182) 106 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-17T06:46:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:59 smithi105 bash[28427]: audit 2023-11-17T06:46:58.562220+0000 mon.smithi045 (mon.0) 523 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-17T06:46:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:59 smithi105 bash[28427]: cluster 2023-11-17T06:46:58.562351+0000 mon.smithi045 (mon.0) 524 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-17T06:46:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:59 smithi105 bash[28427]: audit 2023-11-17T06:46:58.563221+0000 mon.smithi045 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:46:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:46:59 smithi105 bash[28427]: audit 2023-11-17T06:46:58.570616+0000 mon.smithi045 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:47:00.808 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:00 smithi045 bash[25828]: cluster 2023-11-17T06:46:58.104883+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:47:00.809 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:00 smithi045 bash[25828]: cluster 2023-11-17T06:46:58.105034+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:47:00.809 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:00 smithi045 bash[25828]: cluster 2023-11-17T06:46:59.566610+0000 mon.smithi045 (mon.0) 527 : cluster [INF] osd.7 [v2:172.21.15.45:6826/1074874832,v1:172.21.15.45:6827/1074874832] boot 2023-11-17T06:47:00.809 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:00 smithi045 bash[25828]: cluster 2023-11-17T06:46:59.566718+0000 mon.smithi045 (mon.0) 528 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-17T06:47:00.809 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:00 smithi045 bash[25828]: audit 2023-11-17T06:46:59.567060+0000 mon.smithi045 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:47:00.809 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:00 smithi045 bash[25828]: audit 2023-11-17T06:47:00.414652+0000 mon.smithi045 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:00.809 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:00 smithi045 bash[25828]: audit 2023-11-17T06:47:00.420790+0000 mon.smithi045 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:47:00.809 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:00 smithi045 bash[25828]: cluster 2023-11-17T06:47:00.509038+0000 mon.smithi045 (mon.0) 532 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-17T06:47:00.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:00 smithi105 bash[28427]: cluster 2023-11-17T06:46:58.104883+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:47:00.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:00 smithi105 bash[28427]: cluster 2023-11-17T06:46:58.105034+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:47:00.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:00 smithi105 bash[28427]: cluster 2023-11-17T06:46:59.566610+0000 mon.smithi045 (mon.0) 527 : cluster [INF] osd.7 [v2:172.21.15.45:6826/1074874832,v1:172.21.15.45:6827/1074874832] boot 2023-11-17T06:47:00.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:00 smithi105 bash[28427]: cluster 2023-11-17T06:46:59.566718+0000 mon.smithi045 (mon.0) 528 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-17T06:47:00.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:00 smithi105 bash[28427]: audit 2023-11-17T06:46:59.567060+0000 mon.smithi045 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:47:00.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:00 smithi105 bash[28427]: audit 2023-11-17T06:47:00.414652+0000 mon.smithi045 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:00.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:00 smithi105 bash[28427]: audit 2023-11-17T06:47:00.420790+0000 mon.smithi045 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:47:00.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:00 smithi105 bash[28427]: cluster 2023-11-17T06:47:00.509038+0000 mon.smithi045 (mon.0) 532 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-17T06:47:01.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:01 smithi045 bash[25828]: cluster 2023-11-17T06:47:00.482536+0000 mgr.smithi045.tkkiao (mgr.14182) 107 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:01.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:01 smithi045 bash[25828]: cluster 2023-11-17T06:47:01.518966+0000 mon.smithi045 (mon.0) 533 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-17T06:47:01.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:01 smithi105 bash[28427]: cluster 2023-11-17T06:47:00.482536+0000 mgr.smithi045.tkkiao (mgr.14182) 107 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:01.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:01 smithi105 bash[28427]: cluster 2023-11-17T06:47:01.518966+0000 mon.smithi045 (mon.0) 533 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-17T06:47:02.566 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:47:02.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:02 smithi105 bash[28427]: audit 2023-11-17T06:47:02.565154+0000 mon.smithi045 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.45:0/1369616605' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:47:03.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:02 smithi045 bash[25828]: audit 2023-11-17T06:47:02.565154+0000 mon.smithi045 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.45:0/1369616605' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:47:03.101 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1700203619,"num_in_osds":8,"osd_in_since":1700203572,"num_remapped_pgs":0} 2023-11-17T06:47:03.101 INFO:tasks.cephadm:Setting up client nodes... 2023-11-17T06:47:03.101 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-17T06:47:03.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:03 smithi105 bash[28427]: cluster 2023-11-17T06:47:02.483034+0000 mgr.smithi045.tkkiao (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:04.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:03 smithi045 bash[25828]: cluster 2023-11-17T06:47:02.483034+0000 mgr.smithi045.tkkiao (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:05.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:05 smithi105 bash[28427]: cluster 2023-11-17T06:47:04.483587+0000 mgr.smithi045.tkkiao (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:06.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:05 smithi045 bash[25828]: cluster 2023-11-17T06:47:04.483587+0000 mgr.smithi045.tkkiao (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:06.245 INFO:teuthology.orchestra.run.smithi045.stdout:[client.0] 2023-11-17T06:47:06.245 INFO:teuthology.orchestra.run.smithi045.stdout: key = AQBqDFdlxdpFDhAA8Nc+bcklYqe4h+UKT+s39w== 2023-11-17T06:47:06.822 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T06:47:06.823 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-17T06:47:06.823 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-17T06:47:06.844 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-17T06:47:06.856 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:06 smithi105 bash[28427]: audit 2023-11-17T06:47:06.239097+0000 mon.smithi045 (mon.0) 535 : audit [INF] from='client.? 172.21.15.45:0/3943199260' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:47:06.857 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:06 smithi105 bash[28427]: audit 2023-11-17T06:47:06.243980+0000 mon.smithi045 (mon.0) 536 : audit [INF] from='client.? 172.21.15.45:0/3943199260' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T06:47:06.857 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:06 smithi105 bash[28427]: audit 2023-11-17T06:47:06.291011+0000 mon.smithi045 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:07.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:06 smithi045 bash[25828]: audit 2023-11-17T06:47:06.239097+0000 mon.smithi045 (mon.0) 535 : audit [INF] from='client.? 172.21.15.45:0/3943199260' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:47:07.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:06 smithi045 bash[25828]: audit 2023-11-17T06:47:06.243980+0000 mon.smithi045 (mon.0) 536 : audit [INF] from='client.? 172.21.15.45:0/3943199260' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T06:47:07.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:06 smithi045 bash[25828]: audit 2023-11-17T06:47:06.291011+0000 mon.smithi045 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:08.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:07 smithi105 bash[28427]: cluster 2023-11-17T06:47:06.484296+0000 mgr.smithi045.tkkiao (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:08.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:07 smithi105 bash[28427]: audit 2023-11-17T06:47:06.872894+0000 mon.smithi045 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:07 smithi045 bash[25828]: cluster 2023-11-17T06:47:06.484296+0000 mgr.smithi045.tkkiao (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:07 smithi045 bash[25828]: audit 2023-11-17T06:47:06.872894+0000 mon.smithi045 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:09.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:08 smithi105 bash[28427]: cluster 2023-11-17T06:47:08.484891+0000 mgr.smithi045.tkkiao (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:09.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:08 smithi045 bash[25828]: cluster 2023-11-17T06:47:08.484891+0000 mgr.smithi045.tkkiao (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:54.870 INFO:teuthology.orchestra.run.smithi105.stdout:[client.1] 2023-11-17T06:47:54.870 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQBuDFdlk2ccBBAAM4ox37yfHttf/fDk75WqSw== 2023-11-17T06:47:54.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:10 smithi105 bash[28427]: audit 2023-11-17T06:47:10.067470+0000 mon.smithi105 (mon.1) 20 : audit [INF] from='client.? 172.21.15.105:0/2875614654' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:47:54.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:10 smithi105 bash[28427]: audit 2023-11-17T06:47:10.068476+0000 mon.smithi045 (mon.0) 539 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:47:54.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:10 smithi105 bash[28427]: audit 2023-11-17T06:47:10.076224+0000 mon.smithi045 (mon.0) 540 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T06:47:54.873 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T06:47:54.982 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-17T06:47:54.982 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-17T06:47:54.995 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:10 smithi045 bash[25828]: audit 2023-11-17T06:47:10.067470+0000 mon.smithi105 (mon.1) 20 : audit [INF] from='client.? 172.21.15.105:0/2875614654' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:47:54.995 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:10 smithi045 bash[25828]: audit 2023-11-17T06:47:10.068476+0000 mon.smithi045 (mon.0) 539 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:47:54.995 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:10 smithi045 bash[25828]: audit 2023-11-17T06:47:10.076224+0000 mon.smithi045 (mon.0) 540 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T06:47:54.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:11 smithi045 bash[25828]: cluster 2023-11-17T06:47:10.485538+0000 mgr.smithi045.tkkiao (mgr.14182) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:54.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:13 smithi045 bash[25828]: cluster 2023-11-17T06:47:12.486279+0000 mgr.smithi045.tkkiao (mgr.14182) 113 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:54.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:15 smithi045 bash[25828]: cluster 2023-11-17T06:47:14.486992+0000 mgr.smithi045.tkkiao (mgr.14182) 114 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:54.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:16 smithi045 bash[25828]: cephadm 2023-11-17T06:47:15.863535+0000 mgr.smithi045.tkkiao (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi105 2023-11-17T06:47:54.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:16 smithi045 bash[25828]: audit 2023-11-17T06:47:15.873643+0000 mon.smithi045 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:54.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:16 smithi045 bash[25828]: audit 2023-11-17T06:47:16.166136+0000 mon.smithi045 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:54.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:16 smithi045 bash[25828]: audit 2023-11-17T06:47:16.168074+0000 mon.smithi045 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:54.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:16 smithi045 bash[25828]: audit 2023-11-17T06:47:16.169961+0000 mon.smithi045 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:54.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:16 smithi045 bash[25828]: audit 2023-11-17T06:47:16.171836+0000 mon.smithi045 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:54.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:16 smithi045 bash[25828]: audit 2023-11-17T06:47:16.181940+0000 mon.smithi045 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:54.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:16 smithi045 bash[25828]: audit 2023-11-17T06:47:16.664504+0000 mon.smithi045 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:54.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: cephadm 2023-11-17T06:47:16.173238+0000 mgr.smithi045.tkkiao (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3785M 2023-11-17T06:47:54.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: cluster 2023-11-17T06:47:16.487672+0000 mgr.smithi045.tkkiao (mgr.14182) 117 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:54.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: cephadm 2023-11-17T06:47:16.653291+0000 mgr.smithi045.tkkiao (mgr.14182) 118 : cephadm [INF] Detected new or changed devices on smithi045 2023-11-17T06:47:54.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.958109+0000 mon.smithi045 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:54.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.959753+0000 mon.smithi045 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:54.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.961325+0000 mon.smithi045 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:54.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.962755+0000 mon.smithi045 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:54.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.972368+0000 mon.smithi045 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:54.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.973745+0000 mon.smithi045 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:47:54.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.974720+0000 mon.smithi045 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:47:54.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.980920+0000 mon.smithi045 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:54.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.987433+0000 mon.smithi045 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:47:54.999 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.994608+0000 mon.smithi045 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:47:54.999 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.996346+0000 mon.smithi045 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:47:54.999 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.996820+0000 mon.smithi045 (mon.0) 559 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:47:54.999 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:17 smithi045 bash[25828]: audit 2023-11-17T06:47:16.997704+0000 mon.smithi045 (mon.0) 560 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:47:55.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:18 smithi045 bash[25828]: cephadm 2023-11-17T06:47:16.963870+0000 mgr.smithi045.tkkiao (mgr.14182) 119 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3530M 2023-11-17T06:47:55.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:18 smithi045 bash[25828]: cluster 2023-11-17T06:47:18.488399+0000 mgr.smithi045.tkkiao (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:21 smithi045 bash[25828]: cluster 2023-11-17T06:47:20.489073+0000 mgr.smithi045.tkkiao (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:23 smithi045 bash[25828]: cluster 2023-11-17T06:47:22.489692+0000 mgr.smithi045.tkkiao (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:25 smithi045 bash[25828]: cluster 2023-11-17T06:47:24.490437+0000 mgr.smithi045.tkkiao (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:27 smithi045 bash[25828]: cluster 2023-11-17T06:47:26.491101+0000 mgr.smithi045.tkkiao (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:29 smithi045 bash[25828]: cluster 2023-11-17T06:47:28.491567+0000 mgr.smithi045.tkkiao (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:31 smithi045 bash[25828]: cluster 2023-11-17T06:47:30.492115+0000 mgr.smithi045.tkkiao (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:33 smithi045 bash[25828]: cluster 2023-11-17T06:47:32.492768+0000 mgr.smithi045.tkkiao (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:35 smithi045 bash[25828]: cluster 2023-11-17T06:47:34.493439+0000 mgr.smithi045.tkkiao (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:37 smithi045 bash[25828]: cluster 2023-11-17T06:47:36.494052+0000 mgr.smithi045.tkkiao (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:39 smithi045 bash[25828]: cluster 2023-11-17T06:47:38.494688+0000 mgr.smithi045.tkkiao (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:41 smithi045 bash[25828]: cluster 2023-11-17T06:47:40.495299+0000 mgr.smithi045.tkkiao (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:43 smithi045 bash[25828]: audit 2023-11-17T06:47:42.070288+0000 mon.smithi045 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:43 smithi045 bash[25828]: cluster 2023-11-17T06:47:42.495906+0000 mgr.smithi045.tkkiao (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:44 smithi045 bash[25828]: audit 2023-11-17T06:47:43.092070+0000 mon.smithi045 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:45 smithi045 bash[25828]: cluster 2023-11-17T06:47:44.496545+0000 mgr.smithi045.tkkiao (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:47 smithi045 bash[25828]: cluster 2023-11-17T06:47:46.497205+0000 mgr.smithi045.tkkiao (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:49 smithi045 bash[25828]: cluster 2023-11-17T06:47:48.497849+0000 mgr.smithi045.tkkiao (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:51 smithi045 bash[25828]: cluster 2023-11-17T06:47:50.498518+0000 mgr.smithi045.tkkiao (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:53 smithi045 bash[25828]: cluster 2023-11-17T06:47:52.499174+0000 mgr.smithi045.tkkiao (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.025 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:11 smithi105 bash[28427]: cluster 2023-11-17T06:47:10.485538+0000 mgr.smithi045.tkkiao (mgr.14182) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.025 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:13 smithi105 bash[28427]: cluster 2023-11-17T06:47:12.486279+0000 mgr.smithi045.tkkiao (mgr.14182) 113 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.025 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:15 smithi105 bash[28427]: cluster 2023-11-17T06:47:14.486992+0000 mgr.smithi045.tkkiao (mgr.14182) 114 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.025 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:16 smithi105 bash[28427]: cephadm 2023-11-17T06:47:15.863535+0000 mgr.smithi045.tkkiao (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi105 2023-11-17T06:47:55.025 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:16 smithi105 bash[28427]: audit 2023-11-17T06:47:15.873643+0000 mon.smithi045 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.025 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:16 smithi105 bash[28427]: audit 2023-11-17T06:47:16.166136+0000 mon.smithi045 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:16 smithi105 bash[28427]: audit 2023-11-17T06:47:16.168074+0000 mon.smithi045 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:16 smithi105 bash[28427]: audit 2023-11-17T06:47:16.169961+0000 mon.smithi045 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:16 smithi105 bash[28427]: audit 2023-11-17T06:47:16.171836+0000 mon.smithi045 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:16 smithi105 bash[28427]: audit 2023-11-17T06:47:16.181940+0000 mon.smithi045 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:16 smithi105 bash[28427]: audit 2023-11-17T06:47:16.664504+0000 mon.smithi045 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: cephadm 2023-11-17T06:47:16.173238+0000 mgr.smithi045.tkkiao (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3785M 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: cluster 2023-11-17T06:47:16.487672+0000 mgr.smithi045.tkkiao (mgr.14182) 117 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: cephadm 2023-11-17T06:47:16.653291+0000 mgr.smithi045.tkkiao (mgr.14182) 118 : cephadm [INF] Detected new or changed devices on smithi045 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.958109+0000 mon.smithi045 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.959753+0000 mon.smithi045 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.961325+0000 mon.smithi045 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:55.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.962755+0000 mon.smithi045 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.972368+0000 mon.smithi045 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.973745+0000 mon.smithi045 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.974720+0000 mon.smithi045 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.980920+0000 mon.smithi045 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.987433+0000 mon.smithi045 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.994608+0000 mon.smithi045 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.996346+0000 mon.smithi045 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.996820+0000 mon.smithi045 (mon.0) 559 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:17 smithi105 bash[28427]: audit 2023-11-17T06:47:16.997704+0000 mon.smithi045 (mon.0) 560 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:18 smithi105 bash[28427]: cephadm 2023-11-17T06:47:16.963870+0000 mgr.smithi045.tkkiao (mgr.14182) 119 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3530M 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:18 smithi105 bash[28427]: cluster 2023-11-17T06:47:18.488399+0000 mgr.smithi045.tkkiao (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:21 smithi105 bash[28427]: cluster 2023-11-17T06:47:20.489073+0000 mgr.smithi045.tkkiao (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:23 smithi105 bash[28427]: cluster 2023-11-17T06:47:22.489692+0000 mgr.smithi045.tkkiao (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:25 smithi105 bash[28427]: cluster 2023-11-17T06:47:24.490437+0000 mgr.smithi045.tkkiao (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:27 smithi105 bash[28427]: cluster 2023-11-17T06:47:26.491101+0000 mgr.smithi045.tkkiao (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:29 smithi105 bash[28427]: cluster 2023-11-17T06:47:28.491567+0000 mgr.smithi045.tkkiao (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:31 smithi105 bash[28427]: cluster 2023-11-17T06:47:30.492115+0000 mgr.smithi045.tkkiao (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:33 smithi105 bash[28427]: cluster 2023-11-17T06:47:32.492768+0000 mgr.smithi045.tkkiao (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:35 smithi105 bash[28427]: cluster 2023-11-17T06:47:34.493439+0000 mgr.smithi045.tkkiao (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:37 smithi105 bash[28427]: cluster 2023-11-17T06:47:36.494052+0000 mgr.smithi045.tkkiao (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:39 smithi105 bash[28427]: cluster 2023-11-17T06:47:38.494688+0000 mgr.smithi045.tkkiao (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:41 smithi105 bash[28427]: cluster 2023-11-17T06:47:40.495299+0000 mgr.smithi045.tkkiao (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:43 smithi105 bash[28427]: audit 2023-11-17T06:47:42.070288+0000 mon.smithi045 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:43 smithi105 bash[28427]: cluster 2023-11-17T06:47:42.495906+0000 mgr.smithi045.tkkiao (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:44 smithi105 bash[28427]: audit 2023-11-17T06:47:43.092070+0000 mon.smithi045 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:45 smithi105 bash[28427]: cluster 2023-11-17T06:47:44.496545+0000 mgr.smithi045.tkkiao (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:47 smithi105 bash[28427]: cluster 2023-11-17T06:47:46.497205+0000 mgr.smithi045.tkkiao (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.029 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:49 smithi105 bash[28427]: cluster 2023-11-17T06:47:48.497849+0000 mgr.smithi045.tkkiao (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.029 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:51 smithi105 bash[28427]: cluster 2023-11-17T06:47:50.498518+0000 mgr.smithi045.tkkiao (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.029 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:53 smithi105 bash[28427]: cluster 2023-11-17T06:47:52.499174+0000 mgr.smithi045.tkkiao (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.054 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T06:47:55.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:55 smithi045 bash[25828]: cluster 2023-11-17T06:47:54.499771+0000 mgr.smithi045.tkkiao (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:55.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:55 smithi105 bash[28427]: cluster 2023-11-17T06:47:54.499771+0000 mgr.smithi045.tkkiao (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:57.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:57 smithi045 bash[25828]: cluster 2023-11-17T06:47:56.500397+0000 mgr.smithi045.tkkiao (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:57 smithi105 bash[28427]: cluster 2023-11-17T06:47:56.500397+0000 mgr.smithi045.tkkiao (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:59.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:47:59 smithi045 bash[25828]: cluster 2023-11-17T06:47:58.501037+0000 mgr.smithi045.tkkiao (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:47:59 smithi105 bash[28427]: cluster 2023-11-17T06:47:58.501037+0000 mgr.smithi045.tkkiao (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:47:59.907 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:48:01.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:01 smithi045 bash[25828]: cluster 2023-11-17T06:48:00.501732+0000 mgr.smithi045.tkkiao (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:01.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:01 smithi105 bash[28427]: cluster 2023-11-17T06:48:00.501732+0000 mgr.smithi045.tkkiao (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:02.710 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:48:02.711 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":39,"fsid":"6abf46ce-8514-11ee-8dbf-212e2dc638e7","created":"2023-11-17T06:42:38.762834+0000","modified":"2023-11-17T06:47:01.512409+0000","last_up_change":"2023-11-17T06:46:59.558876+0000","last_in_change":"2023-11-17T06:46:12.623114+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T06:46:42.587094+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":"23","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":"1c405a4f-5df3-40e6-a387-9fa6877e8c9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6801","nonce":2996604173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6803","nonce":2996604173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6807","nonce":2996604173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6805","nonce":2996604173}]},"public_addr":"172.21.15.105:6801/2996604173","cluster_addr":"172.21.15.105:6803/2996604173","heartbeat_back_addr":"172.21.15.105:6807/2996604173","heartbeat_front_addr":"172.21.15.105:6805/2996604173","state":["exists","up"]},{"osd":1,"uuid":"e5c47b7f-4d8f-4e8a-afd1-12bee29115f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6803","nonce":1999931468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6805","nonce":1999931468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6809","nonce":1999931468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6807","nonce":1999931468}]},"public_addr":"172.21.15.45:6803/1999931468","cluster_addr":"172.21.15.45:6805/1999931468","heartbeat_back_addr":"172.21.15.45:6809/1999931468","heartbeat_front_addr":"172.21.15.45:6807/1999931468","state":["exists","up"]},{"osd":2,"uuid":"645b9ca1-908d-403d-af38-de4f88a50893","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6809","nonce":1788134618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6811","nonce":1788134618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6815","nonce":1788134618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6813","nonce":1788134618}]},"public_addr":"172.21.15.105:6809/1788134618","cluster_addr":"172.21.15.105:6811/1788134618","heartbeat_back_addr":"172.21.15.105:6815/1788134618","heartbeat_front_addr":"172.21.15.105:6813/1788134618","state":["exists","up"]},{"osd":3,"uuid":"dd4aef3e-15fe-41f1-819a-cebd16091c5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6811","nonce":3400876736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6813","nonce":3400876736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6817","nonce":3400876736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6815","nonce":3400876736}]},"public_addr":"172.21.15.45:6811/3400876736","cluster_addr":"172.21.15.45:6813/3400876736","heartbeat_back_addr":"172.21.15.45:6817/3400876736","heartbeat_front_addr":"172.21.15.45:6815/3400876736","state":["exists","up"]},{"osd":4,"uuid":"0380fcca-77d2-4d05-835d-27b15eace1f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6817","nonce":357462395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6819","nonce":357462395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6823","nonce":357462395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6821","nonce":357462395}]},"public_addr":"172.21.15.105:6817/357462395","cluster_addr":"172.21.15.105:6819/357462395","heartbeat_back_addr":"172.21.15.105:6823/357462395","heartbeat_front_addr":"172.21.15.105:6821/357462395","state":["exists","up"]},{"osd":5,"uuid":"b149b8b0-30af-42cb-bbe7-16798cb2525c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6819","nonce":3694133769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6821","nonce":3694133769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6825","nonce":3694133769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6823","nonce":3694133769}]},"public_addr":"172.21.15.45:6819/3694133769","cluster_addr":"172.21.15.45:6821/3694133769","heartbeat_back_addr":"172.21.15.45:6825/3694133769","heartbeat_front_addr":"172.21.15.45:6823/3694133769","state":["exists","up"]},{"osd":6,"uuid":"4ff7b271-0d00-4024-8e7d-59301338ef4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6825","nonce":2553796961}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6827","nonce":2553796961}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6831","nonce":2553796961}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6829","nonce":2553796961}]},"public_addr":"172.21.15.105:6825/2553796961","cluster_addr":"172.21.15.105:6827/2553796961","heartbeat_back_addr":"172.21.15.105:6831/2553796961","heartbeat_front_addr":"172.21.15.105:6829/2553796961","state":["exists","up"]},{"osd":7,"uuid":"f4d8bf0b-8bf1-4d41-bb96-2b502af474d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6827","nonce":1074874832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6829","nonce":1074874832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6833","nonce":1074874832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6831","nonce":1074874832}]},"public_addr":"172.21.15.45:6827/1074874832","cluster_addr":"172.21.15.45:6829/1074874832","heartbeat_back_addr":"172.21.15.45:6833/1074874832","heartbeat_front_addr":"172.21.15.45:6831/1074874832","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:35.198813+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:40.656845+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:40.413975+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:47.108547+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:45.320356+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:53.659228+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:49.368497+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:58.105043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/711266232":"2023-11-18T06:44:44.443472+0000","172.21.15.45:0/2659245465":"2023-11-18T06:44:44.443472+0000","172.21.15.45:6801/1584939365":"2023-11-18T06:44:44.443472+0000","172.21.15.45:0/3101215542":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/1992600872":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/1186665236":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6800/1584939365":"2023-11-18T06:44:44.443472+0000","172.21.15.45:6800/3939254041":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6801/3939254041":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6801/280112084":"2023-11-18T06:43:48.134979+0000","172.21.15.45:6800/280112084":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/3610274599":"2023-11-18T06:43:06.994976+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T06:48:03.228 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-17T06:46:42.587094+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': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-17T06:48:03.228 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-17T06:48:03.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:03 smithi045 bash[25828]: cluster 2023-11-17T06:48:02.502399+0000 mgr.smithi045.tkkiao (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:03.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:03 smithi045 bash[25828]: audit 2023-11-17T06:48:02.707174+0000 mon.smithi045 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.45:0/1236713616' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:48:03.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:03 smithi105 bash[28427]: cluster 2023-11-17T06:48:02.502399+0000 mgr.smithi045.tkkiao (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:03.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:03 smithi105 bash[28427]: audit 2023-11-17T06:48:02.707174+0000 mon.smithi045 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.45:0/1236713616' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:48:05.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:05 smithi045 bash[25828]: cluster 2023-11-17T06:48:04.502999+0000 mgr.smithi045.tkkiao (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:05.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:05 smithi105 bash[28427]: cluster 2023-11-17T06:48:04.502999+0000 mgr.smithi045.tkkiao (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:07.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:07 smithi045 bash[25828]: cluster 2023-11-17T06:48:06.503607+0000 mgr.smithi045.tkkiao (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:07.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:07 smithi105 bash[28427]: cluster 2023-11-17T06:48:06.503607+0000 mgr.smithi045.tkkiao (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:08.073 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:48:09.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:09 smithi105 bash[28427]: cluster 2023-11-17T06:48:08.504185+0000 mgr.smithi045.tkkiao (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:10.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:09 smithi045 bash[25828]: cluster 2023-11-17T06:48:08.504185+0000 mgr.smithi045.tkkiao (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:10.907 INFO:teuthology.orchestra.run.smithi045.stdout:pg_num: 1 2023-11-17T06:48:11.488 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-17T06:48:11.488 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-17T06:48:11.488 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-17T06:48:11.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:11 smithi045 bash[25828]: cluster 2023-11-17T06:48:10.504834+0000 mgr.smithi045.tkkiao (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:11.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:11 smithi045 bash[25828]: audit 2023-11-17T06:48:10.905622+0000 mon.smithi045 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.45:0/1411129356' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-17T06:48:11.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:11 smithi105 bash[28427]: cluster 2023-11-17T06:48:10.504834+0000 mgr.smithi045.tkkiao (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:11.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:11 smithi105 bash[28427]: audit 2023-11-17T06:48:10.905622+0000 mon.smithi045 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.45:0/1411129356' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-17T06:48:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:13 smithi105 bash[28427]: cluster 2023-11-17T06:48:12.505524+0000 mgr.smithi045.tkkiao (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:14.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:13 smithi045 bash[25828]: cluster 2023-11-17T06:48:12.505524+0000 mgr.smithi045.tkkiao (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:15.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:15 smithi105 bash[28427]: cluster 2023-11-17T06:48:14.506104+0000 mgr.smithi045.tkkiao (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:16.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:15 smithi045 bash[25828]: cluster 2023-11-17T06:48:14.506104+0000 mgr.smithi045.tkkiao (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:16.328 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:48:17.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:17 smithi045 bash[25828]: cluster 2023-11-17T06:48:16.506739+0000 mgr.smithi045.tkkiao (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:17.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:17 smithi105 bash[28427]: cluster 2023-11-17T06:48:16.506739+0000 mgr.smithi045.tkkiao (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:19.178 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:48:19.784 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi045.tkkiao","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":1885335637},{"type":"v1","addr":"172.21.15.45:6801","nonce":1885335637}]},"active_addr":"172.21.15.45:6801/1885335637","active_change":"2023-11-17T06:44:44.443747+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14188,"name":"smithi105.iavuma","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.45:8443/","prometheus":"http://172.21.15.45: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.45:0","nonce":1810930109}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":2412848081}]}]} 2023-11-17T06:48:19.788 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-17T06:48:19.788 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-17T06:48:19.788 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T06:48:19.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:19 smithi105 bash[28427]: cluster 2023-11-17T06:48:18.507350+0000 mgr.smithi045.tkkiao (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:19.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:19 smithi105 bash[28427]: audit 2023-11-17T06:48:19.170387+0000 mon.smithi045 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.45:0/3336812272' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-17T06:48:20.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:19 smithi045 bash[25828]: cluster 2023-11-17T06:48:18.507350+0000 mgr.smithi045.tkkiao (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:20.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:19 smithi045 bash[25828]: audit 2023-11-17T06:48:19.170387+0000 mon.smithi045 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.45:0/3336812272' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-17T06:48:21.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:21 smithi105 bash[28427]: cluster 2023-11-17T06:48:20.507971+0000 mgr.smithi045.tkkiao (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:22.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:21 smithi045 bash[25828]: cluster 2023-11-17T06:48:20.507971+0000 mgr.smithi045.tkkiao (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:23.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:23 smithi105 bash[28427]: cluster 2023-11-17T06:48:22.508697+0000 mgr.smithi045.tkkiao (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:24.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:23 smithi045 bash[25828]: cluster 2023-11-17T06:48:22.508697+0000 mgr.smithi045.tkkiao (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:24.650 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:48:25.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:25 smithi045 bash[25828]: cluster 2023-11-17T06:48:24.509375+0000 mgr.smithi045.tkkiao (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:25.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:25 smithi105 bash[28427]: cluster 2023-11-17T06:48:24.509375+0000 mgr.smithi045.tkkiao (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:27.496 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:48:27.497 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":39,"fsid":"6abf46ce-8514-11ee-8dbf-212e2dc638e7","created":"2023-11-17T06:42:38.762834+0000","modified":"2023-11-17T06:47:01.512409+0000","last_up_change":"2023-11-17T06:46:59.558876+0000","last_in_change":"2023-11-17T06:46:12.623114+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T06:46:42.587094+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":"23","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":"1c405a4f-5df3-40e6-a387-9fa6877e8c9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6801","nonce":2996604173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6803","nonce":2996604173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6807","nonce":2996604173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6805","nonce":2996604173}]},"public_addr":"172.21.15.105:6801/2996604173","cluster_addr":"172.21.15.105:6803/2996604173","heartbeat_back_addr":"172.21.15.105:6807/2996604173","heartbeat_front_addr":"172.21.15.105:6805/2996604173","state":["exists","up"]},{"osd":1,"uuid":"e5c47b7f-4d8f-4e8a-afd1-12bee29115f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6803","nonce":1999931468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6805","nonce":1999931468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6809","nonce":1999931468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6807","nonce":1999931468}]},"public_addr":"172.21.15.45:6803/1999931468","cluster_addr":"172.21.15.45:6805/1999931468","heartbeat_back_addr":"172.21.15.45:6809/1999931468","heartbeat_front_addr":"172.21.15.45:6807/1999931468","state":["exists","up"]},{"osd":2,"uuid":"645b9ca1-908d-403d-af38-de4f88a50893","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6809","nonce":1788134618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6811","nonce":1788134618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6815","nonce":1788134618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6813","nonce":1788134618}]},"public_addr":"172.21.15.105:6809/1788134618","cluster_addr":"172.21.15.105:6811/1788134618","heartbeat_back_addr":"172.21.15.105:6815/1788134618","heartbeat_front_addr":"172.21.15.105:6813/1788134618","state":["exists","up"]},{"osd":3,"uuid":"dd4aef3e-15fe-41f1-819a-cebd16091c5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6811","nonce":3400876736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6813","nonce":3400876736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6817","nonce":3400876736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6815","nonce":3400876736}]},"public_addr":"172.21.15.45:6811/3400876736","cluster_addr":"172.21.15.45:6813/3400876736","heartbeat_back_addr":"172.21.15.45:6817/3400876736","heartbeat_front_addr":"172.21.15.45:6815/3400876736","state":["exists","up"]},{"osd":4,"uuid":"0380fcca-77d2-4d05-835d-27b15eace1f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6817","nonce":357462395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6819","nonce":357462395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6823","nonce":357462395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6821","nonce":357462395}]},"public_addr":"172.21.15.105:6817/357462395","cluster_addr":"172.21.15.105:6819/357462395","heartbeat_back_addr":"172.21.15.105:6823/357462395","heartbeat_front_addr":"172.21.15.105:6821/357462395","state":["exists","up"]},{"osd":5,"uuid":"b149b8b0-30af-42cb-bbe7-16798cb2525c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6819","nonce":3694133769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6821","nonce":3694133769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6825","nonce":3694133769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6823","nonce":3694133769}]},"public_addr":"172.21.15.45:6819/3694133769","cluster_addr":"172.21.15.45:6821/3694133769","heartbeat_back_addr":"172.21.15.45:6825/3694133769","heartbeat_front_addr":"172.21.15.45:6823/3694133769","state":["exists","up"]},{"osd":6,"uuid":"4ff7b271-0d00-4024-8e7d-59301338ef4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6825","nonce":2553796961}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6827","nonce":2553796961}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6831","nonce":2553796961}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6829","nonce":2553796961}]},"public_addr":"172.21.15.105:6825/2553796961","cluster_addr":"172.21.15.105:6827/2553796961","heartbeat_back_addr":"172.21.15.105:6831/2553796961","heartbeat_front_addr":"172.21.15.105:6829/2553796961","state":["exists","up"]},{"osd":7,"uuid":"f4d8bf0b-8bf1-4d41-bb96-2b502af474d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6827","nonce":1074874832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6829","nonce":1074874832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6833","nonce":1074874832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6831","nonce":1074874832}]},"public_addr":"172.21.15.45:6827/1074874832","cluster_addr":"172.21.15.45:6829/1074874832","heartbeat_back_addr":"172.21.15.45:6833/1074874832","heartbeat_front_addr":"172.21.15.45:6831/1074874832","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:35.198813+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:40.656845+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:40.413975+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:47.108547+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:45.320356+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:53.659228+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:49.368497+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:58.105043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/711266232":"2023-11-18T06:44:44.443472+0000","172.21.15.45:0/2659245465":"2023-11-18T06:44:44.443472+0000","172.21.15.45:6801/1584939365":"2023-11-18T06:44:44.443472+0000","172.21.15.45:0/3101215542":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/1992600872":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/1186665236":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6800/1584939365":"2023-11-18T06:44:44.443472+0000","172.21.15.45:6800/3939254041":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6801/3939254041":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6801/280112084":"2023-11-18T06:43:48.134979+0000","172.21.15.45:6800/280112084":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/3610274599":"2023-11-18T06:43:06.994976+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T06:48:27.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:27 smithi045 bash[25828]: cluster 2023-11-17T06:48:26.509974+0000 mgr.smithi045.tkkiao (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:27.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:27 smithi045 bash[25828]: audit 2023-11-17T06:48:27.493639+0000 mon.smithi045 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.45:0/4073794635' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:48:27.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:27 smithi105 bash[28427]: cluster 2023-11-17T06:48:26.509974+0000 mgr.smithi045.tkkiao (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:27.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:27 smithi105 bash[28427]: audit 2023-11-17T06:48:27.493639+0000 mon.smithi045 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.45:0/4073794635' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:48:28.070 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-17T06:48:28.070 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T06:48:29.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:29 smithi105 bash[28427]: cluster 2023-11-17T06:48:28.510593+0000 mgr.smithi045.tkkiao (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:30.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:29 smithi045 bash[25828]: cluster 2023-11-17T06:48:28.510593+0000 mgr.smithi045.tkkiao (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:31.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:31 smithi105 bash[28427]: cluster 2023-11-17T06:48:30.511323+0000 mgr.smithi045.tkkiao (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:32.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:31 smithi045 bash[25828]: cluster 2023-11-17T06:48:30.511323+0000 mgr.smithi045.tkkiao (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:32.920 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:48:33.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:33 smithi105 bash[28427]: cluster 2023-11-17T06:48:32.511958+0000 mgr.smithi045.tkkiao (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:33.985 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:33 smithi045 bash[25828]: cluster 2023-11-17T06:48:32.511958+0000 mgr.smithi045.tkkiao (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:35.597 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:48:35.598 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":39,"fsid":"6abf46ce-8514-11ee-8dbf-212e2dc638e7","created":"2023-11-17T06:42:38.762834+0000","modified":"2023-11-17T06:47:01.512409+0000","last_up_change":"2023-11-17T06:46:59.558876+0000","last_in_change":"2023-11-17T06:46:12.623114+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T06:46:42.587094+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":"23","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":"1c405a4f-5df3-40e6-a387-9fa6877e8c9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6801","nonce":2996604173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6803","nonce":2996604173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6807","nonce":2996604173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2996604173},{"type":"v1","addr":"172.21.15.105:6805","nonce":2996604173}]},"public_addr":"172.21.15.105:6801/2996604173","cluster_addr":"172.21.15.105:6803/2996604173","heartbeat_back_addr":"172.21.15.105:6807/2996604173","heartbeat_front_addr":"172.21.15.105:6805/2996604173","state":["exists","up"]},{"osd":1,"uuid":"e5c47b7f-4d8f-4e8a-afd1-12bee29115f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6803","nonce":1999931468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6805","nonce":1999931468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6809","nonce":1999931468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1999931468},{"type":"v1","addr":"172.21.15.45:6807","nonce":1999931468}]},"public_addr":"172.21.15.45:6803/1999931468","cluster_addr":"172.21.15.45:6805/1999931468","heartbeat_back_addr":"172.21.15.45:6809/1999931468","heartbeat_front_addr":"172.21.15.45:6807/1999931468","state":["exists","up"]},{"osd":2,"uuid":"645b9ca1-908d-403d-af38-de4f88a50893","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6809","nonce":1788134618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6811","nonce":1788134618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6815","nonce":1788134618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":1788134618},{"type":"v1","addr":"172.21.15.105:6813","nonce":1788134618}]},"public_addr":"172.21.15.105:6809/1788134618","cluster_addr":"172.21.15.105:6811/1788134618","heartbeat_back_addr":"172.21.15.105:6815/1788134618","heartbeat_front_addr":"172.21.15.105:6813/1788134618","state":["exists","up"]},{"osd":3,"uuid":"dd4aef3e-15fe-41f1-819a-cebd16091c5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6811","nonce":3400876736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6813","nonce":3400876736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6817","nonce":3400876736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":3400876736},{"type":"v1","addr":"172.21.15.45:6815","nonce":3400876736}]},"public_addr":"172.21.15.45:6811/3400876736","cluster_addr":"172.21.15.45:6813/3400876736","heartbeat_back_addr":"172.21.15.45:6817/3400876736","heartbeat_front_addr":"172.21.15.45:6815/3400876736","state":["exists","up"]},{"osd":4,"uuid":"0380fcca-77d2-4d05-835d-27b15eace1f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6817","nonce":357462395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6819","nonce":357462395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6823","nonce":357462395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":357462395},{"type":"v1","addr":"172.21.15.105:6821","nonce":357462395}]},"public_addr":"172.21.15.105:6817/357462395","cluster_addr":"172.21.15.105:6819/357462395","heartbeat_back_addr":"172.21.15.105:6823/357462395","heartbeat_front_addr":"172.21.15.105:6821/357462395","state":["exists","up"]},{"osd":5,"uuid":"b149b8b0-30af-42cb-bbe7-16798cb2525c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6819","nonce":3694133769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6821","nonce":3694133769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6825","nonce":3694133769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":3694133769},{"type":"v1","addr":"172.21.15.45:6823","nonce":3694133769}]},"public_addr":"172.21.15.45:6819/3694133769","cluster_addr":"172.21.15.45:6821/3694133769","heartbeat_back_addr":"172.21.15.45:6825/3694133769","heartbeat_front_addr":"172.21.15.45:6823/3694133769","state":["exists","up"]},{"osd":6,"uuid":"4ff7b271-0d00-4024-8e7d-59301338ef4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6825","nonce":2553796961}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6827","nonce":2553796961}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6831","nonce":2553796961}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2553796961},{"type":"v1","addr":"172.21.15.105:6829","nonce":2553796961}]},"public_addr":"172.21.15.105:6825/2553796961","cluster_addr":"172.21.15.105:6827/2553796961","heartbeat_back_addr":"172.21.15.105:6831/2553796961","heartbeat_front_addr":"172.21.15.105:6829/2553796961","state":["exists","up"]},{"osd":7,"uuid":"f4d8bf0b-8bf1-4d41-bb96-2b502af474d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6827","nonce":1074874832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6829","nonce":1074874832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6833","nonce":1074874832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1074874832},{"type":"v1","addr":"172.21.15.45:6831","nonce":1074874832}]},"public_addr":"172.21.15.45:6827/1074874832","cluster_addr":"172.21.15.45:6829/1074874832","heartbeat_back_addr":"172.21.15.45:6833/1074874832","heartbeat_front_addr":"172.21.15.45:6831/1074874832","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:35.198813+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:40.656845+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:40.413975+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:47.108547+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:45.320356+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:53.659228+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:49.368497+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:46:58.105043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/711266232":"2023-11-18T06:44:44.443472+0000","172.21.15.45:0/2659245465":"2023-11-18T06:44:44.443472+0000","172.21.15.45:6801/1584939365":"2023-11-18T06:44:44.443472+0000","172.21.15.45:0/3101215542":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/1992600872":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/1186665236":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6800/1584939365":"2023-11-18T06:44:44.443472+0000","172.21.15.45:6800/3939254041":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6801/3939254041":"2023-11-18T06:43:06.994976+0000","172.21.15.45:6801/280112084":"2023-11-18T06:43:48.134979+0000","172.21.15.45:6800/280112084":"2023-11-18T06:43:48.134979+0000","172.21.15.45:0/3610274599":"2023-11-18T06:43:06.994976+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T06:48:35.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:35 smithi105 bash[28427]: cluster 2023-11-17T06:48:34.512601+0000 mgr.smithi045.tkkiao (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:35.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:35 smithi105 bash[28427]: audit 2023-11-17T06:48:35.594327+0000 mon.smithi045 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.45:0/901996801' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:48:36.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:35 smithi045 bash[25828]: cluster 2023-11-17T06:48:34.512601+0000 mgr.smithi045.tkkiao (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:36.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:35 smithi045 bash[25828]: audit 2023-11-17T06:48:35.594327+0000 mon.smithi045 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.45:0/901996801' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:48:36.192 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-17T06:48:37.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:37 smithi105 bash[28427]: cluster 2023-11-17T06:48:36.513382+0000 mgr.smithi045.tkkiao (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:38.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:37 smithi045 bash[25828]: cluster 2023-11-17T06:48:36.513382+0000 mgr.smithi045.tkkiao (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:40.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:39 smithi045 bash[25828]: cluster 2023-11-17T06:48:38.514044+0000 mgr.smithi045.tkkiao (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:40.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:39 smithi105 bash[28427]: cluster 2023-11-17T06:48:38.514044+0000 mgr.smithi045.tkkiao (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:41.040 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:48:41.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:41 smithi045 bash[25828]: cluster 2023-11-17T06:48:40.514698+0000 mgr.smithi045.tkkiao (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:42.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:41 smithi105 bash[28427]: cluster 2023-11-17T06:48:40.514698+0000 mgr.smithi045.tkkiao (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:44.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:43 smithi045 bash[25828]: cluster 2023-11-17T06:48:42.515340+0000 mgr.smithi045.tkkiao (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:44.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:43 smithi045 bash[25828]: audit 2023-11-17T06:48:43.097182+0000 mon.smithi045 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:48:44.143 INFO:teuthology.orchestra.run.smithi045.stdout:68719476764 2023-11-17T06:48:44.143 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-17T06:48:44.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:43 smithi105 bash[28427]: cluster 2023-11-17T06:48:42.515340+0000 mgr.smithi045.tkkiao (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:44.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:43 smithi105 bash[28427]: audit 2023-11-17T06:48:43.097182+0000 mon.smithi045 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:48:46.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:45 smithi045 bash[25828]: cluster 2023-11-17T06:48:44.515967+0000 mgr.smithi045.tkkiao (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:46.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:45 smithi105 bash[28427]: cluster 2023-11-17T06:48:44.515967+0000 mgr.smithi045.tkkiao (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:48.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:47 smithi045 bash[25828]: cluster 2023-11-17T06:48:46.516611+0000 mgr.smithi045.tkkiao (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:48.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:47 smithi105 bash[28427]: cluster 2023-11-17T06:48:46.516611+0000 mgr.smithi045.tkkiao (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:48.971 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:48:50.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:49 smithi045 bash[25828]: cluster 2023-11-17T06:48:48.517220+0000 mgr.smithi045.tkkiao (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:50.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:49 smithi045 bash[25828]: audit 2023-11-17T06:48:48.884559+0000 mon.smithi045 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:48:50.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:49 smithi045 bash[25828]: audit 2023-11-17T06:48:49.158493+0000 mon.smithi045 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:48:50.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:49 smithi045 bash[25828]: audit 2023-11-17T06:48:49.459251+0000 mon.smithi045 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:48:50.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:49 smithi045 bash[25828]: audit 2023-11-17T06:48:49.460979+0000 mon.smithi045 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:48:50.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:49 smithi045 bash[25828]: audit 2023-11-17T06:48:49.469151+0000 mon.smithi045 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:48:50.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:49 smithi045 bash[25828]: audit 2023-11-17T06:48:49.476091+0000 mon.smithi045 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:48:50.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:49 smithi105 bash[28427]: cluster 2023-11-17T06:48:48.517220+0000 mgr.smithi045.tkkiao (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:50.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:49 smithi105 bash[28427]: audit 2023-11-17T06:48:48.884559+0000 mon.smithi045 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:48:50.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:49 smithi105 bash[28427]: audit 2023-11-17T06:48:49.158493+0000 mon.smithi045 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:48:50.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:49 smithi105 bash[28427]: audit 2023-11-17T06:48:49.459251+0000 mon.smithi045 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:48:50.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:49 smithi105 bash[28427]: audit 2023-11-17T06:48:49.460979+0000 mon.smithi045 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:48:50.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:49 smithi105 bash[28427]: audit 2023-11-17T06:48:49.469151+0000 mon.smithi045 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:48:50.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:49 smithi105 bash[28427]: audit 2023-11-17T06:48:49.476091+0000 mon.smithi045 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:48:52.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:51 smithi045 bash[25828]: cluster 2023-11-17T06:48:50.517811+0000 mgr.smithi045.tkkiao (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:52.108 INFO:teuthology.orchestra.run.smithi045.stdout:85899345948 2023-11-17T06:48:52.108 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-17T06:48:52.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:51 smithi105 bash[28427]: cluster 2023-11-17T06:48:50.517811+0000 mgr.smithi045.tkkiao (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:54.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:53 smithi105 bash[28427]: cluster 2023-11-17T06:48:52.518433+0000 mgr.smithi045.tkkiao (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:54.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:53 smithi045 bash[25828]: cluster 2023-11-17T06:48:52.518433+0000 mgr.smithi045.tkkiao (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:55.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:54 smithi045 bash[25828]: cluster 2023-11-17T06:48:54.519037+0000 mgr.smithi045.tkkiao (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:55.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:54 smithi105 bash[28427]: cluster 2023-11-17T06:48:54.519037+0000 mgr.smithi045.tkkiao (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:56.964 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:48:57.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:57 smithi045 bash[25828]: cluster 2023-11-17T06:48:56.519705+0000 mgr.smithi045.tkkiao (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:57 smithi105 bash[28427]: cluster 2023-11-17T06:48:56.519705+0000 mgr.smithi045.tkkiao (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:59.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:48:59 smithi045 bash[25828]: cluster 2023-11-17T06:48:58.520322+0000 mgr.smithi045.tkkiao (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:48:59.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:48:59 smithi105 bash[28427]: cluster 2023-11-17T06:48:58.520322+0000 mgr.smithi045.tkkiao (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:00.130 INFO:teuthology.orchestra.run.smithi045.stdout:85899345949 2023-11-17T06:49:00.131 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-17T06:49:01.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:01 smithi045 bash[25828]: cluster 2023-11-17T06:49:00.520948+0000 mgr.smithi045.tkkiao (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:01.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:01 smithi105 bash[28427]: cluster 2023-11-17T06:49:00.520948+0000 mgr.smithi045.tkkiao (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:03.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:03 smithi045 bash[25828]: cluster 2023-11-17T06:49:02.521574+0000 mgr.smithi045.tkkiao (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:03.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:03 smithi105 bash[28427]: cluster 2023-11-17T06:49:02.521574+0000 mgr.smithi045.tkkiao (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:04.977 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:49:05.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:05 smithi045 bash[25828]: cluster 2023-11-17T06:49:04.522192+0000 mgr.smithi045.tkkiao (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:05.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:05 smithi105 bash[28427]: cluster 2023-11-17T06:49:04.522192+0000 mgr.smithi045.tkkiao (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:07.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:07 smithi045 bash[25828]: cluster 2023-11-17T06:49:06.522746+0000 mgr.smithi045.tkkiao (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:07.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:07 smithi105 bash[28427]: cluster 2023-11-17T06:49:06.522746+0000 mgr.smithi045.tkkiao (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:08.149 INFO:teuthology.orchestra.run.smithi045.stdout:115964117022 2023-11-17T06:49:08.149 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-17T06:49:09.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:09 smithi105 bash[28427]: cluster 2023-11-17T06:49:08.523462+0000 mgr.smithi045.tkkiao (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:10.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:09 smithi045 bash[25828]: cluster 2023-11-17T06:49:08.523462+0000 mgr.smithi045.tkkiao (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:11.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:11 smithi105 bash[28427]: cluster 2023-11-17T06:49:10.524143+0000 mgr.smithi045.tkkiao (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:11 smithi045 bash[25828]: cluster 2023-11-17T06:49:10.524143+0000 mgr.smithi045.tkkiao (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:12.989 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:49:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:13 smithi105 bash[28427]: cluster 2023-11-17T06:49:12.524751+0000 mgr.smithi045.tkkiao (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:13.910 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:13 smithi045 bash[25828]: cluster 2023-11-17T06:49:12.524751+0000 mgr.smithi045.tkkiao (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:15.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:15 smithi105 bash[28427]: cluster 2023-11-17T06:49:14.525382+0000 mgr.smithi045.tkkiao (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:16.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:15 smithi045 bash[25828]: cluster 2023-11-17T06:49:14.525382+0000 mgr.smithi045.tkkiao (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:16.134 INFO:teuthology.orchestra.run.smithi045.stdout:107374182432 2023-11-17T06:49:16.134 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-17T06:49:17.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:17 smithi105 bash[28427]: cluster 2023-11-17T06:49:16.526020+0000 mgr.smithi045.tkkiao (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:18.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:17 smithi045 bash[25828]: cluster 2023-11-17T06:49:16.526020+0000 mgr.smithi045.tkkiao (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:19.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:19 smithi105 bash[28427]: cluster 2023-11-17T06:49:18.526659+0000 mgr.smithi045.tkkiao (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:20.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:19 smithi045 bash[25828]: cluster 2023-11-17T06:49:18.526659+0000 mgr.smithi045.tkkiao (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:20.987 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:49:21.890 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:21 smithi045 bash[25828]: cluster 2023-11-17T06:49:20.527276+0000 mgr.smithi045.tkkiao (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:21.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:21 smithi105 bash[28427]: cluster 2023-11-17T06:49:20.527276+0000 mgr.smithi045.tkkiao (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:23.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:23 smithi105 bash[28427]: cluster 2023-11-17T06:49:22.527982+0000 mgr.smithi045.tkkiao (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:24.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:23 smithi045 bash[25828]: cluster 2023-11-17T06:49:22.527982+0000 mgr.smithi045.tkkiao (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:24.115 INFO:teuthology.orchestra.run.smithi045.stdout:141733920801 2023-11-17T06:49:24.115 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-17T06:49:25.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:25 smithi105 bash[28427]: cluster 2023-11-17T06:49:24.528614+0000 mgr.smithi045.tkkiao (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:26.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:25 smithi045 bash[25828]: cluster 2023-11-17T06:49:24.528614+0000 mgr.smithi045.tkkiao (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:27.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:27 smithi105 bash[28427]: cluster 2023-11-17T06:49:26.529305+0000 mgr.smithi045.tkkiao (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:28.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:27 smithi045 bash[25828]: cluster 2023-11-17T06:49:26.529305+0000 mgr.smithi045.tkkiao (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:28.969 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:49:29.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:29 smithi105 bash[28427]: cluster 2023-11-17T06:49:28.529962+0000 mgr.smithi045.tkkiao (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:30.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:29 smithi045 bash[25828]: cluster 2023-11-17T06:49:28.529962+0000 mgr.smithi045.tkkiao (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:31.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:31 smithi045 bash[25828]: cluster 2023-11-17T06:49:30.530599+0000 mgr.smithi045.tkkiao (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:31.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:31 smithi105 bash[28427]: cluster 2023-11-17T06:49:30.530599+0000 mgr.smithi045.tkkiao (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:32.015 INFO:teuthology.orchestra.run.smithi045.stdout:124554051618 2023-11-17T06:49:32.016 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-17T06:49:33.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:33 smithi105 bash[28427]: cluster 2023-11-17T06:49:32.531208+0000 mgr.smithi045.tkkiao (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:34.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:33 smithi045 bash[25828]: cluster 2023-11-17T06:49:32.531208+0000 mgr.smithi045.tkkiao (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:35.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:35 smithi105 bash[28427]: cluster 2023-11-17T06:49:34.531870+0000 mgr.smithi045.tkkiao (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:36.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:35 smithi045 bash[25828]: cluster 2023-11-17T06:49:34.531870+0000 mgr.smithi045.tkkiao (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:36.856 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:49:37.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:37 smithi105 bash[28427]: cluster 2023-11-17T06:49:36.532508+0000 mgr.smithi045.tkkiao (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:37.964 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:37 smithi045 bash[25828]: cluster 2023-11-17T06:49:36.532508+0000 mgr.smithi045.tkkiao (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:39.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:39 smithi045 bash[25828]: cluster 2023-11-17T06:49:38.533116+0000 mgr.smithi045.tkkiao (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:39.886 INFO:teuthology.orchestra.run.smithi045.stdout:158913789986 2023-11-17T06:49:39.886 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-17T06:49:40.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:39 smithi105 bash[28427]: cluster 2023-11-17T06:49:38.533116+0000 mgr.smithi045.tkkiao (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:42.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:41 smithi045 bash[25828]: cluster 2023-11-17T06:49:40.533719+0000 mgr.smithi045.tkkiao (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:42.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:41 smithi105 bash[28427]: cluster 2023-11-17T06:49:40.533719+0000 mgr.smithi045.tkkiao (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:44.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:43 smithi045 bash[25828]: cluster 2023-11-17T06:49:42.534297+0000 mgr.smithi045.tkkiao (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:44.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:43 smithi105 bash[28427]: cluster 2023-11-17T06:49:42.534297+0000 mgr.smithi045.tkkiao (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:44.736 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:49:45.820 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:45 smithi045 bash[25828]: cluster 2023-11-17T06:49:44.534909+0000 mgr.smithi045.tkkiao (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:46.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:45 smithi105 bash[28427]: cluster 2023-11-17T06:49:44.534909+0000 mgr.smithi045.tkkiao (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:47.544 INFO:teuthology.orchestra.run.smithi045.stdout:68719476776 2023-11-17T06:49:48.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:47 smithi045 bash[25828]: cluster 2023-11-17T06:49:46.535546+0000 mgr.smithi045.tkkiao (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:48.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:47 smithi045 bash[25828]: audit 2023-11-17T06:49:47.542705+0000 mon.smithi045 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.45:0/3611071287' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-17T06:49:48.124 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476764 got 68719476776 for osd.0 2023-11-17T06:49:48.124 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-17T06:49:48.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:47 smithi105 bash[28427]: cluster 2023-11-17T06:49:46.535546+0000 mgr.smithi045.tkkiao (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:48.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:47 smithi105 bash[28427]: audit 2023-11-17T06:49:47.542705+0000 mon.smithi045 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.45:0/3611071287' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-17T06:49:50.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:49 smithi045 bash[25828]: cluster 2023-11-17T06:49:48.536269+0000 mgr.smithi045.tkkiao (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:50.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:49 smithi045 bash[25828]: audit 2023-11-17T06:49:49.485198+0000 mon.smithi045 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:49:50.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:49 smithi105 bash[28427]: cluster 2023-11-17T06:49:48.536269+0000 mgr.smithi045.tkkiao (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:50.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:49 smithi105 bash[28427]: audit 2023-11-17T06:49:49.485198+0000 mon.smithi045 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:49:52.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:51 smithi045 bash[25828]: cluster 2023-11-17T06:49:50.536930+0000 mgr.smithi045.tkkiao (mgr.14182) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:52.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:51 smithi105 bash[28427]: cluster 2023-11-17T06:49:50.536930+0000 mgr.smithi045.tkkiao (mgr.14182) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:52.964 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:49:54.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:53 smithi045 bash[25828]: cluster 2023-11-17T06:49:52.537517+0000 mgr.smithi045.tkkiao (mgr.14182) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:54.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:53 smithi105 bash[28427]: cluster 2023-11-17T06:49:52.537517+0000 mgr.smithi045.tkkiao (mgr.14182) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:55.673 INFO:teuthology.orchestra.run.smithi045.stdout:85899345961 2023-11-17T06:49:56.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:55 smithi045 bash[25828]: cluster 2023-11-17T06:49:54.538083+0000 mgr.smithi045.tkkiao (mgr.14182) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:56.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:55 smithi045 bash[25828]: audit 2023-11-17T06:49:55.216714+0000 mon.smithi045 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:49:56.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:55 smithi045 bash[25828]: audit 2023-11-17T06:49:55.370348+0000 mon.smithi045 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:49:56.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:55 smithi045 bash[25828]: audit 2023-11-17T06:49:55.667329+0000 mon.smithi045 (mon.0) 579 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:49:56.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:55 smithi045 bash[25828]: audit 2023-11-17T06:49:55.668735+0000 mon.smithi045 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:49:56.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:55 smithi045 bash[25828]: audit 2023-11-17T06:49:55.672535+0000 mon.smithi045 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.45:0/2858846349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-17T06:49:56.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:55 smithi045 bash[25828]: audit 2023-11-17T06:49:55.677817+0000 mon.smithi045 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:49:56.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:55 smithi045 bash[25828]: audit 2023-11-17T06:49:55.685255+0000 mon.smithi045 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:49:56.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:55 smithi105 bash[28427]: cluster 2023-11-17T06:49:54.538083+0000 mgr.smithi045.tkkiao (mgr.14182) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:56.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:55 smithi105 bash[28427]: audit 2023-11-17T06:49:55.216714+0000 mon.smithi045 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:49:56.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:55 smithi105 bash[28427]: audit 2023-11-17T06:49:55.370348+0000 mon.smithi045 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:49:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:55 smithi105 bash[28427]: audit 2023-11-17T06:49:55.667329+0000 mon.smithi045 (mon.0) 579 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:49:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:55 smithi105 bash[28427]: audit 2023-11-17T06:49:55.668735+0000 mon.smithi045 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:49:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:55 smithi105 bash[28427]: audit 2023-11-17T06:49:55.672535+0000 mon.smithi045 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.45:0/2858846349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-17T06:49:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:55 smithi105 bash[28427]: audit 2023-11-17T06:49:55.677817+0000 mon.smithi045 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:49:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:55 smithi105 bash[28427]: audit 2023-11-17T06:49:55.685255+0000 mon.smithi045 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:49:56.382 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345948 got 85899345961 for osd.1 2023-11-17T06:49:56.382 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-17T06:49:58.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:57 smithi045 bash[25828]: cluster 2023-11-17T06:49:56.538663+0000 mgr.smithi045.tkkiao (mgr.14182) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:49:58.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:57 smithi105 bash[28427]: cluster 2023-11-17T06:49:56.538663+0000 mgr.smithi045.tkkiao (mgr.14182) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:00.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:49:59 smithi045 bash[25828]: cluster 2023-11-17T06:49:58.539249+0000 mgr.smithi045.tkkiao (mgr.14182) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.700 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:00 smithi045 bash[25828]: cluster 2023-11-17T06:50:00.000189+0000 mon.smithi045 (mon.0) 584 : cluster [INF] overall HEALTH_OK 2023-11-17T06:50:39.701 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:50:39.701 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:01 smithi045 bash[25828]: cluster 2023-11-17T06:50:00.539822+0000 mgr.smithi045.tkkiao (mgr.14182) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.702 INFO:teuthology.orchestra.run.smithi045.stdout:85899345961 2023-11-17T06:50:39.702 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:03 smithi045 bash[25828]: cluster 2023-11-17T06:50:02.540455+0000 mgr.smithi045.tkkiao (mgr.14182) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.704 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345949 got 85899345961 for osd.2 2023-11-17T06:50:39.704 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-17T06:50:39.706 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:49:59 smithi105 bash[28427]: cluster 2023-11-17T06:49:58.539249+0000 mgr.smithi045.tkkiao (mgr.14182) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.706 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:00 smithi105 bash[28427]: cluster 2023-11-17T06:50:00.000189+0000 mon.smithi045 (mon.0) 584 : cluster [INF] overall HEALTH_OK 2023-11-17T06:50:39.713 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:01 smithi105 bash[28427]: cluster 2023-11-17T06:50:00.539822+0000 mgr.smithi045.tkkiao (mgr.14182) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.713 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:03 smithi105 bash[28427]: cluster 2023-11-17T06:50:02.540455+0000 mgr.smithi045.tkkiao (mgr.14182) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.713 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:04 smithi105 bash[28427]: audit 2023-11-17T06:50:03.853970+0000 mon.smithi045 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.45:0/1202765228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-17T06:50:39.713 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:05 smithi105 bash[28427]: cluster 2023-11-17T06:50:04.541047+0000 mgr.smithi045.tkkiao (mgr.14182) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.713 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:07 smithi105 bash[28427]: cluster 2023-11-17T06:50:06.541751+0000 mgr.smithi045.tkkiao (mgr.14182) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:09 smithi105 bash[28427]: cluster 2023-11-17T06:50:08.542353+0000 mgr.smithi045.tkkiao (mgr.14182) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:11 smithi105 bash[28427]: cluster 2023-11-17T06:50:10.542921+0000 mgr.smithi045.tkkiao (mgr.14182) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:13 smithi105 bash[28427]: cluster 2023-11-17T06:50:12.543524+0000 mgr.smithi045.tkkiao (mgr.14182) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:15 smithi105 bash[28427]: cluster 2023-11-17T06:50:14.544222+0000 mgr.smithi045.tkkiao (mgr.14182) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:17 smithi105 bash[28427]: cluster 2023-11-17T06:50:16.544801+0000 mgr.smithi045.tkkiao (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:19 smithi105 bash[28427]: cluster 2023-11-17T06:50:18.545389+0000 mgr.smithi045.tkkiao (mgr.14182) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:21 smithi105 bash[28427]: cluster 2023-11-17T06:50:20.546057+0000 mgr.smithi045.tkkiao (mgr.14182) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:23 smithi105 bash[28427]: cluster 2023-11-17T06:50:22.546698+0000 mgr.smithi045.tkkiao (mgr.14182) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:25 smithi105 bash[28427]: cluster 2023-11-17T06:50:24.547307+0000 mgr.smithi045.tkkiao (mgr.14182) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:27 smithi105 bash[28427]: cluster 2023-11-17T06:50:26.547888+0000 mgr.smithi045.tkkiao (mgr.14182) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:29 smithi105 bash[28427]: cluster 2023-11-17T06:50:28.548449+0000 mgr.smithi045.tkkiao (mgr.14182) 215 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:31 smithi105 bash[28427]: cluster 2023-11-17T06:50:30.549047+0000 mgr.smithi045.tkkiao (mgr.14182) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.714 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:33 smithi105 bash[28427]: cluster 2023-11-17T06:50:32.549661+0000 mgr.smithi045.tkkiao (mgr.14182) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.715 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:35 smithi105 bash[28427]: cluster 2023-11-17T06:50:34.550360+0000 mgr.smithi045.tkkiao (mgr.14182) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.715 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:37 smithi105 bash[28427]: cluster 2023-11-17T06:50:36.551102+0000 mgr.smithi045.tkkiao (mgr.14182) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.716 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:04 smithi045 bash[25828]: audit 2023-11-17T06:50:03.853970+0000 mon.smithi045 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.45:0/1202765228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-17T06:50:39.716 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:05 smithi045 bash[25828]: cluster 2023-11-17T06:50:04.541047+0000 mgr.smithi045.tkkiao (mgr.14182) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.716 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:07 smithi045 bash[25828]: cluster 2023-11-17T06:50:06.541751+0000 mgr.smithi045.tkkiao (mgr.14182) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.716 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:09 smithi045 bash[25828]: cluster 2023-11-17T06:50:08.542353+0000 mgr.smithi045.tkkiao (mgr.14182) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.716 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:11 smithi045 bash[25828]: cluster 2023-11-17T06:50:10.542921+0000 mgr.smithi045.tkkiao (mgr.14182) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.763 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:13 smithi045 bash[25828]: cluster 2023-11-17T06:50:12.543524+0000 mgr.smithi045.tkkiao (mgr.14182) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:15 smithi045 bash[25828]: cluster 2023-11-17T06:50:14.544222+0000 mgr.smithi045.tkkiao (mgr.14182) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:17 smithi045 bash[25828]: cluster 2023-11-17T06:50:16.544801+0000 mgr.smithi045.tkkiao (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:19 smithi045 bash[25828]: cluster 2023-11-17T06:50:18.545389+0000 mgr.smithi045.tkkiao (mgr.14182) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:21 smithi045 bash[25828]: cluster 2023-11-17T06:50:20.546057+0000 mgr.smithi045.tkkiao (mgr.14182) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:23 smithi045 bash[25828]: cluster 2023-11-17T06:50:22.546698+0000 mgr.smithi045.tkkiao (mgr.14182) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:25 smithi045 bash[25828]: cluster 2023-11-17T06:50:24.547307+0000 mgr.smithi045.tkkiao (mgr.14182) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:27 smithi045 bash[25828]: cluster 2023-11-17T06:50:26.547888+0000 mgr.smithi045.tkkiao (mgr.14182) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:29 smithi045 bash[25828]: cluster 2023-11-17T06:50:28.548449+0000 mgr.smithi045.tkkiao (mgr.14182) 215 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:31 smithi045 bash[25828]: cluster 2023-11-17T06:50:30.549047+0000 mgr.smithi045.tkkiao (mgr.14182) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:33 smithi045 bash[25828]: cluster 2023-11-17T06:50:32.549661+0000 mgr.smithi045.tkkiao (mgr.14182) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:35 smithi045 bash[25828]: cluster 2023-11-17T06:50:34.550360+0000 mgr.smithi045.tkkiao (mgr.14182) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:37 smithi045 bash[25828]: cluster 2023-11-17T06:50:36.551102+0000 mgr.smithi045.tkkiao (mgr.14182) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:40.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:39 smithi045 bash[25828]: cluster 2023-11-17T06:50:38.551796+0000 mgr.smithi045.tkkiao (mgr.14182) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:40.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:39 smithi105 bash[28427]: cluster 2023-11-17T06:50:38.551796+0000 mgr.smithi045.tkkiao (mgr.14182) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:42.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:41 smithi045 bash[25828]: cluster 2023-11-17T06:50:40.552492+0000 mgr.smithi045.tkkiao (mgr.14182) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:42.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:41 smithi105 bash[28427]: cluster 2023-11-17T06:50:40.552492+0000 mgr.smithi045.tkkiao (mgr.14182) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:44.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:43 smithi105 bash[28427]: cluster 2023-11-17T06:50:42.553280+0000 mgr.smithi045.tkkiao (mgr.14182) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:44.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:43 smithi045 bash[25828]: cluster 2023-11-17T06:50:42.553280+0000 mgr.smithi045.tkkiao (mgr.14182) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:44.610 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:50:45.896 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:45 smithi045 bash[25828]: cluster 2023-11-17T06:50:44.553936+0000 mgr.smithi045.tkkiao (mgr.14182) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:46.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:45 smithi105 bash[28427]: cluster 2023-11-17T06:50:44.553936+0000 mgr.smithi045.tkkiao (mgr.14182) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:47.594 INFO:teuthology.orchestra.run.smithi045.stdout:115964117042 2023-11-17T06:50:48.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:47 smithi045 bash[25828]: cluster 2023-11-17T06:50:46.554546+0000 mgr.smithi045.tkkiao (mgr.14182) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:48.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:47 smithi045 bash[25828]: audit 2023-11-17T06:50:47.592959+0000 mon.smithi045 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.45:0/3725865684' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-17T06:50:48.138 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117022 got 115964117042 for osd.3 2023-11-17T06:50:48.138 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-17T06:50:48.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:47 smithi105 bash[28427]: cluster 2023-11-17T06:50:46.554546+0000 mgr.smithi045.tkkiao (mgr.14182) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:48.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:47 smithi105 bash[28427]: audit 2023-11-17T06:50:47.592959+0000 mon.smithi045 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.45:0/3725865684' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-17T06:50:50.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:49 smithi105 bash[28427]: cluster 2023-11-17T06:50:48.555173+0000 mgr.smithi045.tkkiao (mgr.14182) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:49 smithi045 bash[25828]: cluster 2023-11-17T06:50:48.555173+0000 mgr.smithi045.tkkiao (mgr.14182) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:52.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:51 smithi105 bash[28427]: cluster 2023-11-17T06:50:50.555791+0000 mgr.smithi045.tkkiao (mgr.14182) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:52.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:51 smithi045 bash[25828]: cluster 2023-11-17T06:50:50.555791+0000 mgr.smithi045.tkkiao (mgr.14182) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:52.978 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:50:54.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:53 smithi045 bash[25828]: cluster 2023-11-17T06:50:52.556423+0000 mgr.smithi045.tkkiao (mgr.14182) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:54.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:53 smithi105 bash[28427]: cluster 2023-11-17T06:50:52.556423+0000 mgr.smithi045.tkkiao (mgr.14182) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:55.774 INFO:teuthology.orchestra.run.smithi045.stdout:107374182452 2023-11-17T06:50:56.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:55 smithi045 bash[25828]: cluster 2023-11-17T06:50:54.557241+0000 mgr.smithi045.tkkiao (mgr.14182) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:56.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:55 smithi045 bash[25828]: audit 2023-11-17T06:50:55.697653+0000 mon.smithi045 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:56.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:55 smithi045 bash[25828]: audit 2023-11-17T06:50:55.772649+0000 mon.smithi045 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.45:0/1359557547' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-17T06:50:56.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:55 smithi105 bash[28427]: cluster 2023-11-17T06:50:54.557241+0000 mgr.smithi045.tkkiao (mgr.14182) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:56.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:55 smithi105 bash[28427]: audit 2023-11-17T06:50:55.697653+0000 mon.smithi045 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:55 smithi105 bash[28427]: audit 2023-11-17T06:50:55.772649+0000 mon.smithi045 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.45:0/1359557547' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-17T06:50:56.357 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182432 got 107374182452 for osd.4 2023-11-17T06:50:56.357 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-17T06:50:58.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:57 smithi105 bash[28427]: cluster 2023-11-17T06:50:56.557708+0000 mgr.smithi045.tkkiao (mgr.14182) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:50:58.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:57 smithi045 bash[25828]: cluster 2023-11-17T06:50:56.557708+0000 mgr.smithi045.tkkiao (mgr.14182) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:00.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:50:59 smithi105 bash[28427]: cluster 2023-11-17T06:50:58.558311+0000 mgr.smithi045.tkkiao (mgr.14182) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:50:59 smithi045 bash[25828]: cluster 2023-11-17T06:50:58.558311+0000 mgr.smithi045.tkkiao (mgr.14182) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:00.556 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:51:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:01 smithi105 bash[28427]: cluster 2023-11-17T06:51:00.558955+0000 mgr.smithi045.tkkiao (mgr.14182) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:01 smithi105 bash[28427]: audit 2023-11-17T06:51:01.566300+0000 mon.smithi045 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:51:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:01 smithi105 bash[28427]: audit 2023-11-17T06:51:01.858338+0000 mon.smithi045 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:51:02.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:01 smithi045 bash[25828]: cluster 2023-11-17T06:51:00.558955+0000 mgr.smithi045.tkkiao (mgr.14182) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:02.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:01 smithi045 bash[25828]: audit 2023-11-17T06:51:01.566300+0000 mon.smithi045 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:51:02.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:01 smithi045 bash[25828]: audit 2023-11-17T06:51:01.858338+0000 mon.smithi045 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:51:03.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:02 smithi105 bash[28427]: audit 2023-11-17T06:51:02.155382+0000 mon.smithi045 (mon.0) 591 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:03.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:02 smithi105 bash[28427]: audit 2023-11-17T06:51:02.156633+0000 mon.smithi045 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:51:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:02 smithi105 bash[28427]: audit 2023-11-17T06:51:02.163677+0000 mon.smithi045 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:51:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:02 smithi105 bash[28427]: audit 2023-11-17T06:51:02.168960+0000 mon.smithi045 (mon.0) 594 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:51:03.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:02 smithi045 bash[25828]: audit 2023-11-17T06:51:02.155382+0000 mon.smithi045 (mon.0) 591 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:03.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:02 smithi045 bash[25828]: audit 2023-11-17T06:51:02.156633+0000 mon.smithi045 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:51:03.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:02 smithi045 bash[25828]: audit 2023-11-17T06:51:02.163677+0000 mon.smithi045 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:51:03.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:02 smithi045 bash[25828]: audit 2023-11-17T06:51:02.168960+0000 mon.smithi045 (mon.0) 594 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:51:03.369 INFO:teuthology.orchestra.run.smithi045.stdout:141733920821 2023-11-17T06:51:04.007 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920801 got 141733920821 for osd.5 2023-11-17T06:51:04.008 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-17T06:51:04.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:03 smithi105 bash[28427]: cluster 2023-11-17T06:51:02.559591+0000 mgr.smithi045.tkkiao (mgr.14182) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:04.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:03 smithi105 bash[28427]: audit 2023-11-17T06:51:03.367730+0000 mon.smithi045 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.45:0/414105993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-17T06:51:04.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:03 smithi045 bash[25828]: cluster 2023-11-17T06:51:02.559591+0000 mgr.smithi045.tkkiao (mgr.14182) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:04.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:03 smithi045 bash[25828]: audit 2023-11-17T06:51:03.367730+0000 mon.smithi045 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.45:0/414105993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-17T06:51:06.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:05 smithi105 bash[28427]: cluster 2023-11-17T06:51:04.560183+0000 mgr.smithi045.tkkiao (mgr.14182) 233 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:06.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:05 smithi045 bash[25828]: cluster 2023-11-17T06:51:04.560183+0000 mgr.smithi045.tkkiao (mgr.14182) 233 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:08.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:07 smithi105 bash[28427]: cluster 2023-11-17T06:51:06.560757+0000 mgr.smithi045.tkkiao (mgr.14182) 234 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:08.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:07 smithi045 bash[25828]: cluster 2023-11-17T06:51:06.560757+0000 mgr.smithi045.tkkiao (mgr.14182) 234 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:08.855 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:51:10.009 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:09 smithi045 bash[25828]: cluster 2023-11-17T06:51:08.561372+0000 mgr.smithi045.tkkiao (mgr.14182) 235 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:11.371 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:09 smithi105 bash[28427]: cluster 2023-11-17T06:51:08.561372+0000 mgr.smithi045.tkkiao (mgr.14182) 235 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:11.639 INFO:teuthology.orchestra.run.smithi045.stdout:124554051637 2023-11-17T06:51:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:11 smithi045 bash[25828]: cluster 2023-11-17T06:51:10.562005+0000 mgr.smithi045.tkkiao (mgr.14182) 236 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:11 smithi045 bash[25828]: audit 2023-11-17T06:51:11.637985+0000 mon.smithi045 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.45:0/3042799658' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-17T06:51:12.199 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051618 got 124554051637 for osd.6 2023-11-17T06:51:12.199 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-17T06:51:12.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:11 smithi105 bash[28427]: cluster 2023-11-17T06:51:10.562005+0000 mgr.smithi045.tkkiao (mgr.14182) 236 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:12.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:11 smithi105 bash[28427]: audit 2023-11-17T06:51:11.637985+0000 mon.smithi045 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.45:0/3042799658' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-17T06:51:14.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:13 smithi045 bash[25828]: cluster 2023-11-17T06:51:12.562581+0000 mgr.smithi045.tkkiao (mgr.14182) 237 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:14.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:13 smithi105 bash[28427]: cluster 2023-11-17T06:51:12.562581+0000 mgr.smithi045.tkkiao (mgr.14182) 237 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:16.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:15 smithi105 bash[28427]: cluster 2023-11-17T06:51:14.563265+0000 mgr.smithi045.tkkiao (mgr.14182) 238 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:16.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:15 smithi045 bash[25828]: cluster 2023-11-17T06:51:14.563265+0000 mgr.smithi045.tkkiao (mgr.14182) 238 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:17.051 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:51:18.190 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:17 smithi045 bash[25828]: cluster 2023-11-17T06:51:16.563922+0000 mgr.smithi045.tkkiao (mgr.14182) 239 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:17 smithi105 bash[28427]: cluster 2023-11-17T06:51:16.563922+0000 mgr.smithi045.tkkiao (mgr.14182) 239 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:19.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:18 smithi045 bash[25828]: cluster 2023-11-17T06:51:18.564491+0000 mgr.smithi045.tkkiao (mgr.14182) 240 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:19.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:18 smithi105 bash[28427]: cluster 2023-11-17T06:51:18.564491+0000 mgr.smithi045.tkkiao (mgr.14182) 240 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:19.999 INFO:teuthology.orchestra.run.smithi045.stdout:158913790006 2023-11-17T06:51:20.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:20 smithi045 bash[25828]: audit 2023-11-17T06:51:19.997928+0000 mon.smithi045 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.45:0/1579292795' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-17T06:51:20.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:20 smithi105 bash[28427]: audit 2023-11-17T06:51:19.997928+0000 mon.smithi045 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.45:0/1579292795' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-17T06:51:20.545 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789986 got 158913790006 for osd.7 2023-11-17T06:51:20.545 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-17T06:51:20.545 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph pg dump --format=json 2023-11-17T06:51:21.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:21 smithi105 bash[28427]: cluster 2023-11-17T06:51:20.565025+0000 mgr.smithi045.tkkiao (mgr.14182) 241 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:22.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:21 smithi045 bash[25828]: cluster 2023-11-17T06:51:20.565025+0000 mgr.smithi045.tkkiao (mgr.14182) 241 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:23.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:23 smithi105 bash[28427]: cluster 2023-11-17T06:51:22.565629+0000 mgr.smithi045.tkkiao (mgr.14182) 242 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:24.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:23 smithi045 bash[25828]: cluster 2023-11-17T06:51:22.565629+0000 mgr.smithi045.tkkiao (mgr.14182) 242 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:25.392 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:51:25.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:25 smithi105 bash[28427]: cluster 2023-11-17T06:51:24.566219+0000 mgr.smithi045.tkkiao (mgr.14182) 243 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:26.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:25 smithi045 bash[25828]: cluster 2023-11-17T06:51:24.566219+0000 mgr.smithi045.tkkiao (mgr.14182) 243 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:27.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:27 smithi105 bash[28427]: cluster 2023-11-17T06:51:26.566832+0000 mgr.smithi045.tkkiao (mgr.14182) 244 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:28.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:27 smithi045 bash[25828]: cluster 2023-11-17T06:51:26.566832+0000 mgr.smithi045.tkkiao (mgr.14182) 244 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:28.124 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:51:28.126 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2023-11-17T06:51:28.700 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":229,"stamp":"2023-11-17T06:51:26.566534+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2379804,"kb_used_data":3036,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548644,"statfs":{"total":767926730752,"available":765489811456,"internally_reserved":0,"allocated":3108864,"data_stored":1225961,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2023-11-17T06:47:02.102649+0000","last_change":"2023-11-17T06:47:02.102649+0000","last_active":"2023-11-17T06:47:02.102649+0000","last_peered":"2023-11-17T06:47:02.102649+0000","last_clean":"2023-11-17T06:47:02.102649+0000","last_became_active":"2023-11-17T06:47:02.101610+0000","last_became_peered":"2023-11-17T06:47:02.101610+0000","last_unstale":"2023-11-17T06:47:02.102649+0000","last_undegraded":"2023-11-17T06:47:02.102649+0000","last_fullsized":"2023-11-17T06:47:02.102649+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-17T06:46:43.106994+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-17T06:46:43.106994+0000","last_clean_scrub_stamp":"2023-11-17T06:46:43.106994+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913790008,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.86899999999999999,"15min":0.88900000000000001},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.1539999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.88800000000000001},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.84999999999999998,"15min":0.83799999999999997},"min":{"1min":0.62,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.0980000000000001,"5min":1.214,"15min":1.214},"last":1.1819999999999999}]},{"osd":1,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.83099999999999996,"15min":0.82899999999999996},"min":{"1min":0.58799999999999997,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2130000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":0.76000000000000001},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.89600000000000002,"15min":0.86499999999999999},"min":{"1min":0.66100000000000003,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.1759999999999999,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.91800000000000004}]},{"osd":2,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.85699999999999998,"15min":0.874},"min":{"1min":0.66700000000000004,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.0029999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.96399999999999997,"15min":0.93200000000000005},"min":{"1min":0.80300000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":1.0089999999999999}]},{"osd":3,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.94999999999999996,"15min":0.94399999999999995},"min":{"1min":0.53100000000000003,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.347,"5min":1.347,"15min":1.347},"last":1.083},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.93100000000000005,"15min":0.93700000000000006},"min":{"1min":0.54800000000000004,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.254,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":0.96299999999999997}]},{"osd":4,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.97799999999999998},"min":{"1min":0.75600000000000001,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.272,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.129,"5min":1.0960000000000001,"15min":1.0640000000000001},"min":{"1min":0.85499999999999998,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.133}]},{"osd":5,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.121,"15min":1.1000000000000001},"min":{"1min":0.76500000000000001,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.546,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.2430000000000001},{"interface":"front","average":{"1min":1.153,"5min":1.1739999999999999,"15min":1.1759999999999999},"min":{"1min":0.879,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.456,"5min":1.573,"15min":1.573},"last":1.27}]},{"osd":6,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":1.228,"5min":1.2130000000000001,"15min":1.202},"min":{"1min":0.98699999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.5680000000000001,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":1.3240000000000001},{"interface":"front","average":{"1min":1.181,"5min":1.1779999999999999,"15min":1.1779999999999999},"min":{"1min":0.872,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.556,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.111}]}]},{"osd":5,"up_from":33,"seq":141733920826,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.88300000000000001,"15min":0.88800000000000001},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.1259999999999999,"5min":1.444,"15min":1.444},"last":1.1559999999999999},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.90600000000000003,"15min":0.92600000000000005},"min":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.1419999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.88600000000000001}]},{"osd":1,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":0.754,"5min":0.80600000000000005,"15min":0.85399999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.95399999999999996,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.90500000000000003,"15min":0.89000000000000001},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.92500000000000004}]},{"osd":2,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.99199999999999999,"15min":0.998},"min":{"1min":0.66600000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.2490000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.3320000000000001},{"interface":"front","average":{"1min":0.98599999999999999,"5min":1.008,"15min":1.046},"min":{"1min":0.71499999999999997,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.3520000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.1359999999999999}]},{"osd":3,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":1.0409999999999999,"15min":1.0409999999999999},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.3140000000000001,"5min":2.5190000000000001,"15min":2.5190000000000001},"last":1.242},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.97599999999999998,"15min":0.97399999999999998},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.2070000000000001}]},{"osd":4,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.107,"15min":1.147},"min":{"1min":0.82699999999999996,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.6599999999999999,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":1.556},{"interface":"front","average":{"1min":1.085,"5min":1.1399999999999999,"15min":1.161},"min":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.482,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":1.532}]},{"osd":6,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":1.244,"5min":1.236,"15min":1.274},"min":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.5800000000000001,"5min":1.768,"15min":1.768},"last":1.403},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.236,"15min":1.29},"min":{"1min":0.93700000000000006,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.643,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":1.6040000000000001}]},{"osd":7,"last update":"Fri Nov 17 06:51:04 2023","interfaces":[{"interface":"back","average":{"1min":1.3109999999999999,"5min":1.266,"15min":1.3029999999999999},"min":{"1min":0.90400000000000003,"5min":0.85999999999999999,"15min":0.85999999999999999},"max":{"1min":1.651,"5min":1.756,"15min":1.756},"last":1.506},{"interface":"front","average":{"1min":1.2470000000000001,"5min":1.24,"15min":1.2969999999999999},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.609,"5min":1.702,"15min":1.702},"last":1.4470000000000001}]}]},{"osd":1,"up_from":20,"seq":85899345979,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:52 2023","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.85099999999999998,"15min":0.875},"min":{"1min":0.625,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.02,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.877},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.85599999999999998,"15min":0.86699999999999999},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.131,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.68000000000000005}]},{"osd":2,"last update":"Fri Nov 17 06:50:52 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.94499999999999995,"15min":0.93300000000000005},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.266,"5min":1.329,"15min":1.329},"last":0.83399999999999996},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.0700000000000001,"15min":1.081},"min":{"1min":0.78700000000000003,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.2410000000000001,"5min":1.573,"15min":1.573},"last":0.71199999999999997}]},{"osd":3,"last update":"Fri Nov 17 06:50:52 2023","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.88200000000000001,"15min":0.83999999999999997},"min":{"1min":0.66400000000000003,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.028},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.871,"15min":0.83099999999999996},"min":{"1min":0.65600000000000003,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.80000000000000004}]},{"osd":4,"last update":"Fri Nov 17 06:50:52 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.93100000000000005,"15min":0.93000000000000005},"min":{"1min":0.71999999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.1120000000000001,"5min":1.286,"15min":1.286},"last":0.95199999999999996},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.103,"15min":1.1160000000000001},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.3400000000000001,"5min":1.496,"15min":1.496},"last":1.22}]},{"osd":5,"last update":"Fri Nov 17 06:51:01 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":0.97999999999999998,"15min":1.004},"min":{"1min":0.60699999999999998,"5min":0.5,"15min":0.5},"max":{"1min":1.389,"5min":1.508,"15min":1.508},"last":1.117},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0209999999999999,"15min":1.012},"min":{"1min":0.625,"5min":0.499,"15min":0.499},"max":{"1min":1.4219999999999999,"5min":1.45,"15min":1.45},"last":1.081}]},{"osd":6,"last update":"Fri Nov 17 06:50:58 2023","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.2010000000000001,"15min":1.2310000000000001},"min":{"1min":0.86499999999999999,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.518,"5min":1.9530000000000001,"15min":1.9530000000000001},"last":1.292},{"interface":"front","average":{"1min":1.222,"5min":1.1339999999999999,"15min":1.141},"min":{"1min":0.94199999999999995,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.5609999999999999,"5min":1.764,"15min":1.764},"last":0.97499999999999998}]},{"osd":7,"last update":"Fri Nov 17 06:51:01 2023","interfaces":[{"interface":"back","average":{"1min":1.28,"5min":1.268,"15min":1.3029999999999999},"min":{"1min":1.0549999999999999,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.512,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":1.381},{"interface":"front","average":{"1min":1.214,"5min":1.2110000000000001,"15min":1.248},"min":{"1min":0.93600000000000005,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.518,"5min":1.99,"15min":1.99},"last":1.1890000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476796,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152329,"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":"Fri Nov 17 06:50:51 2023","interfaces":[{"interface":"back","average":{"1min":0.79200000000000004,"5min":0.85099999999999998,"15min":0.84899999999999998},"min":{"1min":0.57999999999999996,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.2170000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.83999999999999997},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.85299999999999998,"15min":0.85199999999999998},"min":{"1min":0.69099999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.159,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.876}]},{"osd":2,"last update":"Fri Nov 17 06:50:51 2023","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.752,"15min":0.73199999999999998},"min":{"1min":0.52400000000000002,"5min":0.374,"15min":0.374},"max":{"1min":1.347,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.80300000000000005,"15min":0.79200000000000004},"min":{"1min":0.59699999999999998,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.05,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.61599999999999999}]},{"osd":3,"last update":"Fri Nov 17 06:50:56 2023","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.88800000000000001,"15min":0.88400000000000001},"min":{"1min":0.64300000000000002,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.236,"5min":1.385,"15min":1.385},"last":0.77600000000000002},{"interface":"front","average":{"1min":1.006,"5min":0.97099999999999997,"15min":0.96299999999999997},"min":{"1min":0.66300000000000003,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2270000000000001,"5min":1.571,"15min":1.571},"last":1.0069999999999999}]},{"osd":4,"last update":"Fri Nov 17 06:50:56 2023","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.86299999999999999,"15min":0.86199999999999999},"min":{"1min":0.63400000000000001,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.111,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.94999999999999996,"15min":0.92900000000000005},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2889999999999999,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":1.0780000000000001}]},{"osd":5,"last update":"Fri Nov 17 06:51:02 2023","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.0469999999999999,"15min":1.0249999999999999},"min":{"1min":0.84799999999999998,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.3049999999999999,"5min":1.516,"15min":1.516},"last":1.1899999999999999},{"interface":"front","average":{"1min":0.99299999999999999,"5min":1.0369999999999999,"15min":1.0489999999999999},"min":{"1min":0.77600000000000002,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.274,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.1100000000000001}]},{"osd":6,"last update":"Fri Nov 17 06:50:56 2023","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.099,"15min":1.079},"min":{"1min":0.76600000000000001,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.264,"5min":1.627,"15min":1.627},"last":1.1399999999999999},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.095,"15min":1.0880000000000001},"min":{"1min":0.74299999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.393,"5min":1.466,"15min":1.466},"last":1.0429999999999999}]},{"osd":7,"last update":"Fri Nov 17 06:51:02 2023","interfaces":[{"interface":"back","average":{"1min":1.264,"5min":1.226,"15min":1.194},"min":{"1min":1.107,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.6539999999999999,"5min":1.984,"15min":1.984},"last":1.597},{"interface":"front","average":{"1min":1.155,"5min":1.216,"15min":1.2150000000000001},"min":{"1min":1.02,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.3640000000000001,"5min":1.752,"15min":1.752},"last":1.1519999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345978,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:53 2023","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.68600000000000005,"15min":0.69599999999999995},"min":{"1min":0.56499999999999995,"5min":0.439,"15min":0.439},"max":{"1min":1.0600000000000001,"5min":1.0600000000000001,"15min":1.0600000000000001},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.76100000000000001,"5min":0.75800000000000001,"15min":0.76600000000000001},"min":{"1min":0.621,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.0509999999999999,"5min":1.224,"15min":1.224},"last":0.72799999999999998}]},{"osd":1,"last update":"Fri Nov 17 06:50:53 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.85199999999999998,"15min":0.83499999999999996},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.0620000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.093},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.95199999999999996,"15min":0.95799999999999996},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.161,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.93200000000000005}]},{"osd":3,"last update":"Fri Nov 17 06:50:53 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.96999999999999997,"15min":0.97799999999999998},"min":{"1min":0.82599999999999996,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.157,"5min":1.256,"15min":1.256},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.99199999999999999,"5min":1.0249999999999999,"15min":1.056},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.2070000000000001,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":1.2190000000000001}]},{"osd":4,"last update":"Fri Nov 17 06:50:53 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.92800000000000005,"15min":0.95799999999999996},"min":{"1min":0.72599999999999998,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.081,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.80600000000000005},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.93200000000000005,"15min":0.95799999999999996},"min":{"1min":0.75,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.014,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.1739999999999999}]},{"osd":5,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.1080000000000001,"15min":1.1519999999999999},"min":{"1min":0.88400000000000001,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.274,"5min":1.411,"15min":1.411},"last":0.86499999999999999},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.0980000000000001,"15min":1.1419999999999999},"min":{"1min":0.83799999999999997,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.3440000000000001,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":0.96899999999999997}]},{"osd":6,"last update":"Fri Nov 17 06:50:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.087,"15min":1.139},"min":{"1min":0.80000000000000004,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.236,"5min":1.504,"15min":1.504},"last":0.88200000000000001},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.1579999999999999,"15min":1.198},"min":{"1min":1.008,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.2909999999999999,"5min":2.0430000000000001,"15min":2.0430000000000001},"last":1.474}]},{"osd":7,"last update":"Fri Nov 17 06:51:08 2023","interfaces":[{"interface":"back","average":{"1min":1.2589999999999999,"5min":1.224,"15min":1.252},"min":{"1min":0.97299999999999998,"5min":0.94699999999999995,"15min":0.94699999999999995},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.6970000000000001},{"interface":"front","average":{"1min":1.204,"5min":1.194,"15min":1.2030000000000001},"min":{"1min":1.1100000000000001,"5min":0.98099999999999998,"15min":0.98099999999999998},"max":{"1min":1.3420000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.1200000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182458,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.68100000000000005,"5min":0.68700000000000006,"15min":0.66900000000000004},"min":{"1min":0.55000000000000004,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.89700000000000002,"5min":1.365,"15min":1.365},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.78300000000000003,"15min":0.80100000000000005},"min":{"1min":0.55800000000000005,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.018,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.90200000000000002}]},{"osd":1,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.88,"15min":0.85799999999999998},"min":{"1min":0.74199999999999999,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.137,"5min":1.226,"15min":1.226},"last":0.96499999999999997},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.876,"15min":0.84999999999999998},"min":{"1min":0.76600000000000001,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.075,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.93200000000000005}]},{"osd":2,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.77600000000000002,"5min":0.79200000000000004,"15min":0.78500000000000003},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.0149999999999999,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.86499999999999999,"15min":0.85599999999999998},"min":{"1min":0.58599999999999997,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.77700000000000002}]},{"osd":3,"last update":"Fri Nov 17 06:51:01 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.98199999999999998,"15min":0.98099999999999998},"min":{"1min":0.755,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.276,"5min":1.329,"15min":1.329},"last":1.1200000000000001},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.97199999999999998,"15min":0.97999999999999998},"min":{"1min":0.73499999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.208,"5min":1.304,"15min":1.304},"last":1.0389999999999999}]},{"osd":5,"last update":"Fri Nov 17 06:51:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0609999999999999},"min":{"1min":0.90200000000000002,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.244,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.0820000000000001},{"interface":"front","average":{"1min":1.1990000000000001,"5min":1.1679999999999999,"15min":1.177},"min":{"1min":1.0529999999999999,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.5249999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.3580000000000001}]},{"osd":6,"last update":"Fri Nov 17 06:51:01 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.68799999999999994,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.2490000000000001,"5min":1.391,"15min":1.391},"last":1.153},{"interface":"front","average":{"1min":1.155,"5min":1.127,"15min":1.1279999999999999},"min":{"1min":0.82099999999999995,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.454,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.2170000000000001}]},{"osd":7,"last update":"Fri Nov 17 06:51:04 2023","interfaces":[{"interface":"back","average":{"1min":1.254,"5min":1.22,"15min":1.206},"min":{"1min":1.0640000000000001,"5min":0.873,"15min":0.873},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":1.2929999999999999},{"interface":"front","average":{"1min":1.1799999999999999,"5min":1.153,"15min":1.1479999999999999},"min":{"1min":1.0049999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"max":{"1min":1.5129999999999999,"5min":1.522,"15min":1.522},"last":1.1990000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117050,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.95299999999999996,"15min":0.96699999999999997},"min":{"1min":0.627,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2130000000000001,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.995,"15min":0.98899999999999999},"min":{"1min":0.84999999999999998,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.179,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.224}]},{"osd":1,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.79900000000000004,"15min":0.81599999999999995},"min":{"1min":0.58899999999999997,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.161,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.72299999999999998},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.79400000000000004,"15min":0.77100000000000002},"min":{"1min":0.59799999999999998,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.208,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":1.123}]},{"osd":2,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.86399999999999999,"15min":0.86599999999999999},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.238,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":1.085},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.97599999999999998,"15min":0.97599999999999998},"min":{"1min":0.81999999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.214,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":0.93100000000000005}]},{"osd":4,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.0449999999999999,"15min":1.01},"min":{"1min":0.89800000000000002,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.3120000000000001,"5min":1.371,"15min":1.371},"last":1.4059999999999999},{"interface":"front","average":{"1min":1.133,"5min":1.077,"15min":1.0640000000000001},"min":{"1min":0.79400000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.4470000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.98599999999999999}]},{"osd":5,"last update":"Fri Nov 17 06:51:02 2023","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.016,"15min":0.98399999999999999},"min":{"1min":0.74299999999999999,"5min":0.372,"15min":0.372},"max":{"1min":3.1680000000000001,"5min":3.1680000000000001,"15min":3.1680000000000001},"last":1.339},{"interface":"front","average":{"1min":1.119,"5min":1.0329999999999999,"15min":1.0429999999999999},"min":{"1min":0.82399999999999995,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":2.306,"5min":2.306,"15min":2.306},"last":1.641}]},{"osd":6,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.0720000000000001,"15min":1.0529999999999999},"min":{"1min":0.88200000000000001,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.353,"5min":1.387,"15min":1.387},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.173,"5min":1.1200000000000001,"15min":1.111},"min":{"1min":0.96299999999999997,"5min":0.623,"15min":0.623},"max":{"1min":1.339,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.028}]},{"osd":7,"last update":"Fri Nov 17 06:51:02 2023","interfaces":[{"interface":"back","average":{"1min":1.3400000000000001,"5min":1.216,"15min":1.224},"min":{"1min":1.115,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":2.6760000000000002,"5min":2.6760000000000002,"15min":2.6760000000000002},"last":1.444},{"interface":"front","average":{"1min":1.3400000000000001,"5min":1.2509999999999999,"15min":1.2490000000000001},"min":{"1min":1.069,"5min":0.62,"15min":0.62},"max":{"1min":2.9740000000000002,"5min":2.9740000000000002,"15min":2.9740000000000002},"last":1.3140000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051641,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.70199999999999996,"15min":0.68000000000000005},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.95599999999999996,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.77300000000000002,"15min":0.73999999999999999},"min":{"1min":0.55100000000000005,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.238,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":1.2010000000000001}]},{"osd":1,"last update":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.82899999999999996,"15min":0.81299999999999994},"min":{"1min":0.72199999999999998,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.1870000000000001,"5min":1.196,"15min":1.196},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.97299999999999998,"5min":0.92800000000000005,"15min":0.91400000000000003},"min":{"1min":0.77100000000000002,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":1.095}]},{"osd":2,"last update":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.85699999999999998,"15min":0.85899999999999999},"min":{"1min":0.65700000000000003,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0900000000000001,"5min":1.516,"15min":1.516},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.875,"15min":0.86899999999999999},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1859999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.3}]},{"osd":3,"last update":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.90400000000000003,"15min":0.90200000000000002},"min":{"1min":0.67600000000000005,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.155,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.69699999999999995},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0349999999999999,"15min":1.0620000000000001},"min":{"1min":0.83699999999999997,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.2509999999999999,"5min":1.637,"15min":1.637},"last":0.91100000000000003}]},{"osd":4,"last update":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.97499999999999998,"15min":0.97799999999999998},"min":{"1min":0.69699999999999995,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.238,"5min":1.7889999999999999,"15min":1.7889999999999999},"last":1.3480000000000001},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.0609999999999999,"15min":1.0509999999999999},"min":{"1min":0.81299999999999994,"5min":0.745,"15min":0.745},"max":{"1min":1.3129999999999999,"5min":1.8260000000000001,"15min":1.8260000000000001},"last":1.0629999999999999}]},{"osd":5,"last update":"Fri Nov 17 06:51:06 2023","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.0700000000000001,"15min":1.0669999999999999},"min":{"1min":0.86899999999999999,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3340000000000001,"5min":1.387,"15min":1.387},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.1519999999999999,"15min":1.135},"min":{"1min":0.96999999999999997,"5min":0.878,"15min":0.878},"max":{"1min":1.734,"5min":1.734,"15min":1.734},"last":1.2390000000000001}]},{"osd":7,"last update":"Fri Nov 17 06:51:17 2023","interfaces":[{"interface":"back","average":{"1min":1.26,"5min":1.2190000000000001,"15min":1.2310000000000001},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.7110000000000001,"5min":1.915,"15min":1.915},"last":1.7709999999999999},{"interface":"front","average":{"1min":1.244,"5min":1.208,"15min":1.196},"min":{"1min":1.0449999999999999,"5min":0.97899999999999998,"15min":0.97899999999999998},"max":{"1min":1.6319999999999999,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":1.177}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-17T06:51:28.701 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph pg dump --format=json 2023-11-17T06:51:29.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:29 smithi105 bash[28427]: audit 2023-11-17T06:51:28.117354+0000 mgr.smithi045.tkkiao (mgr.14182) 245 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:51:29.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:29 smithi105 bash[28427]: cluster 2023-11-17T06:51:28.567410+0000 mgr.smithi045.tkkiao (mgr.14182) 246 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:30.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:29 smithi045 bash[25828]: audit 2023-11-17T06:51:28.117354+0000 mgr.smithi045.tkkiao (mgr.14182) 245 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:51:30.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:29 smithi045 bash[25828]: cluster 2023-11-17T06:51:28.567410+0000 mgr.smithi045.tkkiao (mgr.14182) 246 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:31.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:31 smithi105 bash[28427]: cluster 2023-11-17T06:51:30.568090+0000 mgr.smithi045.tkkiao (mgr.14182) 247 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:32.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:31 smithi045 bash[25828]: cluster 2023-11-17T06:51:30.568090+0000 mgr.smithi045.tkkiao (mgr.14182) 247 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:33.542 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:51:33.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:33 smithi105 bash[28427]: cluster 2023-11-17T06:51:32.568683+0000 mgr.smithi045.tkkiao (mgr.14182) 248 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:34.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:33 smithi045 bash[25828]: cluster 2023-11-17T06:51:32.568683+0000 mgr.smithi045.tkkiao (mgr.14182) 248 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:35.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:35 smithi105 bash[28427]: cluster 2023-11-17T06:51:34.569314+0000 mgr.smithi045.tkkiao (mgr.14182) 249 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:35.922 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:35 smithi045 bash[25828]: cluster 2023-11-17T06:51:34.569314+0000 mgr.smithi045.tkkiao (mgr.14182) 249 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:36.267 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:51:36.269 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2023-11-17T06:51:36.810 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":233,"stamp":"2023-11-17T06:51:34.568995+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2379804,"kb_used_data":3036,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548644,"statfs":{"total":767926730752,"available":765489811456,"internally_reserved":0,"allocated":3108864,"data_stored":1225961,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2023-11-17T06:47:02.102649+0000","last_change":"2023-11-17T06:47:02.102649+0000","last_active":"2023-11-17T06:47:02.102649+0000","last_peered":"2023-11-17T06:47:02.102649+0000","last_clean":"2023-11-17T06:47:02.102649+0000","last_became_active":"2023-11-17T06:47:02.101610+0000","last_became_peered":"2023-11-17T06:47:02.101610+0000","last_unstale":"2023-11-17T06:47:02.102649+0000","last_undegraded":"2023-11-17T06:47:02.102649+0000","last_fullsized":"2023-11-17T06:47:02.102649+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-17T06:46:43.106994+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-17T06:46:43.106994+0000","last_clean_scrub_stamp":"2023-11-17T06:46:43.106994+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913790009,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.86899999999999999,"15min":0.88900000000000001},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.1539999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.84999999999999998,"15min":0.83799999999999997},"min":{"1min":0.62,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.0980000000000001,"5min":1.214,"15min":1.214},"last":1.05}]},{"osd":1,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.83099999999999996,"15min":0.82899999999999996},"min":{"1min":0.58799999999999997,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2130000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.0169999999999999},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.89600000000000002,"15min":0.86499999999999999},"min":{"1min":0.66100000000000003,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.1759999999999999,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.85299999999999998}]},{"osd":2,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.85699999999999998,"15min":0.874},"min":{"1min":0.66700000000000004,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.0029999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.96399999999999997,"15min":0.93200000000000005},"min":{"1min":0.80300000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":1.1319999999999999}]},{"osd":3,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.94999999999999996,"15min":0.94399999999999995},"min":{"1min":0.53100000000000003,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.347,"5min":1.347,"15min":1.347},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.93100000000000005,"15min":0.93700000000000006},"min":{"1min":0.54800000000000004,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.254,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":0.98399999999999999}]},{"osd":4,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.97799999999999998},"min":{"1min":0.75600000000000001,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.272,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.101},{"interface":"front","average":{"1min":1.129,"5min":1.0960000000000001,"15min":1.0640000000000001},"min":{"1min":0.85499999999999998,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.93000000000000005}]},{"osd":5,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.121,"15min":1.1000000000000001},"min":{"1min":0.76500000000000001,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.546,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.82599999999999996},{"interface":"front","average":{"1min":1.153,"5min":1.1739999999999999,"15min":1.1759999999999999},"min":{"1min":0.879,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.456,"5min":1.573,"15min":1.573},"last":0.95099999999999996}]},{"osd":6,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":1.228,"5min":1.2130000000000001,"15min":1.202},"min":{"1min":0.98699999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.5680000000000001,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":1.1719999999999999},{"interface":"front","average":{"1min":1.181,"5min":1.1779999999999999,"15min":1.1779999999999999},"min":{"1min":0.872,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.556,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.90600000000000003}]}]},{"osd":5,"up_from":33,"seq":141733920827,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.88300000000000001,"15min":0.88800000000000001},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.1259999999999999,"5min":1.444,"15min":1.444},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.90600000000000003,"15min":0.92600000000000005},"min":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.1419999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.78800000000000003}]},{"osd":1,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":0.754,"5min":0.80600000000000005,"15min":0.85399999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.95399999999999996,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.90500000000000003,"15min":0.89000000000000001},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.84999999999999998}]},{"osd":2,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.99199999999999999,"15min":0.998},"min":{"1min":0.66600000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.2490000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":0.98599999999999999,"5min":1.008,"15min":1.046},"min":{"1min":0.71499999999999997,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.3520000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.022}]},{"osd":3,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":1.0409999999999999,"15min":1.0409999999999999},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.3140000000000001,"5min":2.5190000000000001,"15min":2.5190000000000001},"last":0.66900000000000004},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.97599999999999998,"15min":0.97399999999999998},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":0.995}]},{"osd":4,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.107,"15min":1.147},"min":{"1min":0.82699999999999996,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.6599999999999999,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":0.90600000000000003},{"interface":"front","average":{"1min":1.085,"5min":1.1399999999999999,"15min":1.161},"min":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.482,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":0.93999999999999995}]},{"osd":6,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":1.244,"5min":1.236,"15min":1.274},"min":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.5800000000000001,"5min":1.768,"15min":1.768},"last":1.1200000000000001},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.236,"15min":1.29},"min":{"1min":0.93700000000000006,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.643,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":1.1439999999999999}]},{"osd":7,"last update":"Fri Nov 17 06:51:04 2023","interfaces":[{"interface":"back","average":{"1min":1.3109999999999999,"5min":1.266,"15min":1.3029999999999999},"min":{"1min":0.90400000000000003,"5min":0.85999999999999999,"15min":0.85999999999999999},"max":{"1min":1.651,"5min":1.756,"15min":1.756},"last":1.214},{"interface":"front","average":{"1min":1.2470000000000001,"5min":1.24,"15min":1.2969999999999999},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.609,"5min":1.702,"15min":1.702},"last":1.242}]}]},{"osd":1,"up_from":20,"seq":85899345981,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:52 2023","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.85099999999999998,"15min":0.875},"min":{"1min":0.625,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.02,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.85599999999999998,"15min":0.86699999999999999},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.131,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.745}]},{"osd":2,"last update":"Fri Nov 17 06:50:52 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.94499999999999995,"15min":0.93300000000000005},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.266,"5min":1.329,"15min":1.329},"last":1.111},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.0700000000000001,"15min":1.081},"min":{"1min":0.78700000000000003,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.2410000000000001,"5min":1.573,"15min":1.573},"last":1.083}]},{"osd":3,"last update":"Fri Nov 17 06:50:52 2023","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.88200000000000001,"15min":0.83999999999999997},"min":{"1min":0.66400000000000003,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.871,"15min":0.83099999999999996},"min":{"1min":0.65600000000000003,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.008}]},{"osd":4,"last update":"Fri Nov 17 06:50:52 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.93100000000000005,"15min":0.93000000000000005},"min":{"1min":0.71999999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.1120000000000001,"5min":1.286,"15min":1.286},"last":1.0249999999999999},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.103,"15min":1.1160000000000001},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.3400000000000001,"5min":1.496,"15min":1.496},"last":0.96599999999999997}]},{"osd":5,"last update":"Fri Nov 17 06:51:01 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":0.97999999999999998,"15min":1.004},"min":{"1min":0.60699999999999998,"5min":0.5,"15min":0.5},"max":{"1min":1.389,"5min":1.508,"15min":1.508},"last":0.92800000000000005},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0209999999999999,"15min":1.012},"min":{"1min":0.625,"5min":0.499,"15min":0.499},"max":{"1min":1.4219999999999999,"5min":1.45,"15min":1.45},"last":1.234}]},{"osd":6,"last update":"Fri Nov 17 06:50:58 2023","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.2010000000000001,"15min":1.2310000000000001},"min":{"1min":0.86499999999999999,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.518,"5min":1.9530000000000001,"15min":1.9530000000000001},"last":1.147},{"interface":"front","average":{"1min":1.222,"5min":1.1339999999999999,"15min":1.141},"min":{"1min":0.94199999999999995,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.5609999999999999,"5min":1.764,"15min":1.764},"last":1.1879999999999999}]},{"osd":7,"last update":"Fri Nov 17 06:51:01 2023","interfaces":[{"interface":"back","average":{"1min":1.28,"5min":1.268,"15min":1.3029999999999999},"min":{"1min":1.0549999999999999,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.512,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":1.2110000000000001},{"interface":"front","average":{"1min":1.214,"5min":1.2110000000000001,"15min":1.248},"min":{"1min":0.93600000000000005,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.518,"5min":1.99,"15min":1.99},"last":1.514}]}]},{"osd":0,"up_from":16,"seq":68719476798,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152329,"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":"Fri Nov 17 06:50:51 2023","interfaces":[{"interface":"back","average":{"1min":0.79200000000000004,"5min":0.85099999999999998,"15min":0.84899999999999998},"min":{"1min":0.57999999999999996,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.2170000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.85299999999999998,"15min":0.85199999999999998},"min":{"1min":0.69099999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.159,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.94899999999999995}]},{"osd":2,"last update":"Fri Nov 17 06:50:51 2023","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.752,"15min":0.73199999999999998},"min":{"1min":0.52400000000000002,"5min":0.374,"15min":0.374},"max":{"1min":1.347,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.80300000000000005,"15min":0.79200000000000004},"min":{"1min":0.59699999999999998,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.05,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.91500000000000004}]},{"osd":3,"last update":"Fri Nov 17 06:50:56 2023","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.88800000000000001,"15min":0.88400000000000001},"min":{"1min":0.64300000000000002,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.236,"5min":1.385,"15min":1.385},"last":0.81299999999999994},{"interface":"front","average":{"1min":1.006,"5min":0.97099999999999997,"15min":0.96299999999999997},"min":{"1min":0.66300000000000003,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2270000000000001,"5min":1.571,"15min":1.571},"last":0.78100000000000003}]},{"osd":4,"last update":"Fri Nov 17 06:50:56 2023","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.86299999999999999,"15min":0.86199999999999999},"min":{"1min":0.63400000000000001,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.111,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.94999999999999996,"15min":0.92900000000000005},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2889999999999999,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":0.871}]},{"osd":5,"last update":"Fri Nov 17 06:51:02 2023","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.0469999999999999,"15min":1.0249999999999999},"min":{"1min":0.84799999999999998,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.3049999999999999,"5min":1.516,"15min":1.516},"last":1.02},{"interface":"front","average":{"1min":0.99299999999999999,"5min":1.0369999999999999,"15min":1.0489999999999999},"min":{"1min":0.77600000000000002,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.274,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.0029999999999999}]},{"osd":6,"last update":"Fri Nov 17 06:50:56 2023","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.099,"15min":1.079},"min":{"1min":0.76600000000000001,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.264,"5min":1.627,"15min":1.627},"last":0.97699999999999998},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.095,"15min":1.0880000000000001},"min":{"1min":0.74299999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.393,"5min":1.466,"15min":1.466},"last":1.0429999999999999}]},{"osd":7,"last update":"Fri Nov 17 06:51:02 2023","interfaces":[{"interface":"back","average":{"1min":1.264,"5min":1.226,"15min":1.194},"min":{"1min":1.107,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.6539999999999999,"5min":1.984,"15min":1.984},"last":1.075},{"interface":"front","average":{"1min":1.155,"5min":1.216,"15min":1.2150000000000001},"min":{"1min":1.02,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.3640000000000001,"5min":1.752,"15min":1.752},"last":1.1080000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345980,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:53 2023","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.68600000000000005,"15min":0.69599999999999995},"min":{"1min":0.56499999999999995,"5min":0.439,"15min":0.439},"max":{"1min":1.0600000000000001,"5min":1.0600000000000001,"15min":1.0600000000000001},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.76100000000000001,"5min":0.75800000000000001,"15min":0.76600000000000001},"min":{"1min":0.621,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.0509999999999999,"5min":1.224,"15min":1.224},"last":0.69899999999999995}]},{"osd":1,"last update":"Fri Nov 17 06:50:53 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.85199999999999998,"15min":0.83499999999999996},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.0620000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.95199999999999996,"15min":0.95799999999999996},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.161,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.89300000000000002}]},{"osd":3,"last update":"Fri Nov 17 06:50:53 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.96999999999999997,"15min":0.97799999999999998},"min":{"1min":0.82599999999999996,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.157,"5min":1.256,"15min":1.256},"last":0.83599999999999997},{"interface":"front","average":{"1min":0.99199999999999999,"5min":1.0249999999999999,"15min":1.056},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.2070000000000001,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.97099999999999997}]},{"osd":4,"last update":"Fri Nov 17 06:50:53 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.92800000000000005,"15min":0.95799999999999996},"min":{"1min":0.72599999999999998,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.081,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.079},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.93200000000000005,"15min":0.95799999999999996},"min":{"1min":0.75,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.014,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.1899999999999999}]},{"osd":5,"last update":"Fri Nov 17 06:51:05 2023","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.1080000000000001,"15min":1.1519999999999999},"min":{"1min":0.88400000000000001,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.274,"5min":1.411,"15min":1.411},"last":1.153},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.0980000000000001,"15min":1.1419999999999999},"min":{"1min":0.83799999999999997,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.3440000000000001,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":1.03}]},{"osd":6,"last update":"Fri Nov 17 06:50:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.087,"15min":1.139},"min":{"1min":0.80000000000000004,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.236,"5min":1.504,"15min":1.504},"last":1.127},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.1579999999999999,"15min":1.198},"min":{"1min":1.008,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.2909999999999999,"5min":2.0430000000000001,"15min":2.0430000000000001},"last":1.1060000000000001}]},{"osd":7,"last update":"Fri Nov 17 06:51:08 2023","interfaces":[{"interface":"back","average":{"1min":1.2589999999999999,"5min":1.224,"15min":1.252},"min":{"1min":0.97299999999999998,"5min":0.94699999999999995,"15min":0.94699999999999995},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.248},{"interface":"front","average":{"1min":1.204,"5min":1.194,"15min":1.2030000000000001},"min":{"1min":1.1100000000000001,"5min":0.98099999999999998,"15min":0.98099999999999998},"max":{"1min":1.3420000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.2350000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182460,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.68100000000000005,"5min":0.68700000000000006,"15min":0.66900000000000004},"min":{"1min":0.55000000000000004,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.89700000000000002,"5min":1.365,"15min":1.365},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.78300000000000003,"15min":0.80100000000000005},"min":{"1min":0.55800000000000005,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.018,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.73499999999999999}]},{"osd":1,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.88,"15min":0.85799999999999998},"min":{"1min":0.74199999999999999,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.137,"5min":1.226,"15min":1.226},"last":1.097},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.876,"15min":0.84999999999999998},"min":{"1min":0.76600000000000001,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.075,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.876}]},{"osd":2,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.77600000000000002,"5min":0.79200000000000004,"15min":0.78500000000000003},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.0149999999999999,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.98599999999999999},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.86499999999999999,"15min":0.85599999999999998},"min":{"1min":0.58599999999999997,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.95699999999999996}]},{"osd":3,"last update":"Fri Nov 17 06:51:01 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.98199999999999998,"15min":0.98099999999999998},"min":{"1min":0.755,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.276,"5min":1.329,"15min":1.329},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.97199999999999998,"15min":0.97999999999999998},"min":{"1min":0.73499999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.208,"5min":1.304,"15min":1.304},"last":1.1259999999999999}]},{"osd":5,"last update":"Fri Nov 17 06:51:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0609999999999999},"min":{"1min":0.90200000000000002,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.244,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.159},{"interface":"front","average":{"1min":1.1990000000000001,"5min":1.1679999999999999,"15min":1.177},"min":{"1min":1.0529999999999999,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.5249999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.202}]},{"osd":6,"last update":"Fri Nov 17 06:51:01 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.68799999999999994,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.2490000000000001,"5min":1.391,"15min":1.391},"last":1.2689999999999999},{"interface":"front","average":{"1min":1.155,"5min":1.127,"15min":1.1279999999999999},"min":{"1min":0.82099999999999995,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.454,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.2569999999999999}]},{"osd":7,"last update":"Fri Nov 17 06:51:04 2023","interfaces":[{"interface":"back","average":{"1min":1.254,"5min":1.22,"15min":1.206},"min":{"1min":1.0640000000000001,"5min":0.873,"15min":0.873},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":1.294},{"interface":"front","average":{"1min":1.1799999999999999,"5min":1.153,"15min":1.1479999999999999},"min":{"1min":1.0049999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"max":{"1min":1.5129999999999999,"5min":1.522,"15min":1.522},"last":1.1919999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117052,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.95299999999999996,"15min":0.96699999999999997},"min":{"1min":0.627,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2130000000000001,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":0.99199999999999999},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.995,"15min":0.98899999999999999},"min":{"1min":0.84999999999999998,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.179,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.80500000000000005}]},{"osd":1,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.79900000000000004,"15min":0.81599999999999995},"min":{"1min":0.58899999999999997,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.161,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.79400000000000004,"15min":0.77100000000000002},"min":{"1min":0.59799999999999998,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.208,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.63300000000000001}]},{"osd":2,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.86399999999999999,"15min":0.86599999999999999},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.238,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":0.95699999999999996},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.97599999999999998,"15min":0.97599999999999998},"min":{"1min":0.81999999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.214,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":0.72199999999999998}]},{"osd":4,"last update":"Fri Nov 17 06:50:55 2023","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.0449999999999999,"15min":1.01},"min":{"1min":0.89800000000000002,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.3120000000000001,"5min":1.371,"15min":1.371},"last":1.0580000000000001},{"interface":"front","average":{"1min":1.133,"5min":1.077,"15min":1.0640000000000001},"min":{"1min":0.79400000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.4470000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.109}]},{"osd":5,"last update":"Fri Nov 17 06:51:02 2023","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.016,"15min":0.98399999999999999},"min":{"1min":0.74299999999999999,"5min":0.372,"15min":0.372},"max":{"1min":3.1680000000000001,"5min":3.1680000000000001,"15min":3.1680000000000001},"last":0.91300000000000003},{"interface":"front","average":{"1min":1.119,"5min":1.0329999999999999,"15min":1.0429999999999999},"min":{"1min":0.82399999999999995,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":2.306,"5min":2.306,"15min":2.306},"last":1.177}]},{"osd":6,"last update":"Fri Nov 17 06:51:00 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.0720000000000001,"15min":1.0529999999999999},"min":{"1min":0.88200000000000001,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.353,"5min":1.387,"15min":1.387},"last":1.0249999999999999},{"interface":"front","average":{"1min":1.173,"5min":1.1200000000000001,"15min":1.111},"min":{"1min":0.96299999999999997,"5min":0.623,"15min":0.623},"max":{"1min":1.339,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.141}]},{"osd":7,"last update":"Fri Nov 17 06:51:02 2023","interfaces":[{"interface":"back","average":{"1min":1.3400000000000001,"5min":1.216,"15min":1.224},"min":{"1min":1.115,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":2.6760000000000002,"5min":2.6760000000000002,"15min":2.6760000000000002},"last":1.087},{"interface":"front","average":{"1min":1.3400000000000001,"5min":1.2509999999999999,"15min":1.2490000000000001},"min":{"1min":1.069,"5min":0.62,"15min":0.62},"max":{"1min":2.9740000000000002,"5min":2.9740000000000002,"15min":2.9740000000000002},"last":1.4430000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051642,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153376,"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":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.70199999999999996,"15min":0.68000000000000005},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.95599999999999996,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.878},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.77300000000000002,"15min":0.73999999999999999},"min":{"1min":0.55100000000000005,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.238,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.68100000000000005}]},{"osd":1,"last update":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.82899999999999996,"15min":0.81299999999999994},"min":{"1min":0.72199999999999998,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.1870000000000001,"5min":1.196,"15min":1.196},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.97299999999999998,"5min":0.92800000000000005,"15min":0.91400000000000003},"min":{"1min":0.77100000000000002,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":1.165}]},{"osd":2,"last update":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.85699999999999998,"15min":0.85899999999999999},"min":{"1min":0.65700000000000003,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0900000000000001,"5min":1.516,"15min":1.516},"last":1.0049999999999999},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.875,"15min":0.86899999999999999},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1859999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.76500000000000001}]},{"osd":3,"last update":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.90400000000000003,"15min":0.90200000000000002},"min":{"1min":0.67600000000000005,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.155,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0349999999999999,"15min":1.0620000000000001},"min":{"1min":0.83699999999999997,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.2509999999999999,"5min":1.637,"15min":1.637},"last":1.226}]},{"osd":4,"last update":"Fri Nov 17 06:50:59 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.97499999999999998,"15min":0.97799999999999998},"min":{"1min":0.69699999999999995,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.238,"5min":1.7889999999999999,"15min":1.7889999999999999},"last":0.85299999999999998},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.0609999999999999,"15min":1.0509999999999999},"min":{"1min":0.81299999999999994,"5min":0.745,"15min":0.745},"max":{"1min":1.3129999999999999,"5min":1.8260000000000001,"15min":1.8260000000000001},"last":0.93000000000000005}]},{"osd":5,"last update":"Fri Nov 17 06:51:06 2023","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.0700000000000001,"15min":1.0669999999999999},"min":{"1min":0.86899999999999999,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3340000000000001,"5min":1.387,"15min":1.387},"last":0.99099999999999999},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.1519999999999999,"15min":1.135},"min":{"1min":0.96999999999999997,"5min":0.878,"15min":0.878},"max":{"1min":1.734,"5min":1.734,"15min":1.734},"last":1.0840000000000001}]},{"osd":7,"last update":"Fri Nov 17 06:51:17 2023","interfaces":[{"interface":"back","average":{"1min":1.26,"5min":1.2190000000000001,"15min":1.2310000000000001},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.7110000000000001,"5min":1.915,"15min":1.915},"last":0.95599999999999996},{"interface":"front","average":{"1min":1.244,"5min":1.208,"15min":1.196},"min":{"1min":1.0449999999999999,"5min":0.97899999999999998,"15min":0.97899999999999998},"max":{"1min":1.6319999999999999,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":1.036}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-17T06:51:36.812 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-17T06:51:36.812 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-17T06:51:36.812 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-17T06:51:36.812 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph health --format=json 2023-11-17T06:51:37.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:37 smithi105 bash[28427]: audit 2023-11-17T06:51:36.257704+0000 mgr.smithi045.tkkiao (mgr.14182) 250 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:51:37.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:37 smithi105 bash[28427]: cluster 2023-11-17T06:51:36.569873+0000 mgr.smithi045.tkkiao (mgr.14182) 251 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:38.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:37 smithi045 bash[25828]: audit 2023-11-17T06:51:36.257704+0000 mgr.smithi045.tkkiao (mgr.14182) 250 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:51:38.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:37 smithi045 bash[25828]: cluster 2023-11-17T06:51:36.569873+0000 mgr.smithi045.tkkiao (mgr.14182) 251 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:39.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:39 smithi105 bash[28427]: cluster 2023-11-17T06:51:38.570471+0000 mgr.smithi045.tkkiao (mgr.14182) 252 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:40.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:39 smithi045 bash[25828]: cluster 2023-11-17T06:51:38.570471+0000 mgr.smithi045.tkkiao (mgr.14182) 252 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:41.654 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/mon.smithi045/config 2023-11-17T06:51:41.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:41 smithi105 bash[28427]: cluster 2023-11-17T06:51:40.571090+0000 mgr.smithi045.tkkiao (mgr.14182) 253 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:42.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:41 smithi045 bash[25828]: cluster 2023-11-17T06:51:40.571090+0000 mgr.smithi045.tkkiao (mgr.14182) 253 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:43.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:43 smithi105 bash[28427]: cluster 2023-11-17T06:51:42.571696+0000 mgr.smithi045.tkkiao (mgr.14182) 254 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:43.938 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:43 smithi045 bash[25828]: cluster 2023-11-17T06:51:42.571696+0000 mgr.smithi045.tkkiao (mgr.14182) 254 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:44.406 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:51:44.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:44 smithi045 bash[25828]: audit 2023-11-17T06:51:44.404731+0000 mon.smithi045 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.45:0/58259647' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-17T06:51:45.010 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-17T06:51:45.011 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-17T06:51:45.011 INFO:tasks.cephadm:Setup complete, yielding 2023-11-17T06:51:45.011 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T06:51:45.023 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T06:51:45.023 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-17T06:51:45.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:44 smithi105 bash[28427]: audit 2023-11-17T06:51:44.404731+0000 mon.smithi045 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.45:0/58259647' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-17T06:51:46.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:45 smithi045 bash[25828]: cluster 2023-11-17T06:51:44.572330+0000 mgr.smithi045.tkkiao (mgr.14182) 255 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:46.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:45 smithi105 bash[28427]: cluster 2023-11-17T06:51:44.572330+0000 mgr.smithi045.tkkiao (mgr.14182) 255 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:47.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:47 smithi045 bash[25828]: cluster 2023-11-17T06:51:46.572954+0000 mgr.smithi045.tkkiao (mgr.14182) 256 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:47.928 INFO:teuthology.orchestra.run.smithi045.stdout:Backend: cephadm 2023-11-17T06:51:47.929 INFO:teuthology.orchestra.run.smithi045.stdout:Available: Yes 2023-11-17T06:51:47.929 INFO:teuthology.orchestra.run.smithi045.stdout:Paused: No 2023-11-17T06:51:48.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:47 smithi105 bash[28427]: cluster 2023-11-17T06:51:46.572954+0000 mgr.smithi045.tkkiao (mgr.14182) 256 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:48.523 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-17T06:51:48.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:48 smithi045 bash[25828]: audit 2023-11-17T06:51:47.926490+0000 mgr.smithi045.tkkiao (mgr.14182) 257 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:51:49.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:48 smithi105 bash[28427]: audit 2023-11-17T06:51:47.926490+0000 mgr.smithi045.tkkiao (mgr.14182) 257 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:51:49.824 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:49 smithi045 bash[25828]: cluster 2023-11-17T06:51:48.573544+0000 mgr.smithi045.tkkiao (mgr.14182) 258 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:50.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:49 smithi105 bash[28427]: cluster 2023-11-17T06:51:48.573544+0000 mgr.smithi045.tkkiao (mgr.14182) 258 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:51.465 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (6m) 49s ago 7m 14.0M - 0.23.0 ba2b418f427c 90018c590718 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (7m) 49s ago 7m 7703k - 16.2.14-171-ged3c8e92 6be2081e30e3 aef462cdf7e4 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi105 smithi105 running (6m) 49s ago 6m 9427k - 16.2.14-171-ged3c8e92 6be2081e30e3 7cf61a70bcc7 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (6m) 49s ago 7m 42.8M - 8.3.5 dad864ee21e9 5bf52c54a43b 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.tkkiao smithi045 *:9283 running (9m) 49s ago 9m 428M - 16.2.14-171-ged3c8e92 6be2081e30e3 23cf29e187c6 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi105.iavuma smithi105 *:8443,9283 running (6m) 49s ago 6m 378M - 16.2.14-171-ged3c8e92 6be2081e30e3 162aa336a748 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (9m) 49s ago 9m 42.1M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 ce201ddb1234 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi105 smithi105 running (6m) 49s ago 6m 35.0M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 65972fee09c7 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (7m) 49s ago 7m 11.6M - 1.3.1 1dbe0e931976 ddc2fe518423 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi105 smithi105 *:9100 running (6m) 49s ago 6m 11.5M - 1.3.1 1dbe0e931976 d5d0a0281127 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi105 running (5m) 49s ago 5m 35.5M 3785M 16.2.14-171-ged3c8e92 6be2081e30e3 a558701c5667 2023-11-17T06:51:51.466 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (5m) 49s ago 5m 34.2M 3530M 16.2.14-171-ged3c8e92 6be2081e30e3 7c0f76c1650c 2023-11-17T06:51:51.467 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi105 running (5m) 49s ago 5m 35.4M 3785M 16.2.14-171-ged3c8e92 6be2081e30e3 99a3cb8bc2ce 2023-11-17T06:51:51.467 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (5m) 49s ago 5m 34.6M 3530M 16.2.14-171-ged3c8e92 6be2081e30e3 d88ed4974278 2023-11-17T06:51:51.467 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi105 running (5m) 49s ago 5m 34.3M 3785M 16.2.14-171-ged3c8e92 6be2081e30e3 d3c6cd608afb 2023-11-17T06:51:51.467 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi045 running (5m) 49s ago 5m 34.6M 3530M 16.2.14-171-ged3c8e92 6be2081e30e3 daaf8c5b6dc7 2023-11-17T06:51:51.467 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi105 running (5m) 49s ago 5m 34.0M 3785M 16.2.14-171-ged3c8e92 6be2081e30e3 cc409e36a38d 2023-11-17T06:51:51.467 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi045 running (4m) 49s ago 5m 35.0M 3530M 16.2.14-171-ged3c8e92 6be2081e30e3 24af4cdbfd28 2023-11-17T06:51:51.467 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi105 smithi105 *:9095 running (6m) 49s ago 6m 54.7M - 2.33.4 514e6a882f6e 6f8a2820aca1 2023-11-17T06:51:51.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:51 smithi045 bash[25828]: cluster 2023-11-17T06:51:50.574237+0000 mgr.smithi045.tkkiao (mgr.14182) 259 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:52.063 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-17T06:51:52.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:51 smithi105 bash[28427]: cluster 2023-11-17T06:51:50.574237+0000 mgr.smithi045.tkkiao (mgr.14182) 259 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:53.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:52 smithi045 bash[25828]: audit 2023-11-17T06:51:51.450425+0000 mgr.smithi045.tkkiao (mgr.14182) 260 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:51:53.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:52 smithi105 bash[28427]: audit 2023-11-17T06:51:51.450425+0000 mgr.smithi045.tkkiao (mgr.14182) 260 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:51:53.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:53 smithi045 bash[25828]: cluster 2023-11-17T06:51:52.574896+0000 mgr.smithi045.tkkiao (mgr.14182) 261 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:54.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:53 smithi105 bash[28427]: cluster 2023-11-17T06:51:52.574896+0000 mgr.smithi045.tkkiao (mgr.14182) 261 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:55.261 INFO:teuthology.orchestra.run.smithi045.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-17T06:51:55.261 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager ?:9093,9094 1/1 53s ago 8m count:1 2023-11-17T06:51:55.261 INFO:teuthology.orchestra.run.smithi045.stdout:crash 2/2 53s ago 8m * 2023-11-17T06:51:55.261 INFO:teuthology.orchestra.run.smithi045.stdout:grafana ?:3000 1/1 53s ago 8m count:1 2023-11-17T06:51:55.261 INFO:teuthology.orchestra.run.smithi045.stdout:mgr 2/2 53s ago 8m count:2 2023-11-17T06:51:55.262 INFO:teuthology.orchestra.run.smithi045.stdout:mon 2/2 53s ago 6m smithi045:172.21.15.45=smithi045;smithi105:172.21.15.105=smithi105;count:2 2023-11-17T06:51:55.262 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter ?:9100 2/2 53s ago 8m * 2023-11-17T06:51:55.262 INFO:teuthology.orchestra.run.smithi045.stdout:osd.all-available-devices 8 53s ago 6m * 2023-11-17T06:51:55.262 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus ?:9095 1/1 53s ago 8m count:1 2023-11-17T06:51:55.828 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-17T06:51:56.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:55 smithi045 bash[25828]: cluster 2023-11-17T06:51:54.575521+0000 mgr.smithi045.tkkiao (mgr.14182) 262 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:56.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:55 smithi105 bash[28427]: cluster 2023-11-17T06:51:54.575521+0000 mgr.smithi045.tkkiao (mgr.14182) 262 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:56.979 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:56 smithi045 bash[25828]: audit 2023-11-17T06:51:55.246172+0000 mgr.smithi045.tkkiao (mgr.14182) 263 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:51:57.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:56 smithi105 bash[28427]: audit 2023-11-17T06:51:55.246172+0000 mgr.smithi045.tkkiao (mgr.14182) 263 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:51:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:57 smithi045 bash[25828]: cluster 2023-11-17T06:51:56.576126+0000 mgr.smithi045.tkkiao (mgr.14182) 264 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:58.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:57 smithi105 bash[28427]: cluster 2023-11-17T06:51:56.576126+0000 mgr.smithi045.tkkiao (mgr.14182) 264 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:58.859 INFO:teuthology.orchestra.run.smithi045.stdout:HOST ADDR LABELS STATUS 2023-11-17T06:51:58.859 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 172.21.15.45 2023-11-17T06:51:58.859 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 172.21.15.105 2023-11-17T06:51:58.859 INFO:teuthology.orchestra.run.smithi045.stdout:2 hosts in cluster 2023-11-17T06:51:59.398 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-17T06:52:00.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:59 smithi045 bash[25828]: cluster 2023-11-17T06:51:58.576722+0000 mgr.smithi045.tkkiao (mgr.14182) 265 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:00.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:51:59 smithi045 bash[25828]: audit 2023-11-17T06:51:58.856327+0000 mgr.smithi045.tkkiao (mgr.14182) 266 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:00.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:59 smithi105 bash[28427]: cluster 2023-11-17T06:51:58.576722+0000 mgr.smithi045.tkkiao (mgr.14182) 265 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:00.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:51:59 smithi105 bash[28427]: audit 2023-11-17T06:51:58.856327+0000 mgr.smithi045.tkkiao (mgr.14182) 266 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:02.007 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:01 smithi045 bash[25828]: cluster 2023-11-17T06:52:00.577438+0000 mgr.smithi045.tkkiao (mgr.14182) 267 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:01 smithi105 bash[28427]: cluster 2023-11-17T06:52:00.577438+0000 mgr.smithi045.tkkiao (mgr.14182) 267 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:02.376 INFO:teuthology.orchestra.run.smithi045.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-17T06:52:02.376 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme0n1 ssd _PHMB75120098480DGN 447G 4m ago LVM detected, locked 2023-11-17T06:52:02.376 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme1n1 ssd _d7ad602884175ced 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:02.377 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme2n1 ssd _d99541c44c668e72 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:02.377 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme3n1 ssd _1811efcf925dc87f 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:02.377 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme4n1 ssd _3cf14d58f552661f 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:02.377 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme0n1 ssd _PHFT620400TR400BGN 372G 4m ago LVM detected, locked 2023-11-17T06:52:02.377 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme1n1 ssd _9ac878f3a5005ed1 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:02.377 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme2n1 ssd _08e8c2623b2e9705 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:02.377 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme3n1 ssd _d1ada5aca6f00417 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:02.377 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme4n1 ssd _9c5febd8cefe60b7 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:03.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:02 smithi045 bash[25828]: audit 2023-11-17T06:52:02.182227+0000 mon.smithi045 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:52:03.011 INFO:teuthology.run_tasks:Running task vip... 2023-11-17T06:52:03.022 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-17T06:52:03.022 INFO:tasks.vip:peername 172.21.15.45 2023-11-17T06:52:03.026 INFO:tasks.vip:172.21.15.45 in 172.21.0.0/20, pos 3884 2023-11-17T06:52:03.030 INFO:tasks.vip:smithi045.front.sepia.ceph.com static 10.0.15.45, vnet 10.0.0.0/16 2023-11-17T06:52:03.030 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-17T06:52:03.031 DEBUG:teuthology.orchestra.run.smithi045:> sudo ip route ls 2023-11-17T06:52:03.044 INFO:teuthology.orchestra.run.smithi045.stdout:default via 172.21.15.254 dev ens1f0 2023-11-17T06:52:03.044 INFO:teuthology.orchestra.run.smithi045.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-17T06:52:03.044 INFO:teuthology.orchestra.run.smithi045.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 2023-11-17T06:52:03.045 INFO:tasks.vip:Configuring 10.0.15.45 on smithi045.front.sepia.ceph.com iface ens1f0... 2023-11-17T06:52:03.045 DEBUG:teuthology.orchestra.run.smithi045:> sudo ip addr add 10.0.15.45/16 dev ens1f0 2023-11-17T06:52:03.104 INFO:tasks.vip:peername 172.21.15.105 2023-11-17T06:52:03.107 INFO:tasks.vip:172.21.15.105 in 172.21.0.0/20, pos 3944 2023-11-17T06:52:03.113 INFO:tasks.vip:smithi105.front.sepia.ceph.com static 10.0.15.105, vnet 10.0.0.0/16 2023-11-17T06:52:03.113 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip route ls 2023-11-17T06:52:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:02 smithi105 bash[28427]: audit 2023-11-17T06:52:02.182227+0000 mon.smithi045 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:52:03.128 INFO:teuthology.orchestra.run.smithi105.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-17T06:52:03.128 INFO:teuthology.orchestra.run.smithi105.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.105 metric 100 2023-11-17T06:52:03.128 INFO:teuthology.orchestra.run.smithi105.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-17T06:52:03.128 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.105 2023-11-17T06:52:03.128 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.105 metric 100 2023-11-17T06:52:03.129 INFO:tasks.vip:Configuring 10.0.15.105 on smithi105.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T06:52:03.130 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr add 10.0.15.105/16 dev enp3s0f1 2023-11-17T06:52:03.189 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T06:52:03.197 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T06:52:03.198 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-17T06:52:04.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:03 smithi045 bash[25828]: audit 2023-11-17T06:52:02.366070+0000 mgr.smithi045.tkkiao (mgr.14182) 268 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:04.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:03 smithi045 bash[25828]: cluster 2023-11-17T06:52:02.578105+0000 mgr.smithi045.tkkiao (mgr.14182) 269 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:04.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:03 smithi105 bash[28427]: audit 2023-11-17T06:52:02.366070+0000 mgr.smithi045.tkkiao (mgr.14182) 268 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:04.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:03 smithi105 bash[28427]: cluster 2023-11-17T06:52:02.578105+0000 mgr.smithi045.tkkiao (mgr.14182) 269 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:06.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:05 smithi045 bash[25828]: cluster 2023-11-17T06:52:04.578734+0000 mgr.smithi045.tkkiao (mgr.14182) 270 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:06.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:05 smithi105 bash[28427]: cluster 2023-11-17T06:52:04.578734+0000 mgr.smithi045.tkkiao (mgr.14182) 270 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:06.248 INFO:teuthology.orchestra.run.smithi045.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-17T06:52:06.248 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme0n1 ssd _PHMB75120098480DGN 447G 4m ago LVM detected, locked 2023-11-17T06:52:06.248 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme1n1 ssd _d7ad602884175ced 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:06.248 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme2n1 ssd _d99541c44c668e72 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:06.249 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme3n1 ssd _1811efcf925dc87f 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:06.249 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme4n1 ssd _3cf14d58f552661f 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:06.249 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme0n1 ssd _PHFT620400TR400BGN 372G 4m ago LVM detected, locked 2023-11-17T06:52:06.249 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme1n1 ssd _9ac878f3a5005ed1 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:06.249 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme2n1 ssd _08e8c2623b2e9705 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:06.249 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme3n1 ssd _d1ada5aca6f00417 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:06.249 INFO:teuthology.orchestra.run.smithi045.stdout:smithi105 /dev/nvme4n1 ssd _9c5febd8cefe60b7 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:06.811 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-17T06:52:06.820 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T06:52:06.821 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-17T06:52:06.832 INFO:teuthology.orchestra.run.smithi045.stderr:+ systemctl stop nfs-server 2023-11-17T06:52:06.855 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi105.front.sepia.ceph.com 2023-11-17T06:52:06.855 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-17T06:52:06.870 INFO:teuthology.orchestra.run.smithi105.stderr:+ systemctl stop nfs-server 2023-11-17T06:52:06.892 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T06:52:06.904 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T06:52:06.904 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-11-17T06:52:08.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:07 smithi045 bash[25828]: audit 2023-11-17T06:52:06.237650+0000 mgr.smithi045.tkkiao (mgr.14182) 271 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:08.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:07 smithi045 bash[25828]: cluster 2023-11-17T06:52:06.579308+0000 mgr.smithi045.tkkiao (mgr.14182) 272 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:08.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:07 smithi105 bash[28427]: audit 2023-11-17T06:52:06.237650+0000 mgr.smithi045.tkkiao (mgr.14182) 271 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:08.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:07 smithi105 bash[28427]: cluster 2023-11-17T06:52:06.579308+0000 mgr.smithi045.tkkiao (mgr.14182) 272 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:09.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:08 smithi045 bash[25828]: audit 2023-11-17T06:52:07.980617+0000 mon.smithi045 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:09.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:08 smithi045 bash[25828]: audit 2023-11-17T06:52:08.436491+0000 mon.smithi045 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:09.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:08 smithi045 bash[25828]: cluster 2023-11-17T06:52:08.579892+0000 mgr.smithi045.tkkiao (mgr.14182) 273 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:09.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:08 smithi105 bash[28427]: audit 2023-11-17T06:52:07.980617+0000 mon.smithi045 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:09.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:08 smithi105 bash[28427]: audit 2023-11-17T06:52:08.436491+0000 mon.smithi045 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:09.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:08 smithi105 bash[28427]: cluster 2023-11-17T06:52:08.579892+0000 mgr.smithi045.tkkiao (mgr.14182) 273 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:10.041 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled rgw.foorgw update... 2023-11-17T06:52:10.634 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.45/16' 2023-11-17T06:52:11.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:11 smithi045 bash[25828]: audit 2023-11-17T06:52:10.030257+0000 mgr.smithi045.tkkiao (mgr.14182) 274 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:11.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:11 smithi045 bash[25828]: cephadm 2023-11-17T06:52:10.033278+0000 mgr.smithi045.tkkiao (mgr.14182) 275 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-17T06:52:11.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:11 smithi045 bash[25828]: audit 2023-11-17T06:52:10.038755+0000 mon.smithi045 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:11.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:11 smithi045 bash[25828]: cluster 2023-11-17T06:52:10.580575+0000 mgr.smithi045.tkkiao (mgr.14182) 276 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:11.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:11 smithi105 bash[28427]: audit 2023-11-17T06:52:10.030257+0000 mgr.smithi045.tkkiao (mgr.14182) 274 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:11.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:11 smithi105 bash[28427]: cephadm 2023-11-17T06:52:10.033278+0000 mgr.smithi045.tkkiao (mgr.14182) 275 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-17T06:52:11.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:11 smithi105 bash[28427]: audit 2023-11-17T06:52:10.038755+0000 mon.smithi045 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:11.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:11 smithi105 bash[28427]: cluster 2023-11-17T06:52:10.580575+0000 mgr.smithi045.tkkiao (mgr.14182) 276 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:13.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:13 smithi105 bash[28427]: cluster 2023-11-17T06:52:12.581360+0000 mgr.smithi045.tkkiao (mgr.14182) 277 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:14.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:13 smithi045 bash[25828]: cluster 2023-11-17T06:52:12.581360+0000 mgr.smithi045.tkkiao (mgr.14182) 277 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:14.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:14 smithi105 bash[28427]: audit 2023-11-17T06:52:13.712752+0000 mgr.smithi045.tkkiao (mgr.14182) 278 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.45/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:14.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:14 smithi105 bash[28427]: audit 2023-11-17T06:52:13.715682+0000 mon.smithi045 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-17T06:52:15.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:14 smithi045 bash[25828]: audit 2023-11-17T06:52:13.712752+0000 mgr.smithi045.tkkiao (mgr.14182) 278 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.45/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:15.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:14 smithi045 bash[25828]: audit 2023-11-17T06:52:13.715682+0000 mon.smithi045 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-17T06:52:15.707 INFO:teuthology.orchestra.run.smithi045.stdout:NFS Cluster Created Successfully 2023-11-17T06:52:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:15 smithi105 bash[28427]: cluster 2023-11-17T06:52:14.582019+0000 mgr.smithi045.tkkiao (mgr.14182) 279 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:15 smithi105 bash[28427]: audit 2023-11-17T06:52:14.653696+0000 mon.smithi045 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-17T06:52:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:15 smithi105 bash[28427]: cluster 2023-11-17T06:52:14.653877+0000 mon.smithi045 (mon.0) 605 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-17T06:52:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:15 smithi105 bash[28427]: audit 2023-11-17T06:52:14.661039+0000 mon.smithi045 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-17T06:52:16.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:15 smithi045 bash[25828]: cluster 2023-11-17T06:52:14.582019+0000 mgr.smithi045.tkkiao (mgr.14182) 279 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:16.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:15 smithi045 bash[25828]: audit 2023-11-17T06:52:14.653696+0000 mon.smithi045 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-17T06:52:16.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:15 smithi045 bash[25828]: cluster 2023-11-17T06:52:14.653877+0000 mon.smithi045 (mon.0) 605 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-17T06:52:16.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:15 smithi045 bash[25828]: audit 2023-11-17T06:52:14.661039+0000 mon.smithi045 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-17T06:52:16.323 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-17T06:52:16.333 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T06:52:16.333 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-11-17T06:52:16.343 INFO:teuthology.orchestra.run.smithi045.stderr:+ dnf install -y python3-boto3 2023-11-17T06:52:16.343 INFO:teuthology.orchestra.run.smithi045.stderr:bash: dnf: command not found 2023-11-17T06:52:16.344 INFO:teuthology.orchestra.run.smithi045.stderr:+ apt install -y python3-boto3 2023-11-17T06:52:16.348 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:52:16.348 INFO:teuthology.orchestra.run.smithi045.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-11-17T06:52:16.348 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T06:52:16.425 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-11-17T06:52:16.746 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2023-11-17T06:52:16.747 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2023-11-17T06:52:16.944 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:16 smithi105 bash[28427]: audit 2023-11-17T06:52:15.655316+0000 mon.smithi045 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-17T06:52:16.944 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:16 smithi105 bash[28427]: cluster 2023-11-17T06:52:15.655502+0000 mon.smithi045 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-17T06:52:16.944 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:16 smithi105 bash[28427]: cephadm 2023-11-17T06:52:15.693835+0000 mgr.smithi045.tkkiao (mgr.14182) 280 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-17T06:52:16.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:16 smithi105 bash[28427]: audit 2023-11-17T06:52:15.697980+0000 mon.smithi045 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:16.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:16 smithi105 bash[28427]: cephadm 2023-11-17T06:52:15.700387+0000 mgr.smithi045.tkkiao (mgr.14182) 281 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-17T06:52:16.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:16 smithi105 bash[28427]: audit 2023-11-17T06:52:15.704415+0000 mon.smithi045 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:16.996 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages were automatically installed and are no longer required: 2023-11-17T06:52:16.996 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-17T06:52:16.997 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-17T06:52:16.997 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-17T06:52:16.997 INFO:teuthology.orchestra.run.smithi045.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-17T06:52:16.997 INFO:teuthology.orchestra.run.smithi045.stdout:The following additional packages will be installed: 2023-11-17T06:52:16.999 INFO:teuthology.orchestra.run.smithi045.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2023-11-17T06:52:16.999 INFO:teuthology.orchestra.run.smithi045.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2023-11-17T06:52:16.999 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2023-11-17T06:52:17.001 INFO:teuthology.orchestra.run.smithi045.stdout:Suggested packages: 2023-11-17T06:52:17.001 INFO:teuthology.orchestra.run.smithi045.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-11-17T06:52:17.002 INFO:teuthology.orchestra.run.smithi045.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2023-11-17T06:52:17.002 INFO:teuthology.orchestra.run.smithi045.stdout: sgml-base-doc debhelper 2023-11-17T06:52:17.038 INFO:teuthology.orchestra.run.smithi045.stdout:The following NEW packages will be installed: 2023-11-17T06:52:17.040 INFO:teuthology.orchestra.run.smithi045.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-11-17T06:52:17.040 INFO:teuthology.orchestra.run.smithi045.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2023-11-17T06:52:17.040 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2023-11-17T06:52:17.040 INFO:teuthology.orchestra.run.smithi045.stdout: xml-core 2023-11-17T06:52:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:16 smithi045 bash[25828]: audit 2023-11-17T06:52:15.655316+0000 mon.smithi045 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-17T06:52:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:16 smithi045 bash[25828]: cluster 2023-11-17T06:52:15.655502+0000 mon.smithi045 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-17T06:52:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:16 smithi045 bash[25828]: cephadm 2023-11-17T06:52:15.693835+0000 mgr.smithi045.tkkiao (mgr.14182) 280 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-17T06:52:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:16 smithi045 bash[25828]: audit 2023-11-17T06:52:15.697980+0000 mon.smithi045 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:16 smithi045 bash[25828]: cephadm 2023-11-17T06:52:15.700387+0000 mgr.smithi045.tkkiao (mgr.14182) 281 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-17T06:52:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:16 smithi045 bash[25828]: audit 2023-11-17T06:52:15.704415+0000 mon.smithi045 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:17.096 INFO:teuthology.orchestra.run.smithi045.stdout:0 upgraded, 15 newly installed, 0 to remove and 145 not upgraded. 2023-11-17T06:52:17.096 INFO:teuthology.orchestra.run.smithi045.stdout:Need to get 4,955 kB of archives. 2023-11-17T06:52:17.096 INFO:teuthology.orchestra.run.smithi045.stdout:After this operation, 55.1 MB of additional disk space will be used. 2023-11-17T06:52:17.096 INFO:teuthology.orchestra.run.smithi045.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2023-11-17T06:52:17.114 INFO:teuthology.orchestra.run.smithi045.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2023-11-17T06:52:17.122 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2023-11-17T06:52:17.168 INFO:teuthology.orchestra.run.smithi045.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2023-11-17T06:52:17.170 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2023-11-17T06:52:17.171 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2023-11-17T06:52:17.176 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2023-11-17T06:52:17.177 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2023-11-17T06:52:17.200 INFO:teuthology.orchestra.run.smithi045.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-jmespath all 0.9.3-1ubuntu1.1 [18.8 kB] 2023-11-17T06:52:17.200 INFO:teuthology.orchestra.run.smithi045.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.18.04.1 [3,255 kB] 2023-11-17T06:52:17.256 INFO:teuthology.orchestra.run.smithi045.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-s3transfer all 0.3.3-1ubuntu0.18.04.1 [46.7 kB] 2023-11-17T06:52:17.256 INFO:teuthology.orchestra.run.smithi045.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2023-11-17T06:52:17.257 INFO:teuthology.orchestra.run.smithi045.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2023-11-17T06:52:17.257 INFO:teuthology.orchestra.run.smithi045.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2023-11-17T06:52:17.262 INFO:teuthology.orchestra.run.smithi045.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] 2023-11-17T06:52:17.633 INFO:teuthology.orchestra.run.smithi045.stderr:debconf: unable to initialize frontend: Dialog 2023-11-17T06:52:17.633 INFO:teuthology.orchestra.run.smithi045.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-17T06:52:17.633 INFO:teuthology.orchestra.run.smithi045.stderr:debconf: falling back to frontend: Readline 2023-11-17T06:52:17.654 INFO:teuthology.orchestra.run.smithi045.stderr:debconf: unable to initialize frontend: Readline 2023-11-17T06:52:17.654 INFO:teuthology.orchestra.run.smithi045.stderr:debconf: (This frontend requires a controlling tty.) 2023-11-17T06:52:17.654 INFO:teuthology.orchestra.run.smithi045.stderr:debconf: falling back to frontend: Teletype 2023-11-17T06:52:17.660 INFO:teuthology.orchestra.run.smithi045.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-11-17T06:52:17.733 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 4,955 kB in 0s (23.7 MB/s) 2023-11-17T06:52:18.020 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package sgml-base. 2023-11-17T06:52:18.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:17 smithi045 bash[25828]: cluster 2023-11-17T06:52:16.582595+0000 mgr.smithi045.tkkiao (mgr.14182) 282 : cluster [DBG] pgmap v256: 33 pgs: 21 unknown, 12 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:18.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:17 smithi045 bash[25828]: cluster 2023-11-17T06:52:16.664438+0000 mon.smithi045 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-17T06:52:18.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:17 smithi045 bash[25828]: cluster 2023-11-17T06:52:16.717339+0000 mon.smithi045 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi045.tkkiao(active, since 7m), standbys: smithi105.iavuma 2023-11-17T06:52:18.083 INFO:teuthology.orchestra.run.smithi045.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 172445 files and directories currently installed.) 2023-11-17T06:52:18.088 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2023-11-17T06:52:18.133 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking sgml-base (1.29) ... 2023-11-17T06:52:18.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:17 smithi105 bash[28427]: cluster 2023-11-17T06:52:16.582595+0000 mgr.smithi045.tkkiao (mgr.14182) 282 : cluster [DBG] pgmap v256: 33 pgs: 21 unknown, 12 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:18.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:17 smithi105 bash[28427]: cluster 2023-11-17T06:52:16.664438+0000 mon.smithi045 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-17T06:52:18.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:17 smithi105 bash[28427]: cluster 2023-11-17T06:52:16.717339+0000 mon.smithi045 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi045.tkkiao(active, since 7m), standbys: smithi105.iavuma 2023-11-17T06:52:18.674 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package xml-core. 2023-11-17T06:52:18.691 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2023-11-17T06:52:18.736 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking xml-core (0.18) ... 2023-11-17T06:52:19.145 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package docutils-common. 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:17.840548+0000 mon.smithi045 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.237851+0000 mon.smithi045 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.553780+0000 mon.smithi045 (mon.0) 615 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.555339+0000 mon.smithi045 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.562971+0000 mon.smithi045 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.573642+0000 mon.smithi045 (mon.0) 618 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.587724+0000 mon.smithi045 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.588654+0000 mon.smithi045 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.qobusf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.593575+0000 mon.smithi045 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.qobusf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T06:52:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.601421+0000 mon.smithi045 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:18 smithi105 bash[28427]: audit 2023-11-17T06:52:18.602637+0000 mon.smithi045 (mon.0) 623 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:19.162 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2023-11-17T06:52:19.204 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2023-11-17T06:52:19.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:17.840548+0000 mon.smithi045 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.237851+0000 mon.smithi045 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.553780+0000 mon.smithi045 (mon.0) 615 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.555339+0000 mon.smithi045 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.562971+0000 mon.smithi045 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.573642+0000 mon.smithi045 (mon.0) 618 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.587724+0000 mon.smithi045 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.588654+0000 mon.smithi045 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.qobusf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.593575+0000 mon.smithi045 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.qobusf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.601421+0000 mon.smithi045 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:19.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:18 smithi045 bash[25828]: audit 2023-11-17T06:52:18.602637+0000 mon.smithi045 (mon.0) 623 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:19.735 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libpaper1:amd64. 2023-11-17T06:52:19.751 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-11-17T06:52:19.860 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-11-17T06:52:20.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:19 smithi105 bash[28427]: cephadm 2023-11-17T06:52:18.581899+0000 mgr.smithi045.tkkiao (mgr.14182) 283 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-17T06:52:20.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:19 smithi105 bash[28427]: cluster 2023-11-17T06:52:18.583199+0000 mgr.smithi045.tkkiao (mgr.14182) 284 : cluster [DBG] pgmap v258: 33 pgs: 11 unknown, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:20.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:19 smithi105 bash[28427]: cephadm 2023-11-17T06:52:18.603964+0000 mgr.smithi045.tkkiao (mgr.14182) 285 : cephadm [INF] Deploying daemon rgw.foorgw.smithi105.qobusf on smithi105 2023-11-17T06:52:20.105 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libpaper-utils. 2023-11-17T06:52:20.124 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-11-17T06:52:20.155 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-11-17T06:52:20.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:19 smithi045 bash[25828]: cephadm 2023-11-17T06:52:18.581899+0000 mgr.smithi045.tkkiao (mgr.14182) 283 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-17T06:52:20.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:19 smithi045 bash[25828]: cluster 2023-11-17T06:52:18.583199+0000 mgr.smithi045.tkkiao (mgr.14182) 284 : cluster [DBG] pgmap v258: 33 pgs: 11 unknown, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:20.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:19 smithi045 bash[25828]: cephadm 2023-11-17T06:52:18.603964+0000 mgr.smithi045.tkkiao (mgr.14182) 285 : cephadm [INF] Deploying daemon rgw.foorgw.smithi105.qobusf on smithi105 2023-11-17T06:52:20.433 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-dateutil. 2023-11-17T06:52:20.450 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2023-11-17T06:52:20.491 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2023-11-17T06:52:20.769 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-roman. 2023-11-17T06:52:20.788 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2023-11-17T06:52:20.819 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-roman (2.0.0-3) ... 2023-11-17T06:52:21.147 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-docutils. 2023-11-17T06:52:21.165 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2023-11-17T06:52:21.207 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2023-11-17T06:52:22.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:21 smithi105 bash[28427]: cluster 2023-11-17T06:52:20.583812+0000 mgr.smithi045.tkkiao (mgr.14182) 286 : cluster [DBG] pgmap v259: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:22.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:21 smithi105 bash[28427]: audit 2023-11-17T06:52:20.964035+0000 mon.smithi045 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:22.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:21 smithi105 bash[28427]: audit 2023-11-17T06:52:20.966675+0000 mon.smithi045 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi045.reacrm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T06:52:22.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:21 smithi105 bash[28427]: audit 2023-11-17T06:52:20.972792+0000 mon.smithi045 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi045.reacrm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T06:52:22.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:21 smithi105 bash[28427]: audit 2023-11-17T06:52:20.980010+0000 mon.smithi045 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:22.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:21 smithi105 bash[28427]: audit 2023-11-17T06:52:20.981739+0000 mon.smithi045 (mon.0) 628 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:22.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:21 smithi045 bash[25828]: cluster 2023-11-17T06:52:20.583812+0000 mgr.smithi045.tkkiao (mgr.14182) 286 : cluster [DBG] pgmap v259: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:22.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:21 smithi045 bash[25828]: audit 2023-11-17T06:52:20.964035+0000 mon.smithi045 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:22.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:21 smithi045 bash[25828]: audit 2023-11-17T06:52:20.966675+0000 mon.smithi045 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi045.reacrm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T06:52:22.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:21 smithi045 bash[25828]: audit 2023-11-17T06:52:20.972792+0000 mon.smithi045 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi045.reacrm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T06:52:22.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:21 smithi045 bash[25828]: audit 2023-11-17T06:52:20.980010+0000 mon.smithi045 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:22.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:21 smithi045 bash[25828]: audit 2023-11-17T06:52:20.981739+0000 mon.smithi045 (mon.0) 628 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:22.709 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-jmespath. 2023-11-17T06:52:22.724 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2023-11-17T06:52:22.800 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-11-17T06:52:23.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:22 smithi045 bash[25828]: cephadm 2023-11-17T06:52:20.983303+0000 mgr.smithi045.tkkiao (mgr.14182) 287 : cephadm [INF] Deploying daemon rgw.foorgw.smithi045.reacrm on smithi045 2023-11-17T06:52:23.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:22 smithi105 bash[28427]: cephadm 2023-11-17T06:52:20.983303+0000 mgr.smithi045.tkkiao (mgr.14182) 287 : cephadm [INF] Deploying daemon rgw.foorgw.smithi045.reacrm on smithi045 2023-11-17T06:52:23.188 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-botocore. 2023-11-17T06:52:23.204 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2023-11-17T06:52:23.279 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-11-17T06:52:24.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:23 smithi105 bash[28427]: cluster 2023-11-17T06:52:22.584349+0000 mgr.smithi045.tkkiao (mgr.14182) 288 : cluster [DBG] pgmap v260: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:24.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:23 smithi105 bash[28427]: cluster 2023-11-17T06:52:22.858572+0000 mon.smithi045 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-17T06:52:24.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:23 smithi105 bash[28427]: audit 2023-11-17T06:52:22.863970+0000 mon.smithi105 (mon.1) 21 : audit [INF] from='client.? 172.21.15.105:0/4237364219' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-17T06:52:24.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:23 smithi105 bash[28427]: audit 2023-11-17T06:52:22.864460+0000 mon.smithi045 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-17T06:52:24.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:23 smithi045 bash[25828]: cluster 2023-11-17T06:52:22.584349+0000 mgr.smithi045.tkkiao (mgr.14182) 288 : cluster [DBG] pgmap v260: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:24.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:23 smithi045 bash[25828]: cluster 2023-11-17T06:52:22.858572+0000 mon.smithi045 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-17T06:52:24.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:23 smithi045 bash[25828]: audit 2023-11-17T06:52:22.863970+0000 mon.smithi105 (mon.1) 21 : audit [INF] from='client.? 172.21.15.105:0/4237364219' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-17T06:52:24.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:23 smithi045 bash[25828]: audit 2023-11-17T06:52:22.864460+0000 mon.smithi045 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-17T06:52:24.870 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-s3transfer. 2023-11-17T06:52:24.888 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2023-11-17T06:52:24.929 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-11-17T06:52:25.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:24 smithi105 bash[28427]: audit 2023-11-17T06:52:23.870002+0000 mon.smithi045 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-17T06:52:25.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:24 smithi105 bash[28427]: cluster 2023-11-17T06:52:23.870215+0000 mon.smithi045 (mon.0) 632 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-17T06:52:25.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:24 smithi105 bash[28427]: audit 2023-11-17T06:52:24.860612+0000 mon.smithi045 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:25.209 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:24 smithi045 bash[25828]: audit 2023-11-17T06:52:23.870002+0000 mon.smithi045 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-17T06:52:25.209 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:24 smithi045 bash[25828]: cluster 2023-11-17T06:52:23.870215+0000 mon.smithi045 (mon.0) 632 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-17T06:52:25.209 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:24 smithi045 bash[25828]: audit 2023-11-17T06:52:24.860612+0000 mon.smithi045 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: cluster 2023-11-17T06:52:24.584929+0000 mgr.smithi045.tkkiao (mgr.14182) 289 : cluster [DBG] pgmap v263: 65 pgs: 9 creating+peering, 38 active+clean, 18 unknown; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 258 B/s rd, 129 B/s wr, 0 op/s 2023-11-17T06:52:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.866221+0000 mon.smithi045 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: cluster 2023-11-17T06:52:24.882727+0000 mon.smithi045 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-17T06:52:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.886696+0000 mon.smithi105 (mon.1) 22 : audit [INF] from='client.? 172.21.15.105:0/4237364219' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-17T06:52:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.888967+0000 mon.smithi045 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-17T06:52:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: cephadm 2023-11-17T06:52:24.896218+0000 mgr.smithi045.tkkiao (mgr.14182) 290 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi045.goflhm 2023-11-17T06:52:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.896590+0000 mon.smithi045 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.goflhm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.900010+0000 mon.smithi045 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.goflhm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: cephadm 2023-11-17T06:52:24.900684+0000 mgr.smithi045.tkkiao (mgr.14182) 291 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.900964+0000 mon.smithi045 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.904372+0000 mon.smithi045 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.905554+0000 mon.smithi045 (mon.0) 641 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.951485+0000 mon.smithi045 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:24.955043+0000 mon.smithi045 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:25.286973+0000 mon.smithi045 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.goflhm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:25.292798+0000 mon.smithi045 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.goflhm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T06:52:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:25 smithi105 bash[28427]: audit 2023-11-17T06:52:25.302126+0000 mon.smithi045 (mon.0) 646 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: cluster 2023-11-17T06:52:24.584929+0000 mgr.smithi045.tkkiao (mgr.14182) 289 : cluster [DBG] pgmap v263: 65 pgs: 9 creating+peering, 38 active+clean, 18 unknown; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 258 B/s rd, 129 B/s wr, 0 op/s 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.866221+0000 mon.smithi045 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: cluster 2023-11-17T06:52:24.882727+0000 mon.smithi045 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.886696+0000 mon.smithi105 (mon.1) 22 : audit [INF] from='client.? 172.21.15.105:0/4237364219' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.888967+0000 mon.smithi045 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: cephadm 2023-11-17T06:52:24.896218+0000 mgr.smithi045.tkkiao (mgr.14182) 290 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi045.goflhm 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.896590+0000 mon.smithi045 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.goflhm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.900010+0000 mon.smithi045 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.goflhm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: cephadm 2023-11-17T06:52:24.900684+0000 mgr.smithi045.tkkiao (mgr.14182) 291 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-17T06:52:26.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.900964+0000 mon.smithi045 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-17T06:52:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.904372+0000 mon.smithi045 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-17T06:52:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.905554+0000 mon.smithi045 (mon.0) 641 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.951485+0000 mon.smithi045 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-17T06:52:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:24.955043+0000 mon.smithi045 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-17T06:52:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:25.286973+0000 mon.smithi045 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.goflhm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T06:52:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:25.292798+0000 mon.smithi045 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.goflhm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T06:52:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:25 smithi045 bash[25828]: audit 2023-11-17T06:52:25.302126+0000 mon.smithi045 (mon.0) 646 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:26.448 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-boto3. 2023-11-17T06:52:26.467 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2023-11-17T06:52:26.566 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2023-11-17T06:52:27.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:26 smithi045 bash[25828]: cephadm 2023-11-17T06:52:25.286047+0000 mgr.smithi045.tkkiao (mgr.14182) 292 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-17T06:52:27.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:26 smithi045 bash[25828]: cephadm 2023-11-17T06:52:25.286270+0000 mgr.smithi045.tkkiao (mgr.14182) 293 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi045.goflhm-rgw 2023-11-17T06:52:27.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:26 smithi045 bash[25828]: cephadm 2023-11-17T06:52:25.304200+0000 mgr.smithi045.tkkiao (mgr.14182) 294 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi045.goflhm on smithi045 2023-11-17T06:52:27.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:26 smithi045 bash[25828]: audit 2023-11-17T06:52:25.889025+0000 mon.smithi045 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-17T06:52:27.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:26 smithi045 bash[25828]: cluster 2023-11-17T06:52:25.889255+0000 mon.smithi045 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-17T06:52:27.080 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-olefile. 2023-11-17T06:52:27.096 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2023-11-17T06:52:27.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:26 smithi105 bash[28427]: cephadm 2023-11-17T06:52:25.286047+0000 mgr.smithi045.tkkiao (mgr.14182) 292 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-17T06:52:27.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:26 smithi105 bash[28427]: cephadm 2023-11-17T06:52:25.286270+0000 mgr.smithi045.tkkiao (mgr.14182) 293 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi045.goflhm-rgw 2023-11-17T06:52:27.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:26 smithi105 bash[28427]: cephadm 2023-11-17T06:52:25.304200+0000 mgr.smithi045.tkkiao (mgr.14182) 294 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi045.goflhm on smithi045 2023-11-17T06:52:27.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:26 smithi105 bash[28427]: audit 2023-11-17T06:52:25.889025+0000 mon.smithi045 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-17T06:52:27.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:26 smithi105 bash[28427]: cluster 2023-11-17T06:52:25.889255+0000 mon.smithi045 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-17T06:52:27.154 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-olefile (0.45.1-1) ... 2023-11-17T06:52:27.970 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pil:amd64. 2023-11-17T06:52:27.983 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2023-11-17T06:52:28.020 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-11-17T06:52:28.206 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:27 smithi045 bash[25828]: cluster 2023-11-17T06:52:26.585940+0000 mgr.smithi045.tkkiao (mgr.14182) 295 : cluster [DBG] pgmap v266: 97 pgs: 9 creating+peering, 57 active+clean, 31 unknown; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 767 B/s wr, 1 op/s 2023-11-17T06:52:28.206 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:27 smithi045 bash[25828]: cluster 2023-11-17T06:52:26.898651+0000 mon.smithi045 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-17T06:52:28.206 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:27 smithi045 bash[25828]: audit 2023-11-17T06:52:26.905393+0000 mon.smithi105 (mon.1) 23 : audit [INF] from='client.? 172.21.15.105:0/4237364219' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T06:52:28.207 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:27 smithi045 bash[25828]: audit 2023-11-17T06:52:26.906262+0000 mon.smithi045 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T06:52:28.207 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:27 smithi045 bash[25828]: audit 2023-11-17T06:52:27.458988+0000 mon.smithi045 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:28.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:27 smithi105 bash[28427]: cluster 2023-11-17T06:52:26.585940+0000 mgr.smithi045.tkkiao (mgr.14182) 295 : cluster [DBG] pgmap v266: 97 pgs: 9 creating+peering, 57 active+clean, 31 unknown; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 767 B/s wr, 1 op/s 2023-11-17T06:52:28.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:27 smithi105 bash[28427]: cluster 2023-11-17T06:52:26.898651+0000 mon.smithi045 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-17T06:52:28.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:27 smithi105 bash[28427]: audit 2023-11-17T06:52:26.905393+0000 mon.smithi105 (mon.1) 23 : audit [INF] from='client.? 172.21.15.105:0/4237364219' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T06:52:28.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:27 smithi105 bash[28427]: audit 2023-11-17T06:52:26.906262+0000 mon.smithi045 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-17T06:52:28.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:27 smithi105 bash[28427]: audit 2023-11-17T06:52:27.458988+0000 mon.smithi045 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:28.917 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pygments. 2023-11-17T06:52:28.929 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2023-11-17T06:52:29.027 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-11-17T06:52:29.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:28 smithi045 bash[25828]: audit 2023-11-17T06:52:27.904473+0000 mon.smithi045 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-17T06:52:29.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:28 smithi045 bash[25828]: cluster 2023-11-17T06:52:27.904840+0000 mon.smithi045 (mon.0) 653 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-17T06:52:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:28 smithi105 bash[28427]: audit 2023-11-17T06:52:27.904473+0000 mon.smithi045 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-17T06:52:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:28 smithi105 bash[28427]: cluster 2023-11-17T06:52:27.904840+0000 mon.smithi045 (mon.0) 653 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-17T06:52:29.659 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-11-17T06:52:29.849 INFO:teuthology.orchestra.run.smithi045.stdout:debconf: unable to initialize frontend: Dialog 2023-11-17T06:52:29.849 INFO:teuthology.orchestra.run.smithi045.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-17T06:52:29.849 INFO:teuthology.orchestra.run.smithi045.stdout:debconf: falling back to frontend: Readline 2023-11-17T06:52:30.069 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:52:30.069 INFO:teuthology.orchestra.run.smithi045.stdout:Creating config file /etc/papersize with new version 2023-11-17T06:52:30.303 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-11-17T06:52:30.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:29 smithi045 bash[25828]: cluster 2023-11-17T06:52:28.586837+0000 mgr.smithi045.tkkiao (mgr.14182) 296 : cluster [DBG] pgmap v269: 129 pgs: 4 creating+peering, 103 active+clean, 22 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-11-17T06:52:30.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:29 smithi045 bash[25828]: audit 2023-11-17T06:52:28.914774+0000 mon.smithi045 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:30.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:29 smithi045 bash[25828]: cluster 2023-11-17T06:52:28.929539+0000 mon.smithi045 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-17T06:52:30.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:29 smithi045 bash[25828]: audit 2023-11-17T06:52:28.931395+0000 mon.smithi045 (mon.0) 656 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T06:52:30.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:29 smithi045 bash[25828]: audit 2023-11-17T06:52:28.934326+0000 mon.smithi105 (mon.1) 24 : audit [INF] from='client.? 172.21.15.105:0/2596467996' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T06:52:30.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:29 smithi045 bash[25828]: audit 2023-11-17T06:52:28.936701+0000 mon.smithi045 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:30.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:29 smithi045 bash[25828]: audit 2023-11-17T06:52:28.939566+0000 mon.smithi045 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T06:52:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:29 smithi105 bash[28427]: cluster 2023-11-17T06:52:28.586837+0000 mgr.smithi045.tkkiao (mgr.14182) 296 : cluster [DBG] pgmap v269: 129 pgs: 4 creating+peering, 103 active+clean, 22 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-11-17T06:52:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:29 smithi105 bash[28427]: audit 2023-11-17T06:52:28.914774+0000 mon.smithi045 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:29 smithi105 bash[28427]: cluster 2023-11-17T06:52:28.929539+0000 mon.smithi045 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-17T06:52:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:29 smithi105 bash[28427]: audit 2023-11-17T06:52:28.931395+0000 mon.smithi045 (mon.0) 656 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T06:52:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:29 smithi105 bash[28427]: audit 2023-11-17T06:52:28.934326+0000 mon.smithi105 (mon.1) 24 : audit [INF] from='client.? 172.21.15.105:0/2596467996' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T06:52:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:29 smithi105 bash[28427]: audit 2023-11-17T06:52:28.936701+0000 mon.smithi045 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:29 smithi105 bash[28427]: audit 2023-11-17T06:52:28.939566+0000 mon.smithi045 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-17T06:52:30.429 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-roman (2.0.0-3) ... 2023-11-17T06:52:30.764 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-11-17T06:52:31.182 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-olefile (0.45.1-1) ... 2023-11-17T06:52:31.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: cephadm 2023-11-17T06:52:28.949641+0000 mgr.smithi045.tkkiao (mgr.14182) 297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.mohgfn on smithi105 2023-11-17T06:52:31.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: audit 2023-11-17T06:52:29.931742+0000 mon.smithi045 (mon.0) 659 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: audit 2023-11-17T06:52:29.932049+0000 mon.smithi045 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: cluster 2023-11-17T06:52:29.932891+0000 mon.smithi045 (mon.0) 661 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: audit 2023-11-17T06:52:29.935805+0000 mon.smithi045 (mon.0) 662 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: audit 2023-11-17T06:52:29.938656+0000 mon.smithi105 (mon.1) 25 : audit [INF] from='client.? 172.21.15.105:0/2596467996' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: audit 2023-11-17T06:52:29.945066+0000 mon.smithi045 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: cluster 2023-11-17T06:52:30.587595+0000 mgr.smithi045.tkkiao (mgr.14182) 298 : cluster [DBG] pgmap v272: 161 pgs: 13 creating+peering, 118 active+clean, 30 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1023 B/s wr, 5 op/s 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: audit 2023-11-17T06:52:30.931297+0000 mon.smithi045 (mon.0) 664 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: audit 2023-11-17T06:52:30.931389+0000 mon.smithi045 (mon.0) 665 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T06:52:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:30 smithi045 bash[25828]: cluster 2023-11-17T06:52:30.931475+0000 mon.smithi045 (mon.0) 666 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-17T06:52:31.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: cephadm 2023-11-17T06:52:28.949641+0000 mgr.smithi045.tkkiao (mgr.14182) 297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.mohgfn on smithi105 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: audit 2023-11-17T06:52:29.931742+0000 mon.smithi045 (mon.0) 659 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: audit 2023-11-17T06:52:29.932049+0000 mon.smithi045 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: cluster 2023-11-17T06:52:29.932891+0000 mon.smithi045 (mon.0) 661 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: audit 2023-11-17T06:52:29.935805+0000 mon.smithi045 (mon.0) 662 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: audit 2023-11-17T06:52:29.938656+0000 mon.smithi105 (mon.1) 25 : audit [INF] from='client.? 172.21.15.105:0/2596467996' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: audit 2023-11-17T06:52:29.945066+0000 mon.smithi045 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: cluster 2023-11-17T06:52:30.587595+0000 mgr.smithi045.tkkiao (mgr.14182) 298 : cluster [DBG] pgmap v272: 161 pgs: 13 creating+peering, 118 active+clean, 30 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1023 B/s wr, 5 op/s 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: audit 2023-11-17T06:52:30.931297+0000 mon.smithi045 (mon.0) 664 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T06:52:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: audit 2023-11-17T06:52:30.931389+0000 mon.smithi045 (mon.0) 665 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.qobusf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T06:52:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:30 smithi105 bash[28427]: cluster 2023-11-17T06:52:30.931475+0000 mon.smithi045 (mon.0) 666 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-17T06:52:31.469 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up sgml-base (1.29) ... 2023-11-17T06:52:31.612 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-11-17T06:52:31.896 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up xml-core (0.18) ... 2023-11-17T06:52:32.383 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-dateutil (2.6.1-1) ... 2023-11-17T06:52:32.684 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-11-17T06:52:33.252 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2023-11-17T06:52:33.397 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2023-11-17T06:52:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: audit 2023-11-17T06:52:32.476517+0000 mon.smithi045 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: cluster 2023-11-17T06:52:32.588580+0000 mgr.smithi045.tkkiao (mgr.14182) 299 : cluster [DBG] pgmap v274: 161 pgs: 13 creating+peering, 136 active+clean, 12 unknown; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 1.9 KiB/s wr, 50 op/s 2023-11-17T06:52:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: cephadm 2023-11-17T06:52:32.721930+0000 mgr.smithi045.tkkiao (mgr.14182) 300 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:33.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.mohgfn ... 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:52:33.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.mohgfn ... 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:33.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: cephadm 2023-11-17T06:52:32.722559+0000 mgr.smithi045.tkkiao (mgr.14182) 301 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: audit 2023-11-17T06:52:32.723237+0000 mon.smithi045 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.mohgfn"}]: dispatch 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: cephadm 2023-11-17T06:52:32.724953+0000 mgr.smithi045.tkkiao (mgr.14182) 302 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.mohgfn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.mohgfn ... 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:33.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:33.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:33.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:33 smithi045 bash[25828]: cephadm 2023-11-17T06:52:32.729848+0000 mgr.smithi045.tkkiao (mgr.14182) 303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.rkvtkt on smithi045 2023-11-17T06:52:33.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: audit 2023-11-17T06:52:32.476517+0000 mon.smithi045 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: cluster 2023-11-17T06:52:32.588580+0000 mgr.smithi045.tkkiao (mgr.14182) 299 : cluster [DBG] pgmap v274: 161 pgs: 13 creating+peering, 136 active+clean, 12 unknown; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 1.9 KiB/s wr, 50 op/s 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: cephadm 2023-11-17T06:52:32.721930+0000 mgr.smithi045.tkkiao (mgr.14182) 300 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.mohgfn ... 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:33.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:33.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.mohgfn ... 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: cephadm 2023-11-17T06:52:32.722559+0000 mgr.smithi045.tkkiao (mgr.14182) 301 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: audit 2023-11-17T06:52:32.723237+0000 mon.smithi045 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.mohgfn"}]: dispatch 2023-11-17T06:52:33.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: cephadm 2023-11-17T06:52:32.724953+0000 mgr.smithi045.tkkiao (mgr.14182) 302 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.mohgfn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-mohgfn 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.mohgfn 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.mohgfn ... 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:33.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:33 smithi105 bash[28427]: cephadm 2023-11-17T06:52:32.729848+0000 mgr.smithi045.tkkiao (mgr.14182) 303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.rkvtkt on smithi045 2023-11-17T06:52:34.132 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2023-11-17T06:52:35.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:35 smithi105 bash[28427]: cluster 2023-11-17T06:52:34.589969+0000 mgr.smithi045.tkkiao (mgr.14182) 304 : cluster [DBG] pgmap v275: 161 pgs: 5 creating+peering, 156 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 6.8 KiB/s wr, 279 op/s 2023-11-17T06:52:36.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:35 smithi045 bash[25828]: cluster 2023-11-17T06:52:34.589969+0000 mgr.smithi045.tkkiao (mgr.14182) 304 : cluster [DBG] pgmap v275: 161 pgs: 5 creating+peering, 156 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 6.8 KiB/s wr, 279 op/s 2023-11-17T06:52:36.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:36 smithi045 bash[25828]: audit 2023-11-17T06:52:36.509214+0000 mon.smithi045 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.rkvtkt"}]: dispatch 2023-11-17T06:52:36.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:36 smithi045 bash[25828]: audit 2023-11-17T06:52:36.521447+0000 mon.smithi045 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:36.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:36 smithi045 bash[25828]: audit 2023-11-17T06:52:36.527396+0000 mon.smithi045 (mon.0) 671 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:52:36.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:36 smithi105 bash[28427]: audit 2023-11-17T06:52:36.509214+0000 mon.smithi045 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.rkvtkt"}]: dispatch 2023-11-17T06:52:36.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:36 smithi105 bash[28427]: audit 2023-11-17T06:52:36.521447+0000 mon.smithi045 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:36.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:36 smithi105 bash[28427]: audit 2023-11-17T06:52:36.527396+0000 mon.smithi045 (mon.0) 671 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:52:38.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: cephadm 2023-11-17T06:52:36.507816+0000 mgr.smithi045.tkkiao (mgr.14182) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:38.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.rkvtkt ... 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:52:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.rkvtkt ... 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:38.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: cephadm 2023-11-17T06:52:36.508380+0000 mgr.smithi045.tkkiao (mgr.14182) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: cephadm 2023-11-17T06:52:36.510665+0000 mgr.smithi045.tkkiao (mgr.14182) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.rkvtkt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.rkvtkt ... 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:38.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:38.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:38.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: cephadm 2023-11-17T06:52:36.522171+0000 mgr.smithi045.tkkiao (mgr.14182) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.lcfnia on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:52:38.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: cephadm 2023-11-17T06:52:36.526000+0000 mgr.smithi045.tkkiao (mgr.14182) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.pfbrgd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:52:38.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: cluster 2023-11-17T06:52:36.527247+0000 mgr.smithi045.tkkiao (mgr.14182) 310 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 KiB/s rd, 5.5 KiB/s wr, 236 op/s 2023-11-17T06:52:38.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: audit 2023-11-17T06:52:37.492304+0000 mon.smithi045 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:38.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:37 smithi045 bash[25828]: cluster 2023-11-17T06:52:37.517455+0000 mon.smithi045 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:52:38.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: cephadm 2023-11-17T06:52:36.507816+0000 mgr.smithi045.tkkiao (mgr.14182) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:38.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.rkvtkt ... 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:52:38.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.rkvtkt ... 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:38.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: cephadm 2023-11-17T06:52:36.508380+0000 mgr.smithi045.tkkiao (mgr.14182) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: cephadm 2023-11-17T06:52:36.510665+0000 mgr.smithi045.tkkiao (mgr.14182) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.rkvtkt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-rkvtkt 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.rkvtkt 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.rkvtkt ... 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:52:38.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:52:38.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:52:38.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:52:38.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: cephadm 2023-11-17T06:52:36.522171+0000 mgr.smithi045.tkkiao (mgr.14182) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.lcfnia on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:52:38.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: cephadm 2023-11-17T06:52:36.526000+0000 mgr.smithi045.tkkiao (mgr.14182) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.pfbrgd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:52:38.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: cluster 2023-11-17T06:52:36.527247+0000 mgr.smithi045.tkkiao (mgr.14182) 310 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 KiB/s rd, 5.5 KiB/s wr, 236 op/s 2023-11-17T06:52:38.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: audit 2023-11-17T06:52:37.492304+0000 mon.smithi045 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:38.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:37 smithi105 bash[28427]: cluster 2023-11-17T06:52:37.517455+0000 mon.smithi045 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:52:40.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:39 smithi045 bash[25828]: cluster 2023-11-17T06:52:38.528839+0000 mgr.smithi045.tkkiao (mgr.14182) 311 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 KiB/s rd, 4.5 KiB/s wr, 207 op/s 2023-11-17T06:52:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:39 smithi105 bash[28427]: cluster 2023-11-17T06:52:38.528839+0000 mgr.smithi045.tkkiao (mgr.14182) 311 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 KiB/s rd, 4.5 KiB/s wr, 207 op/s 2023-11-17T06:52:42.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:41 smithi045 bash[25828]: cluster 2023-11-17T06:52:40.530216+0000 mgr.smithi045.tkkiao (mgr.14182) 312 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 3.9 KiB/s wr, 179 op/s 2023-11-17T06:52:42.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:41 smithi105 bash[28427]: cluster 2023-11-17T06:52:40.530216+0000 mgr.smithi045.tkkiao (mgr.14182) 312 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 3.9 KiB/s wr, 179 op/s 2023-11-17T06:52:43.477 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:42.426661+0000 mon.smithi045 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.477 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:42.505234+0000 mon.smithi045 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: cluster 2023-11-17T06:52:42.531445+0000 mgr.smithi045.tkkiao (mgr.14182) 313 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 3.4 KiB/s wr, 153 op/s 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:42.762003+0000 mon.smithi045 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:42.764456+0000 mon.smithi045 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:42.766383+0000 mon.smithi045 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: cephadm 2023-11-17T06:52:42.773246+0000 mgr.smithi045.tkkiao (mgr.14182) 314 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:43.196507+0000 mon.smithi045 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:43.204322+0000 mon.smithi045 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:43.211845+0000 mon.smithi045 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:43.224901+0000 mon.smithi045 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:52:43.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:43 smithi045 bash[25828]: audit 2023-11-17T06:52:43.242894+0000 mon.smithi045 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:42.426661+0000 mon.smithi045 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:42.505234+0000 mon.smithi045 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: cluster 2023-11-17T06:52:42.531445+0000 mgr.smithi045.tkkiao (mgr.14182) 313 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 3.4 KiB/s wr, 153 op/s 2023-11-17T06:52:43.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:42.762003+0000 mon.smithi045 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:42.764456+0000 mon.smithi045 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:52:43.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:42.766383+0000 mon.smithi045 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:52:43.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: cephadm 2023-11-17T06:52:42.773246+0000 mgr.smithi045.tkkiao (mgr.14182) 314 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-17T06:52:43.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:43.196507+0000 mon.smithi045 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:43.204322+0000 mon.smithi045 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:43.211845+0000 mon.smithi045 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:43.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:43.224901+0000 mon.smithi045 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:52:43.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:43 smithi105 bash[28427]: audit 2023-11-17T06:52:43.242894+0000 mon.smithi045 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:52:44.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:44 smithi045 bash[25828]: cluster 2023-11-17T06:52:43.213905+0000 mgr.smithi045.tkkiao (mgr.14182) 315 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 3.2 KiB/s wr, 147 op/s 2023-11-17T06:53:17.492 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:44 smithi045 bash[25828]: cephadm 2023-11-17T06:52:43.254995+0000 mgr.smithi045.tkkiao (mgr.14182) 316 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.wjwpkm on smithi105 2023-11-17T06:53:17.492 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:44 smithi045 bash[25828]: cluster 2023-11-17T06:52:43.501286+0000 mon.smithi045 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:53:17.492 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:44 smithi045 bash[25828]: cluster 2023-11-17T06:52:43.501362+0000 mon.smithi045 (mon.0) 685 : cluster [INF] Cluster is now healthy 2023-11-17T06:53:17.497 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:45 smithi045 bash[25828]: audit 2023-11-17T06:52:44.489091+0000 mon.smithi045 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2023-11-17T06:53:17.497 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:46 smithi045 bash[25828]: cluster 2023-11-17T06:52:45.214938+0000 mgr.smithi045.tkkiao (mgr.14182) 317 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 289 B/s wr, 13 op/s 2023-11-17T06:53:17.497 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:46 smithi045 bash[25828]: audit 2023-11-17T06:52:45.440528+0000 mon.smithi045 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2023-11-17T06:53:17.497 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:46 smithi045 bash[25828]: cluster 2023-11-17T06:52:45.440596+0000 mon.smithi045 (mon.0) 688 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:47 smithi045 bash[25828]: cluster 2023-11-17T06:52:46.452777+0000 mon.smithi045 (mon.0) 689 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:47 smithi045 bash[25828]: audit 2023-11-17T06:52:47.115571+0000 mon.smithi045 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.wjwpkm"}]: dispatch 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: cephadm 2023-11-17T06:52:47.114196+0000 mgr.smithi045.tkkiao (mgr.14182) 318 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.wjwpkm ... 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.wjwpkm ... 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: cephadm 2023-11-17T06:52:47.114897+0000 mgr.smithi045.tkkiao (mgr.14182) 319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: cephadm 2023-11-17T06:52:47.117234+0000 mgr.smithi045.tkkiao (mgr.14182) 320 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.wjwpkm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.wjwpkm ... 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: cephadm 2023-11-17T06:52:47.122209+0000 mgr.smithi045.tkkiao (mgr.14182) 321 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.zsjfuj on smithi045 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:48 smithi045 bash[25828]: cluster 2023-11-17T06:52:47.215692+0000 mgr.smithi045.tkkiao (mgr.14182) 322 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 306 B/s wr, 4 op/s 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:50 smithi045 bash[25828]: cluster 2023-11-17T06:52:49.216911+0000 mgr.smithi045.tkkiao (mgr.14182) 323 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 306 B/s wr, 4 op/s 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:51 smithi045 bash[25828]: audit 2023-11-17T06:52:51.009185+0000 mon.smithi045 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.zsjfuj"}]: dispatch 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:51 smithi045 bash[25828]: audit 2023-11-17T06:52:51.025533+0000 mon.smithi045 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: cephadm 2023-11-17T06:52:51.007886+0000 mgr.smithi045.tkkiao (mgr.14182) 324 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.zsjfuj ... 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.zsjfuj ... 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: cephadm 2023-11-17T06:52:51.008488+0000 mgr.smithi045.tkkiao (mgr.14182) 325 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: cephadm 2023-11-17T06:52:51.010697+0000 mgr.smithi045.tkkiao (mgr.14182) 326 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.zsjfuj on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.zsjfuj ... 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: cephadm 2023-11-17T06:52:51.015063+0000 mgr.smithi045.tkkiao (mgr.14182) 327 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.fspajl on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: cephadm 2023-11-17T06:52:51.017648+0000 mgr.smithi045.tkkiao (mgr.14182) 328 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:53:17.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: cluster 2023-11-17T06:52:51.018827+0000 mgr.smithi045.tkkiao (mgr.14182) 329 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 262 B/s wr, 3 op/s 2023-11-17T06:53:17.505 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: cluster 2023-11-17T06:52:51.629553+0000 mon.smithi045 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:53:17.505 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:52 smithi045 bash[25828]: audit 2023-11-17T06:52:52.521828+0000 mon.smithi045 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.509 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for sgml-base (1.29) ... 2023-11-17T06:53:17.561 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2023-11-17T06:53:17.561 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for sgml-base (1.29) ... 2023-11-17T06:53:17.561 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2023-11-17T06:53:17.561 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-11-17T06:53:17.561 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-11-17T06:53:17.562 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:44 smithi105 bash[28427]: cluster 2023-11-17T06:52:43.213905+0000 mgr.smithi045.tkkiao (mgr.14182) 315 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 3.2 KiB/s wr, 147 op/s 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:44 smithi105 bash[28427]: cephadm 2023-11-17T06:52:43.254995+0000 mgr.smithi045.tkkiao (mgr.14182) 316 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.wjwpkm on smithi105 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:44 smithi105 bash[28427]: cluster 2023-11-17T06:52:43.501286+0000 mon.smithi045 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:44 smithi105 bash[28427]: cluster 2023-11-17T06:52:43.501362+0000 mon.smithi045 (mon.0) 685 : cluster [INF] Cluster is now healthy 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:45 smithi105 bash[28427]: audit 2023-11-17T06:52:44.489091+0000 mon.smithi045 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:46 smithi105 bash[28427]: cluster 2023-11-17T06:52:45.214938+0000 mgr.smithi045.tkkiao (mgr.14182) 317 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 289 B/s wr, 13 op/s 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:46 smithi105 bash[28427]: audit 2023-11-17T06:52:45.440528+0000 mon.smithi045 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:46 smithi105 bash[28427]: cluster 2023-11-17T06:52:45.440596+0000 mon.smithi045 (mon.0) 688 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:47 smithi105 bash[28427]: cluster 2023-11-17T06:52:46.452777+0000 mon.smithi045 (mon.0) 689 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:47 smithi105 bash[28427]: audit 2023-11-17T06:52:47.115571+0000 mon.smithi045 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.wjwpkm"}]: dispatch 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: cephadm 2023-11-17T06:52:47.114196+0000 mgr.smithi045.tkkiao (mgr.14182) 318 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.wjwpkm ... 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.wjwpkm ... 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: cephadm 2023-11-17T06:52:47.114897+0000 mgr.smithi045.tkkiao (mgr.14182) 319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: cephadm 2023-11-17T06:52:47.117234+0000 mgr.smithi045.tkkiao (mgr.14182) 320 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.wjwpkm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-wjwpkm 2023-11-17T06:53:17.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.wjwpkm 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.wjwpkm ... 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: cephadm 2023-11-17T06:52:47.122209+0000 mgr.smithi045.tkkiao (mgr.14182) 321 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.zsjfuj on smithi045 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:48 smithi105 bash[28427]: cluster 2023-11-17T06:52:47.215692+0000 mgr.smithi045.tkkiao (mgr.14182) 322 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 306 B/s wr, 4 op/s 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:50 smithi105 bash[28427]: cluster 2023-11-17T06:52:49.216911+0000 mgr.smithi045.tkkiao (mgr.14182) 323 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 306 B/s wr, 4 op/s 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:51 smithi105 bash[28427]: audit 2023-11-17T06:52:51.009185+0000 mon.smithi045 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.zsjfuj"}]: dispatch 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:51 smithi105 bash[28427]: audit 2023-11-17T06:52:51.025533+0000 mon.smithi045 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: cephadm 2023-11-17T06:52:51.007886+0000 mgr.smithi045.tkkiao (mgr.14182) 324 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.zsjfuj ... 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:53:17.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.zsjfuj ... 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.569 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: cephadm 2023-11-17T06:52:51.008488+0000 mgr.smithi045.tkkiao (mgr.14182) 325 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: cephadm 2023-11-17T06:52:51.010697+0000 mgr.smithi045.tkkiao (mgr.14182) 326 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.zsjfuj on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zsjfuj 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zsjfuj 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.zsjfuj ... 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: cephadm 2023-11-17T06:52:51.015063+0000 mgr.smithi045.tkkiao (mgr.14182) 327 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.fspajl on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: cephadm 2023-11-17T06:52:51.017648+0000 mgr.smithi045.tkkiao (mgr.14182) 328 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: cluster 2023-11-17T06:52:51.018827+0000 mgr.smithi045.tkkiao (mgr.14182) 329 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 262 B/s wr, 3 op/s 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: cluster 2023-11-17T06:52:51.629553+0000 mon.smithi045 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:52 smithi105 bash[28427]: audit 2023-11-17T06:52:52.521828+0000 mon.smithi045 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:54 smithi105 bash[28427]: cluster 2023-11-17T06:52:53.020027+0000 mgr.smithi045.tkkiao (mgr.14182) 330 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:56 smithi105 bash[28427]: cluster 2023-11-17T06:52:55.021679+0000 mgr.smithi045.tkkiao (mgr.14182) 331 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 748 B/s rd, 0 op/s 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: audit 2023-11-17T06:52:56.951323+0000 mon.smithi045 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: cluster 2023-11-17T06:52:57.023162+0000 mgr.smithi045.tkkiao (mgr.14182) 332 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: audit 2023-11-17T06:52:57.333829+0000 mon.smithi045 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: audit 2023-11-17T06:52:57.335625+0000 mon.smithi045 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: audit 2023-11-17T06:52:57.337183+0000 mon.smithi045 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: cephadm 2023-11-17T06:52:57.342551+0000 mgr.smithi045.tkkiao (mgr.14182) 333 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: audit 2023-11-17T06:52:57.615192+0000 mon.smithi045 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: cluster 2023-11-17T06:52:57.616237+0000 mgr.smithi045.tkkiao (mgr.14182) 334 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: audit 2023-11-17T06:52:57.623847+0000 mon.smithi045 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: audit 2023-11-17T06:52:57.639314+0000 mon.smithi045 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:57 smithi105 bash[28427]: cephadm 2023-11-17T06:52:57.644395+0000 mgr.smithi045.tkkiao (mgr.14182) 335 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pyewfz on smithi105 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:58 smithi105 bash[28427]: cluster 2023-11-17T06:52:57.949046+0000 mon.smithi045 (mon.0) 702 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:58 smithi105 bash[28427]: cluster 2023-11-17T06:52:57.949104+0000 mon.smithi045 (mon.0) 703 : cluster [INF] Cluster is now healthy 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:52:59 smithi105 bash[28427]: cluster 2023-11-17T06:52:59.617747+0000 mgr.smithi045.tkkiao (mgr.14182) 336 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 984 B/s rd, 1 op/s 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:01 smithi105 bash[28427]: audit 2023-11-17T06:53:01.377220+0000 mon.smithi045 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pyewfz"}]: dispatch 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: cephadm 2023-11-17T06:53:01.375990+0000 mgr.smithi045.tkkiao (mgr.14182) 337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.pyewfz ... 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.pyewfz ... 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: cephadm 2023-11-17T06:53:01.376564+0000 mgr.smithi045.tkkiao (mgr.14182) 338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: cephadm 2023-11-17T06:53:01.379079+0000 mgr.smithi045.tkkiao (mgr.14182) 339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.pyewfz ... 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: cephadm 2023-11-17T06:53:01.383847+0000 mgr.smithi045.tkkiao (mgr.14182) 340 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.qaibut on smithi045 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:02 smithi105 bash[28427]: cluster 2023-11-17T06:53:01.618464+0000 mgr.smithi045.tkkiao (mgr.14182) 341 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:04 smithi105 bash[28427]: cluster 2023-11-17T06:53:03.619665+0000 mgr.smithi045.tkkiao (mgr.14182) 342 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:05 smithi105 bash[28427]: audit 2023-11-17T06:53:05.507830+0000 mon.smithi045 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.qaibut"}]: dispatch 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: cephadm 2023-11-17T06:53:05.506652+0000 mgr.smithi045.tkkiao (mgr.14182) 343 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.qaibut ... 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.qaibut ... 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: cephadm 2023-11-17T06:53:05.507202+0000 mgr.smithi045.tkkiao (mgr.14182) 344 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: cephadm 2023-11-17T06:53:05.509404+0000 mgr.smithi045.tkkiao (mgr.14182) 345 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.qaibut ... 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: cephadm 2023-11-17T06:53:05.513747+0000 mgr.smithi045.tkkiao (mgr.14182) 346 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: cephadm 2023-11-17T06:53:05.515815+0000 mgr.smithi045.tkkiao (mgr.14182) 347 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: cluster 2023-11-17T06:53:05.517419+0000 mgr.smithi045.tkkiao (mgr.14182) 348 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:06 smithi105 bash[28427]: cluster 2023-11-17T06:53:05.643343+0000 mon.smithi045 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:08 smithi105 bash[28427]: cluster 2023-11-17T06:53:07.518839+0000 mgr.smithi045.tkkiao (mgr.14182) 349 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:08 smithi105 bash[28427]: audit 2023-11-17T06:53:07.543141+0000 mon.smithi045 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:10 smithi105 bash[28427]: cluster 2023-11-17T06:53:09.520447+0000 mgr.smithi045.tkkiao (mgr.14182) 350 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-17T06:53:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:12 smithi105 bash[28427]: cluster 2023-11-17T06:53:11.521720+0000 mgr.smithi045.tkkiao (mgr.14182) 351 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 774 B/s rd, 0 op/s 2023-11-17T06:53:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:14 smithi105 bash[28427]: cluster 2023-11-17T06:53:13.523291+0000 mgr.smithi045.tkkiao (mgr.14182) 352 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T06:53:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:15 smithi105 bash[28427]: audit 2023-11-17T06:53:14.675509+0000 mon.smithi045 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:16 smithi105 bash[28427]: cluster 2023-11-17T06:53:15.524541+0000 mgr.smithi045.tkkiao (mgr.14182) 353 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T06:53:17.625 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:54 smithi045 bash[25828]: cluster 2023-11-17T06:52:53.020027+0000 mgr.smithi045.tkkiao (mgr.14182) 330 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2023-11-17T06:53:17.626 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-11-17T06:53:17.626 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-boto3 (1.4.2-1) ... 2023-11-17T06:53:17.627 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:56 smithi045 bash[25828]: cluster 2023-11-17T06:52:55.021679+0000 mgr.smithi045.tkkiao (mgr.14182) 331 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 748 B/s rd, 0 op/s 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: audit 2023-11-17T06:52:56.951323+0000 mon.smithi045 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: cluster 2023-11-17T06:52:57.023162+0000 mgr.smithi045.tkkiao (mgr.14182) 332 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: audit 2023-11-17T06:52:57.333829+0000 mon.smithi045 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: audit 2023-11-17T06:52:57.335625+0000 mon.smithi045 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: audit 2023-11-17T06:52:57.337183+0000 mon.smithi045 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: cephadm 2023-11-17T06:52:57.342551+0000 mgr.smithi045.tkkiao (mgr.14182) 333 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: audit 2023-11-17T06:52:57.615192+0000 mon.smithi045 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: cluster 2023-11-17T06:52:57.616237+0000 mgr.smithi045.tkkiao (mgr.14182) 334 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: audit 2023-11-17T06:52:57.623847+0000 mon.smithi045 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: audit 2023-11-17T06:52:57.639314+0000 mon.smithi045 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:57 smithi045 bash[25828]: cephadm 2023-11-17T06:52:57.644395+0000 mgr.smithi045.tkkiao (mgr.14182) 335 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pyewfz on smithi105 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:58 smithi045 bash[25828]: cluster 2023-11-17T06:52:57.949046+0000 mon.smithi045 (mon.0) 702 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:58 smithi045 bash[25828]: cluster 2023-11-17T06:52:57.949104+0000 mon.smithi045 (mon.0) 703 : cluster [INF] Cluster is now healthy 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:52:59 smithi045 bash[25828]: cluster 2023-11-17T06:52:59.617747+0000 mgr.smithi045.tkkiao (mgr.14182) 336 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 984 B/s rd, 1 op/s 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:01 smithi045 bash[25828]: audit 2023-11-17T06:53:01.377220+0000 mon.smithi045 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pyewfz"}]: dispatch 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: cephadm 2023-11-17T06:53:01.375990+0000 mgr.smithi045.tkkiao (mgr.14182) 337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.pyewfz ... 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.pyewfz ... 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: cephadm 2023-11-17T06:53:01.376564+0000 mgr.smithi045.tkkiao (mgr.14182) 338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: cephadm 2023-11-17T06:53:01.379079+0000 mgr.smithi045.tkkiao (mgr.14182) 339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.pyewfz ... 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: cephadm 2023-11-17T06:53:01.383847+0000 mgr.smithi045.tkkiao (mgr.14182) 340 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.qaibut on smithi045 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:02 smithi045 bash[25828]: cluster 2023-11-17T06:53:01.618464+0000 mgr.smithi045.tkkiao (mgr.14182) 341 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:04 smithi045 bash[25828]: cluster 2023-11-17T06:53:03.619665+0000 mgr.smithi045.tkkiao (mgr.14182) 342 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:05 smithi045 bash[25828]: audit 2023-11-17T06:53:05.507830+0000 mon.smithi045 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.qaibut"}]: dispatch 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: cephadm 2023-11-17T06:53:05.506652+0000 mgr.smithi045.tkkiao (mgr.14182) 343 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.qaibut ... 2023-11-17T06:53:17.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.650 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.651 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.qaibut ... 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.652 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: cephadm 2023-11-17T06:53:05.507202+0000 mgr.smithi045.tkkiao (mgr.14182) 344 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: cephadm 2023-11-17T06:53:05.509404+0000 mgr.smithi045.tkkiao (mgr.14182) 345 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.qaibut ... 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:53:17.653 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:53:17.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: cephadm 2023-11-17T06:53:05.513747+0000 mgr.smithi045.tkkiao (mgr.14182) 346 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: cephadm 2023-11-17T06:53:05.515815+0000 mgr.smithi045.tkkiao (mgr.14182) 347 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: cluster 2023-11-17T06:53:05.517419+0000 mgr.smithi045.tkkiao (mgr.14182) 348 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:06 smithi045 bash[25828]: cluster 2023-11-17T06:53:05.643343+0000 mon.smithi045 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:08 smithi045 bash[25828]: cluster 2023-11-17T06:53:07.518839+0000 mgr.smithi045.tkkiao (mgr.14182) 349 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:08 smithi045 bash[25828]: audit 2023-11-17T06:53:07.543141+0000 mon.smithi045 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:10 smithi045 bash[25828]: cluster 2023-11-17T06:53:09.520447+0000 mgr.smithi045.tkkiao (mgr.14182) 350 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:12 smithi045 bash[25828]: cluster 2023-11-17T06:53:11.521720+0000 mgr.smithi045.tkkiao (mgr.14182) 351 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 774 B/s rd, 0 op/s 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:14 smithi045 bash[25828]: cluster 2023-11-17T06:53:13.523291+0000 mgr.smithi045.tkkiao (mgr.14182) 352 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T06:53:17.656 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:15 smithi045 bash[25828]: audit 2023-11-17T06:53:14.675509+0000 mon.smithi045 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:53:17.657 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:16 smithi045 bash[25828]: cluster 2023-11-17T06:53:15.524541+0000 mgr.smithi045.tkkiao (mgr.14182) 353 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T06:53:17.680 INFO:teuthology.orchestra.run.smithi045.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-11-17T06:53:19.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:18 smithi045 bash[25828]: cluster 2023-11-17T06:53:17.525884+0000 mgr.smithi045.tkkiao (mgr.14182) 354 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:18 smithi105 bash[28427]: cluster 2023-11-17T06:53:17.525884+0000 mgr.smithi045.tkkiao (mgr.14182) 354 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:21.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:20 smithi045 bash[25828]: cluster 2023-11-17T06:53:19.527493+0000 mgr.smithi045.tkkiao (mgr.14182) 355 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:20 smithi105 bash[28427]: cluster 2023-11-17T06:53:19.527493+0000 mgr.smithi045.tkkiao (mgr.14182) 355 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:22.534 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 2023-11-17T06:53:22.564 INFO:teuthology.orchestra.run.smithi045.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c 2023-11-17T06:53:23.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:22 smithi045 bash[25828]: cluster 2023-11-17T06:53:21.528756+0000 mgr.smithi045.tkkiao (mgr.14182) 356 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:23.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:22 smithi105 bash[28427]: cluster 2023-11-17T06:53:21.528756+0000 mgr.smithi045.tkkiao (mgr.14182) 356 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:24.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:24 smithi045 bash[25828]: cluster 2023-11-17T06:53:23.530381+0000 mgr.smithi045.tkkiao (mgr.14182) 357 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:25.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:24 smithi105 bash[28427]: cluster 2023-11-17T06:53:23.530381+0000 mgr.smithi045.tkkiao (mgr.14182) 357 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:26.589 INFO:teuthology.run_tasks:Running task python... 2023-11-17T06:53:26.599 INFO:tasks.python:Running python on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T06:53:26.600 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-11-17T06:53:26.600 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-11-17T06:53:27.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:26 smithi045 bash[25828]: cluster 2023-11-17T06:53:25.531637+0000 mgr.smithi045.tkkiao (mgr.14182) 358 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:53:27.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:26 smithi105 bash[28427]: cluster 2023-11-17T06:53:25.531637+0000 mgr.smithi045.tkkiao (mgr.14182) 358 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:53:29.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:28 smithi045 bash[25828]: cluster 2023-11-17T06:53:27.532851+0000 mgr.smithi045.tkkiao (mgr.14182) 359 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2023-11-17T06:53:29.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:28 smithi045 bash[25828]: cluster 2023-11-17T06:53:27.727638+0000 mon.smithi045 (mon.0) 709 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-17T06:53:29.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:28 smithi045 bash[25828]: audit 2023-11-17T06:53:27.728630+0000 mon.smithi045 (mon.0) 710 : audit [INF] from='client.? 172.21.15.45:0/3557081280' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-17T06:53:29.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:28 smithi105 bash[28427]: cluster 2023-11-17T06:53:27.532851+0000 mgr.smithi045.tkkiao (mgr.14182) 359 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2023-11-17T06:53:29.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:28 smithi105 bash[28427]: cluster 2023-11-17T06:53:27.727638+0000 mon.smithi045 (mon.0) 709 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-17T06:53:29.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:28 smithi105 bash[28427]: audit 2023-11-17T06:53:27.728630+0000 mon.smithi045 (mon.0) 710 : audit [INF] from='client.? 172.21.15.45:0/3557081280' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-17T06:53:30.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:29 smithi045 bash[25828]: audit 2023-11-17T06:53:28.737710+0000 mon.smithi045 (mon.0) 711 : audit [INF] from='client.? 172.21.15.45:0/3557081280' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-17T06:53:30.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:29 smithi045 bash[25828]: cluster 2023-11-17T06:53:28.737954+0000 mon.smithi045 (mon.0) 712 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-17T06:53:30.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:29 smithi045 bash[25828]: audit 2023-11-17T06:53:28.748311+0000 mon.smithi045 (mon.0) 713 : audit [INF] from='client.? 172.21.15.45:0/3557081280' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T06:53:30.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:29 smithi105 bash[28427]: audit 2023-11-17T06:53:28.737710+0000 mon.smithi045 (mon.0) 711 : audit [INF] from='client.? 172.21.15.45:0/3557081280' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-17T06:53:30.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:29 smithi105 bash[28427]: cluster 2023-11-17T06:53:28.737954+0000 mon.smithi045 (mon.0) 712 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-17T06:53:30.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:29 smithi105 bash[28427]: audit 2023-11-17T06:53:28.748311+0000 mon.smithi045 (mon.0) 713 : audit [INF] from='client.? 172.21.15.45:0/3557081280' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-17T06:53:31.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:30 smithi045 bash[25828]: cluster 2023-11-17T06:53:29.534254+0000 mgr.smithi045.tkkiao (mgr.14182) 360 : cluster [DBG] pgmap v308: 193 pgs: 15 creating+peering, 11 unknown, 167 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2023-11-17T06:53:31.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:30 smithi045 bash[25828]: audit 2023-11-17T06:53:29.750248+0000 mon.smithi045 (mon.0) 714 : audit [INF] from='client.? 172.21.15.45:0/3557081280' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T06:53:31.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:30 smithi045 bash[25828]: cluster 2023-11-17T06:53:29.750349+0000 mon.smithi045 (mon.0) 715 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-17T06:53:31.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:30 smithi105 bash[28427]: cluster 2023-11-17T06:53:29.534254+0000 mgr.smithi045.tkkiao (mgr.14182) 360 : cluster [DBG] pgmap v308: 193 pgs: 15 creating+peering, 11 unknown, 167 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2023-11-17T06:53:31.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:30 smithi105 bash[28427]: audit 2023-11-17T06:53:29.750248+0000 mon.smithi045 (mon.0) 714 : audit [INF] from='client.? 172.21.15.45:0/3557081280' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-17T06:53:31.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:30 smithi105 bash[28427]: cluster 2023-11-17T06:53:29.750349+0000 mon.smithi045 (mon.0) 715 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-17T06:53:31.831 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T06:53:31.840 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T06:53:31.841 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-11-17T06:53:32.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:31 smithi045 bash[25828]: cluster 2023-11-17T06:53:30.759072+0000 mon.smithi045 (mon.0) 716 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-17T06:53:32.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:31 smithi045 bash[25828]: audit 2023-11-17T06:53:30.760869+0000 mon.smithi045 (mon.0) 717 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-17T06:53:32.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:31 smithi105 bash[28427]: cluster 2023-11-17T06:53:30.759072+0000 mon.smithi045 (mon.0) 716 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-17T06:53:32.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:31 smithi105 bash[28427]: audit 2023-11-17T06:53:30.760869+0000 mon.smithi045 (mon.0) 717 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-17T06:53:33.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:32 smithi045 bash[25828]: cluster 2023-11-17T06:53:31.535549+0000 mgr.smithi045.tkkiao (mgr.14182) 361 : cluster [DBG] pgmap v311: 225 pgs: 17 creating+peering, 34 unknown, 174 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 255 B/s wr, 3 op/s 2023-11-17T06:53:33.074 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:32 smithi045 bash[25828]: audit 2023-11-17T06:53:31.763045+0000 mon.smithi045 (mon.0) 718 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-17T06:53:33.074 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:32 smithi045 bash[25828]: cluster 2023-11-17T06:53:31.763626+0000 mon.smithi045 (mon.0) 719 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-17T06:53:33.074 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:32 smithi045 bash[25828]: cluster 2023-11-17T06:53:32.764024+0000 mon.smithi045 (mon.0) 720 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-17T06:53:33.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:32 smithi105 bash[28427]: cluster 2023-11-17T06:53:31.535549+0000 mgr.smithi045.tkkiao (mgr.14182) 361 : cluster [DBG] pgmap v311: 225 pgs: 17 creating+peering, 34 unknown, 174 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 255 B/s wr, 3 op/s 2023-11-17T06:53:33.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:32 smithi105 bash[28427]: audit 2023-11-17T06:53:31.763045+0000 mon.smithi045 (mon.0) 718 : audit [INF] from='client.? 172.21.15.45:0/246540924' entity='client.rgw.foorgw.smithi045.reacrm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-17T06:53:33.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:32 smithi105 bash[28427]: cluster 2023-11-17T06:53:31.763626+0000 mon.smithi045 (mon.0) 719 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-17T06:53:33.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:32 smithi105 bash[28427]: cluster 2023-11-17T06:53:32.764024+0000 mon.smithi045 (mon.0) 720 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-17T06:53:35.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:34 smithi045 bash[25828]: cluster 2023-11-17T06:53:33.537095+0000 mgr.smithi045.tkkiao (mgr.14182) 362 : cluster [DBG] pgmap v314: 225 pgs: 7 creating+peering, 6 unknown, 212 active+clean; 6.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 8 op/s 2023-11-17T06:53:35.140 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-11-17T06:53:35.140 INFO:teuthology.orchestra.run.smithi045.stdout: "bind": "/foouser", 2023-11-17T06:53:35.140 INFO:teuthology.orchestra.run.smithi045.stdout: "path": "/", 2023-11-17T06:53:35.140 INFO:teuthology.orchestra.run.smithi045.stdout: "cluster": "foo", 2023-11-17T06:53:35.140 INFO:teuthology.orchestra.run.smithi045.stdout: "mode": "RW", 2023-11-17T06:53:35.140 INFO:teuthology.orchestra.run.smithi045.stdout: "squash": "none" 2023-11-17T06:53:35.140 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-11-17T06:53:35.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:34 smithi105 bash[28427]: cluster 2023-11-17T06:53:33.537095+0000 mgr.smithi045.tkkiao (mgr.14182) 362 : cluster [DBG] pgmap v314: 225 pgs: 7 creating+peering, 6 unknown, 212 active+clean; 6.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 8 op/s 2023-11-17T06:53:35.762 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-17T06:53:35.772 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-17T06:53:35.772 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:36.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:35 smithi045 bash[25828]: audit 2023-11-17T06:53:34.926202+0000 mgr.smithi045.tkkiao (mgr.14182) 363 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:53:36.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:35 smithi105 bash[28427]: audit 2023-11-17T06:53:34.926202+0000 mgr.smithi045.tkkiao (mgr.14182) 363 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:53:37.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:36 smithi045 bash[25828]: cluster 2023-11-17T06:53:35.539089+0000 mgr.smithi045.tkkiao (mgr.14182) 364 : cluster [DBG] pgmap v315: 225 pgs: 7 creating+peering, 218 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 530 B/s rd, 1.4 KiB/s wr, 6 op/s 2023-11-17T06:53:37.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:36 smithi105 bash[28427]: cluster 2023-11-17T06:53:35.539089+0000 mgr.smithi045.tkkiao (mgr.14182) 364 : cluster [DBG] pgmap v315: 225 pgs: 7 creating+peering, 218 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 530 B/s rd, 1.4 KiB/s wr, 6 op/s 2023-11-17T06:53:38.904 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:53:38.904 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:56.936864Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:56.937623Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:56.938036Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:56.938360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:56.938949Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:52:56.938642Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:56.940069Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:53:39.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:38 smithi045 bash[25828]: cluster 2023-11-17T06:53:37.540719+0000 mgr.smithi045.tkkiao (mgr.14182) 365 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.6 KiB/s wr, 11 op/s 2023-11-17T06:53:39.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:38 smithi105 bash[28427]: cluster 2023-11-17T06:53:37.540719+0000 mgr.smithi045.tkkiao (mgr.14182) 365 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.6 KiB/s wr, 11 op/s 2023-11-17T06:53:39.518 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-17T06:53:39.519 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-17T06:53:39.531 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-17T06:53:39.531 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:40.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:39 smithi045 bash[25828]: audit 2023-11-17T06:53:38.887762+0000 mgr.smithi045.tkkiao (mgr.14182) 366 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:39 smithi105 bash[28427]: audit 2023-11-17T06:53:38.887762+0000 mgr.smithi045.tkkiao (mgr.14182) 366 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:40.906 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:40 smithi045 bash[25828]: cluster 2023-11-17T06:53:39.543319+0000 mgr.smithi045.tkkiao (mgr.14182) 367 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 1.4 KiB/s wr, 18 op/s 2023-11-17T06:53:41.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:40 smithi105 bash[28427]: cluster 2023-11-17T06:53:39.543319+0000 mgr.smithi045.tkkiao (mgr.14182) 367 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 1.4 KiB/s wr, 18 op/s 2023-11-17T06:53:42.580 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:53:42.580 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:56.936864Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:56.937623Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:56.938036Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:56.938360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:56.938949Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:52:56.938642Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:56.940069Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:53:43.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:42 smithi045 bash[25828]: cluster 2023-11-17T06:53:41.544885+0000 mgr.smithi045.tkkiao (mgr.14182) 368 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 1.2 KiB/s wr, 17 op/s 2023-11-17T06:53:43.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:53:43.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:42 smithi105 bash[28427]: cluster 2023-11-17T06:53:41.544885+0000 mgr.smithi045.tkkiao (mgr.14182) 368 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 1.2 KiB/s wr, 17 op/s 2023-11-17T06:53:44.151 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:44.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:43 smithi105 bash[28427]: audit 2023-11-17T06:53:42.569254+0000 mgr.smithi045.tkkiao (mgr.14182) 369 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:44.164 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:43 smithi045 bash[25828]: audit 2023-11-17T06:53:42.569254+0000 mgr.smithi045.tkkiao (mgr.14182) 369 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:45.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:44 smithi105 bash[28427]: cluster 2023-11-17T06:53:43.546812+0000 mgr.smithi045.tkkiao (mgr.14182) 370 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 949 B/s wr, 14 op/s 2023-11-17T06:53:45.168 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:44 smithi045 bash[25828]: cluster 2023-11-17T06:53:43.546812+0000 mgr.smithi045.tkkiao (mgr.14182) 370 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 949 B/s wr, 14 op/s 2023-11-17T06:53:46.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:45 smithi045 bash[25828]: audit 2023-11-17T06:53:45.450662+0000 mon.smithi045 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.3", "id": [5, 3]}]: dispatch 2023-11-17T06:53:46.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:45 smithi105 bash[28427]: audit 2023-11-17T06:53:45.450662+0000 mon.smithi045 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.3", "id": [5, 3]}]: dispatch 2023-11-17T06:53:47.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:46 smithi045 bash[25828]: cluster 2023-11-17T06:53:45.548424+0000 mgr.smithi045.tkkiao (mgr.14182) 371 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 511 B/s wr, 12 op/s 2023-11-17T06:53:47.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:46 smithi045 bash[25828]: audit 2023-11-17T06:53:45.846746+0000 mon.smithi045 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.3", "id": [5, 3]}]': finished 2023-11-17T06:53:47.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:46 smithi045 bash[25828]: cluster 2023-11-17T06:53:45.846894+0000 mon.smithi045 (mon.0) 723 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-11-17T06:53:47.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:46 smithi105 bash[28427]: cluster 2023-11-17T06:53:45.548424+0000 mgr.smithi045.tkkiao (mgr.14182) 371 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 511 B/s wr, 12 op/s 2023-11-17T06:53:47.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:46 smithi105 bash[28427]: audit 2023-11-17T06:53:45.846746+0000 mon.smithi045 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.3", "id": [5, 3]}]': finished 2023-11-17T06:53:47.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:46 smithi105 bash[28427]: cluster 2023-11-17T06:53:45.846894+0000 mon.smithi045 (mon.0) 723 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-11-17T06:53:47.262 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:53:47.262 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:56.936864Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:56.937623Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:56.938036Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:56.938360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:56.938949Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:52:56.938642Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:56.940069Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:53:47.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:53:48.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:47 smithi105 bash[28427]: cluster 2023-11-17T06:53:46.848711+0000 mon.smithi045 (mon.0) 724 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-11-17T06:53:48.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:47 smithi045 bash[25828]: cluster 2023-11-17T06:53:46.848711+0000 mon.smithi045 (mon.0) 724 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-11-17T06:53:48.872 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:48 smithi105 bash[28427]: audit 2023-11-17T06:53:47.246875+0000 mgr.smithi045.tkkiao (mgr.14182) 372 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:48 smithi105 bash[28427]: cluster 2023-11-17T06:53:47.549547+0000 mgr.smithi045.tkkiao (mgr.14182) 373 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 127 B/s wr, 2 op/s 2023-11-17T06:53:49.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:48 smithi045 bash[25828]: audit 2023-11-17T06:53:47.246875+0000 mgr.smithi045.tkkiao (mgr.14182) 372 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:49.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:48 smithi045 bash[25828]: cluster 2023-11-17T06:53:47.549547+0000 mgr.smithi045.tkkiao (mgr.14182) 373 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 127 B/s wr, 2 op/s 2023-11-17T06:53:51.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:50 smithi105 bash[28427]: cluster 2023-11-17T06:53:49.551494+0000 mgr.smithi045.tkkiao (mgr.14182) 374 : cluster [DBG] pgmap v324: 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 2023-11-17T06:53:51.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:50 smithi045 bash[25828]: cluster 2023-11-17T06:53:49.551494+0000 mgr.smithi045.tkkiao (mgr.14182) 374 : cluster [DBG] pgmap v324: 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 2023-11-17T06:53:51.703 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:53:51.703 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:56.936864Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:56.937623Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:56.938036Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:56.938360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:56.938949Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:52:56.938642Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:56.940069Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:53:52.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:53:53.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:52 smithi105 bash[28427]: cluster 2023-11-17T06:53:51.552891+0000 mgr.smithi045.tkkiao (mgr.14182) 375 : cluster [DBG] pgmap v325: 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 2023-11-17T06:53:53.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:52 smithi105 bash[28427]: audit 2023-11-17T06:53:51.693008+0000 mgr.smithi045.tkkiao (mgr.14182) 376 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:53.297 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:53.309 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:52 smithi045 bash[25828]: cluster 2023-11-17T06:53:51.552891+0000 mgr.smithi045.tkkiao (mgr.14182) 375 : cluster [DBG] pgmap v325: 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 2023-11-17T06:53:53.309 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:52 smithi045 bash[25828]: audit 2023-11-17T06:53:51.693008+0000 mgr.smithi045.tkkiao (mgr.14182) 376 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:55.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:54 smithi105 bash[28427]: cluster 2023-11-17T06:53:53.554833+0000 mgr.smithi045.tkkiao (mgr.14182) 377 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:55.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:54 smithi045 bash[25828]: cluster 2023-11-17T06:53:53.554833+0000 mgr.smithi045.tkkiao (mgr.14182) 377 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:56.324 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:53:56.324 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:56.936864Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:56.937623Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:56.938036Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:56.938360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:56.938949Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:52:56.938642Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:56.940069Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:53:56.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:53:57.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:56 smithi105 bash[28427]: cluster 2023-11-17T06:53:55.556372+0000 mgr.smithi045.tkkiao (mgr.14182) 378 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-17T06:53:57.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:56 smithi045 bash[25828]: cluster 2023-11-17T06:53:55.556372+0000 mgr.smithi045.tkkiao (mgr.14182) 378 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-17T06:53:57.864 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:58.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:57 smithi105 bash[28427]: audit 2023-11-17T06:53:56.307928+0000 mgr.smithi045.tkkiao (mgr.14182) 379 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:58.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:57 smithi045 bash[25828]: audit 2023-11-17T06:53:56.307928+0000 mgr.smithi045.tkkiao (mgr.14182) 379 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:59.262 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:53:58 smithi045 bash[25828]: cluster 2023-11-17T06:53:57.557832+0000 mgr.smithi045.tkkiao (mgr.14182) 380 : cluster [DBG] pgmap v328: 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 2023-11-17T06:53:59.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:53:58 smithi105 bash[28427]: cluster 2023-11-17T06:53:57.557832+0000 mgr.smithi045.tkkiao (mgr.14182) 380 : cluster [DBG] pgmap v328: 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 2023-11-17T06:54:00.900 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:00.900 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:56.936864Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:56.937623Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:56.938036Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:56.938360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:56.938949Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:52:56.938642Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:56.940069Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:01.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:00 smithi045 bash[25828]: cluster 2023-11-17T06:53:59.559825+0000 mgr.smithi045.tkkiao (mgr.14182) 381 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:01.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:00 smithi105 bash[28427]: cluster 2023-11-17T06:53:59.559825+0000 mgr.smithi045.tkkiao (mgr.14182) 381 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:01.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:02.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:01 smithi045 bash[25828]: audit 2023-11-17T06:54:00.889524+0000 mgr.smithi045.tkkiao (mgr.14182) 382 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:02.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:01 smithi105 bash[28427]: audit 2023-11-17T06:54:00.889524+0000 mgr.smithi045.tkkiao (mgr.14182) 382 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:02.538 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:03.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:02 smithi045 bash[25828]: cluster 2023-11-17T06:54:01.561328+0000 mgr.smithi045.tkkiao (mgr.14182) 383 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:03.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:02 smithi105 bash[28427]: cluster 2023-11-17T06:54:01.561328+0000 mgr.smithi045.tkkiao (mgr.14182) 383 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:05.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:04 smithi045 bash[25828]: cluster 2023-11-17T06:54:03.563346+0000 mgr.smithi045.tkkiao (mgr.14182) 384 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:04 smithi105 bash[28427]: cluster 2023-11-17T06:54:03.563346+0000 mgr.smithi045.tkkiao (mgr.14182) 384 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:05.478 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:05.478 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:56.936864Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:56.937623Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:56.938036Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:56.938360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:56.938949Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:52:56.938642Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:56.940069Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:06.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:05 smithi105 bash[28427]: audit 2023-11-17T06:54:05.520217+0000 mon.smithi045 (mon.0) 725 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:54:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:05 smithi105 bash[28427]: audit 2023-11-17T06:54:05.820671+0000 mon.smithi045 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:06.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:05 smithi045 bash[25828]: audit 2023-11-17T06:54:05.520217+0000 mon.smithi045 (mon.0) 725 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:54:06.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:05 smithi045 bash[25828]: audit 2023-11-17T06:54:05.820671+0000 mon.smithi045 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:07.062 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:06 smithi045 bash[25828]: audit 2023-11-17T06:54:05.462180+0000 mgr.smithi045.tkkiao (mgr.14182) 385 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:06 smithi045 bash[25828]: cluster 2023-11-17T06:54:05.564881+0000 mgr.smithi045.tkkiao (mgr.14182) 386 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:07.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:06 smithi105 bash[28427]: audit 2023-11-17T06:54:05.462180+0000 mgr.smithi045.tkkiao (mgr.14182) 385 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:07.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:06 smithi105 bash[28427]: cluster 2023-11-17T06:54:05.564881+0000 mgr.smithi045.tkkiao (mgr.14182) 386 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:09.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:08 smithi045 bash[25828]: cluster 2023-11-17T06:54:07.566440+0000 mgr.smithi045.tkkiao (mgr.14182) 387 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:09.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:08 smithi105 bash[28427]: cluster 2023-11-17T06:54:07.566440+0000 mgr.smithi045.tkkiao (mgr.14182) 387 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:10.228 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:10.228 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:56.936864Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:56.937623Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:56.938036Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:56.938360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:56.938949Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:52:56.938642Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:56.940069Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:10.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:11.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:10 smithi045 bash[25828]: cluster 2023-11-17T06:54:09.568468+0000 mgr.smithi045.tkkiao (mgr.14182) 388 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:11.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:10 smithi105 bash[28427]: cluster 2023-11-17T06:54:09.568468+0000 mgr.smithi045.tkkiao (mgr.14182) 388 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:11.781 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:12.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:11 smithi045 bash[25828]: audit 2023-11-17T06:54:10.213970+0000 mgr.smithi045.tkkiao (mgr.14182) 389 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:12.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:11 smithi045 bash[25828]: audit 2023-11-17T06:54:11.440330+0000 mon.smithi045 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:12.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:11 smithi045 bash[25828]: audit 2023-11-17T06:54:11.739378+0000 mon.smithi045 (mon.0) 728 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:54:12.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:11 smithi045 bash[25828]: audit 2023-11-17T06:54:11.741441+0000 mon.smithi045 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:54:12.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:11 smithi045 bash[25828]: audit 2023-11-17T06:54:11.751918+0000 mon.smithi045 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:12.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:11 smithi045 bash[25828]: audit 2023-11-17T06:54:11.761963+0000 mon.smithi045 (mon.0) 731 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:54:12.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:11 smithi045 bash[25828]: audit 2023-11-17T06:54:11.779401+0000 mon.smithi045 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:12.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:11 smithi105 bash[28427]: audit 2023-11-17T06:54:10.213970+0000 mgr.smithi045.tkkiao (mgr.14182) 389 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:12.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:11 smithi105 bash[28427]: audit 2023-11-17T06:54:11.440330+0000 mon.smithi045 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:12.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: audit 2023-11-17T06:54:11.739378+0000 mon.smithi045 (mon.0) 728 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:54:12.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: audit 2023-11-17T06:54:11.741441+0000 mon.smithi045 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:54:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: audit 2023-11-17T06:54:11.751918+0000 mon.smithi045 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: audit 2023-11-17T06:54:11.761963+0000 mon.smithi045 (mon.0) 731 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:54:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: audit 2023-11-17T06:54:11.779401+0000 mon.smithi045 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:13.108 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:12 smithi045 bash[25828]: cluster 2023-11-17T06:54:11.569915+0000 mgr.smithi045.tkkiao (mgr.14182) 390 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:13.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:12 smithi045 bash[25828]: cluster 2023-11-17T06:54:11.753307+0000 mgr.smithi045.tkkiao (mgr.14182) 391 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2023-11-17T06:54:13.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:12 smithi045 bash[25828]: cephadm 2023-11-17T06:54:11.785752+0000 mgr.smithi045.tkkiao (mgr.14182) 392 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qqtlcv on smithi105 2023-11-17T06:54:13.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:12 smithi045 bash[25828]: cluster 2023-11-17T06:54:12.435579+0000 mon.smithi045 (mon.0) 733 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:54:13.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:12 smithi045 bash[25828]: cluster 2023-11-17T06:54:12.435621+0000 mon.smithi045 (mon.0) 734 : cluster [INF] Cluster is now healthy 2023-11-17T06:54:13.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: cluster 2023-11-17T06:54:11.569915+0000 mgr.smithi045.tkkiao (mgr.14182) 390 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:13.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: cluster 2023-11-17T06:54:11.753307+0000 mgr.smithi045.tkkiao (mgr.14182) 391 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2023-11-17T06:54:13.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: cephadm 2023-11-17T06:54:11.785752+0000 mgr.smithi045.tkkiao (mgr.14182) 392 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qqtlcv on smithi105 2023-11-17T06:54:13.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: cluster 2023-11-17T06:54:12.435579+0000 mon.smithi045 (mon.0) 733 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:54:13.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:12 smithi105 bash[28427]: cluster 2023-11-17T06:54:12.435621+0000 mon.smithi045 (mon.0) 734 : cluster [INF] Cluster is now healthy 2023-11-17T06:54:14.308 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:14 smithi045 bash[25828]: cluster 2023-11-17T06:54:13.754962+0000 mgr.smithi045.tkkiao (mgr.14182) 393 : 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 2023-11-17T06:54:14.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:14 smithi105 bash[28427]: cluster 2023-11-17T06:54:13.754962+0000 mgr.smithi045.tkkiao (mgr.14182) 393 : 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 2023-11-17T06:54:14.751 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:14.751 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:51.017500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jgteom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:15.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:16.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:15 smithi045 bash[25828]: audit 2023-11-17T06:54:14.676680+0000 mon.smithi045 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:16.145 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:15 smithi045 bash[25828]: audit 2023-11-17T06:54:14.741007+0000 mgr.smithi045.tkkiao (mgr.14182) 394 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:16.221 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:15 smithi105 bash[28427]: audit 2023-11-17T06:54:14.676680+0000 mon.smithi045 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:16.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:15 smithi105 bash[28427]: audit 2023-11-17T06:54:14.741007+0000 mgr.smithi045.tkkiao (mgr.14182) 394 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:16.374 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: cluster 2023-11-17T06:54:15.756335+0000 mgr.smithi045.tkkiao (mgr.14182) 395 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: cephadm 2023-11-17T06:54:15.916123+0000 mgr.smithi045.tkkiao (mgr.14182) 396 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qqtlcv ... 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qqtlcv ... 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: cephadm 2023-11-17T06:54:15.916569+0000 mgr.smithi045.tkkiao (mgr.14182) 397 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: audit 2023-11-17T06:54:15.917172+0000 mon.smithi045 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qqtlcv"}]: dispatch 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: cephadm 2023-11-17T06:54:15.918627+0000 mgr.smithi045.tkkiao (mgr.14182) 398 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:17.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qqtlcv ... 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:16 smithi045 bash[25828]: cephadm 2023-11-17T06:54:15.923147+0000 mgr.smithi045.tkkiao (mgr.14182) 399 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.nmfdjw on smithi045 2023-11-17T06:54:17.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: cluster 2023-11-17T06:54:15.756335+0000 mgr.smithi045.tkkiao (mgr.14182) 395 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:54:17.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: cephadm 2023-11-17T06:54:15.916123+0000 mgr.smithi045.tkkiao (mgr.14182) 396 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:17.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qqtlcv ... 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qqtlcv ... 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: cephadm 2023-11-17T06:54:15.916569+0000 mgr.smithi045.tkkiao (mgr.14182) 397 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: audit 2023-11-17T06:54:15.917172+0000 mon.smithi045 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qqtlcv"}]: dispatch 2023-11-17T06:54:17.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: cephadm 2023-11-17T06:54:15.918627+0000 mgr.smithi045.tkkiao (mgr.14182) 398 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:17.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv 2023-11-17T06:54:17.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:17.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv 2023-11-17T06:54:17.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qqtlcv ... 2023-11-17T06:54:17.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:17.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:17.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:17.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:17.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:16 smithi105 bash[28427]: cephadm 2023-11-17T06:54:15.923147+0000 mgr.smithi045.tkkiao (mgr.14182) 399 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.nmfdjw on smithi045 2023-11-17T06:54:19.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:18 smithi045 bash[25828]: cluster 2023-11-17T06:54:17.757502+0000 mgr.smithi045.tkkiao (mgr.14182) 400 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:54:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:18 smithi105 bash[28427]: cluster 2023-11-17T06:54:17.757502+0000 mgr.smithi045.tkkiao (mgr.14182) 400 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:54:19.504 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:19.504 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:01.378831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pyewfz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pyewfz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pyewfz\nDeploy daemon haproxy.nfs.foo.smithi105.pyewfz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.509167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qaibut on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qaibut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qaibut\nDeploy daemon haproxy.nfs.foo.smithi045.qaibut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:53:05.513619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nfbjoe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:19.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:19 smithi045 bash[25828]: audit 2023-11-17T06:54:19.761554+0000 mon.smithi045 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.nmfdjw"}]: dispatch 2023-11-17T06:54:20.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:20.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:19 smithi105 bash[28427]: audit 2023-11-17T06:54:19.761554+0000 mon.smithi045 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.nmfdjw"}]: dispatch 2023-11-17T06:54:21.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: audit 2023-11-17T06:54:19.490639+0000 mgr.smithi045.tkkiao (mgr.14182) 401 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:21.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: cluster 2023-11-17T06:54:19.759627+0000 mgr.smithi045.tkkiao (mgr.14182) 402 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:54:21.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: cephadm 2023-11-17T06:54:19.760540+0000 mgr.smithi045.tkkiao (mgr.14182) 403 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:21.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:21.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.nmfdjw ... 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:54:21.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:54:21.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:21.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:21.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.nmfdjw ... 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: cephadm 2023-11-17T06:54:19.760957+0000 mgr.smithi045.tkkiao (mgr.14182) 404 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: cephadm 2023-11-17T06:54:19.762828+0000 mgr.smithi045.tkkiao (mgr.14182) 405 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.nmfdjw ... 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: cephadm 2023-11-17T06:54:19.767075+0000 mgr.smithi045.tkkiao (mgr.14182) 406 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: cephadm 2023-11-17T06:54:19.770827+0000 mgr.smithi045.tkkiao (mgr.14182) 407 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: cluster 2023-11-17T06:54:19.772301+0000 mgr.smithi045.tkkiao (mgr.14182) 408 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2023-11-17T06:54:21.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:20 smithi045 bash[25828]: cluster 2023-11-17T06:54:19.815402+0000 mon.smithi045 (mon.0) 738 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:54:21.125 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: audit 2023-11-17T06:54:19.490639+0000 mgr.smithi045.tkkiao (mgr.14182) 401 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: cluster 2023-11-17T06:54:19.759627+0000 mgr.smithi045.tkkiao (mgr.14182) 402 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: cephadm 2023-11-17T06:54:19.760540+0000 mgr.smithi045.tkkiao (mgr.14182) 403 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.nmfdjw ... 2023-11-17T06:54:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.nmfdjw ... 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: cephadm 2023-11-17T06:54:19.760957+0000 mgr.smithi045.tkkiao (mgr.14182) 404 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: cephadm 2023-11-17T06:54:19.762828+0000 mgr.smithi045.tkkiao (mgr.14182) 405 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.nmfdjw ... 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:54:21.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:54:21.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:54:21.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: cephadm 2023-11-17T06:54:19.767075+0000 mgr.smithi045.tkkiao (mgr.14182) 406 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:54:21.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: cephadm 2023-11-17T06:54:19.770827+0000 mgr.smithi045.tkkiao (mgr.14182) 407 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:54:21.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: cluster 2023-11-17T06:54:19.772301+0000 mgr.smithi045.tkkiao (mgr.14182) 408 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2023-11-17T06:54:21.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:20 smithi105 bash[28427]: cluster 2023-11-17T06:54:19.815402+0000 mon.smithi045 (mon.0) 738 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:54:23.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:22 smithi105 bash[28427]: cluster 2023-11-17T06:54:21.773820+0000 mgr.smithi045.tkkiao (mgr.14182) 409 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:23.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:22 smithi105 bash[28427]: audit 2023-11-17T06:54:22.607954+0000 mon.smithi045 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:23.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:22 smithi045 bash[25828]: cluster 2023-11-17T06:54:21.773820+0000 mgr.smithi045.tkkiao (mgr.14182) 409 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:23.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:22 smithi045 bash[25828]: audit 2023-11-17T06:54:22.607954+0000 mon.smithi045 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:24.076 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:24.076 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:24.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:25.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:24 smithi045 bash[25828]: cluster 2023-11-17T06:54:23.774985+0000 mgr.smithi045.tkkiao (mgr.14182) 410 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:25.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:24 smithi105 bash[28427]: cluster 2023-11-17T06:54:23.774985+0000 mgr.smithi045.tkkiao (mgr.14182) 410 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:25.618 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:26.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:25 smithi045 bash[25828]: audit 2023-11-17T06:54:24.059297+0000 mgr.smithi045.tkkiao (mgr.14182) 411 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:25 smithi105 bash[28427]: audit 2023-11-17T06:54:24.059297+0000 mgr.smithi045.tkkiao (mgr.14182) 411 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:26.994 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:26 smithi045 bash[25828]: cluster 2023-11-17T06:54:25.776499+0000 mgr.smithi045.tkkiao (mgr.14182) 412 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:27.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:26 smithi105 bash[28427]: cluster 2023-11-17T06:54:25.776499+0000 mgr.smithi045.tkkiao (mgr.14182) 412 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:28.659 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:28.659 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:29.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:28 smithi045 bash[25828]: cluster 2023-11-17T06:54:27.777734+0000 mgr.smithi045.tkkiao (mgr.14182) 413 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:29.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:28 smithi105 bash[28427]: cluster 2023-11-17T06:54:27.777734+0000 mgr.smithi045.tkkiao (mgr.14182) 413 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:29.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:30.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:29 smithi105 bash[28427]: audit 2023-11-17T06:54:28.643455+0000 mgr.smithi045.tkkiao (mgr.14182) 414 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:30.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:29 smithi105 bash[28427]: audit 2023-11-17T06:54:29.677575+0000 mon.smithi045 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:30.254 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:30.267 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:29 smithi045 bash[25828]: audit 2023-11-17T06:54:28.643455+0000 mgr.smithi045.tkkiao (mgr.14182) 414 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:30.267 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:29 smithi045 bash[25828]: audit 2023-11-17T06:54:29.677575+0000 mon.smithi045 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:54:31.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:30 smithi105 bash[28427]: cluster 2023-11-17T06:54:29.779542+0000 mgr.smithi045.tkkiao (mgr.14182) 415 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:31.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:30 smithi045 bash[25828]: cluster 2023-11-17T06:54:29.779542+0000 mgr.smithi045.tkkiao (mgr.14182) 415 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T06:54:33.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:32 smithi105 bash[28427]: cluster 2023-11-17T06:54:31.780392+0000 mgr.smithi045.tkkiao (mgr.14182) 416 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:33.279 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:33.279 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:33.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:32 smithi045 bash[25828]: cluster 2023-11-17T06:54:31.780392+0000 mgr.smithi045.tkkiao (mgr.14182) 416 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:33.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:34.821 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:35.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:34 smithi105 bash[28427]: audit 2023-11-17T06:54:33.266129+0000 mgr.smithi045.tkkiao (mgr.14182) 417 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:35.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:34 smithi105 bash[28427]: cluster 2023-11-17T06:54:33.781300+0000 mgr.smithi045.tkkiao (mgr.14182) 418 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:35.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:34 smithi045 bash[25828]: audit 2023-11-17T06:54:33.266129+0000 mgr.smithi045.tkkiao (mgr.14182) 417 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:35.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:34 smithi045 bash[25828]: cluster 2023-11-17T06:54:33.781300+0000 mgr.smithi045.tkkiao (mgr.14182) 418 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:37.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:36 smithi045 bash[25828]: cluster 2023-11-17T06:54:35.783080+0000 mgr.smithi045.tkkiao (mgr.14182) 419 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:54:37.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:36 smithi105 bash[28427]: cluster 2023-11-17T06:54:35.783080+0000 mgr.smithi045.tkkiao (mgr.14182) 419 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:54:37.954 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:37.954 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:38.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:39.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:38 smithi105 bash[28427]: cluster 2023-11-17T06:54:37.784760+0000 mgr.smithi045.tkkiao (mgr.14182) 420 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:39.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:38 smithi105 bash[28427]: audit 2023-11-17T06:54:37.938339+0000 mgr.smithi045.tkkiao (mgr.14182) 421 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:39.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:38 smithi045 bash[25828]: cluster 2023-11-17T06:54:37.784760+0000 mgr.smithi045.tkkiao (mgr.14182) 420 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:39.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:38 smithi045 bash[25828]: audit 2023-11-17T06:54:37.938339+0000 mgr.smithi045.tkkiao (mgr.14182) 421 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:39.536 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:41.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:40 smithi045 bash[25828]: cluster 2023-11-17T06:54:39.786985+0000 mgr.smithi045.tkkiao (mgr.14182) 422 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:41.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:40 smithi105 bash[28427]: cluster 2023-11-17T06:54:39.786985+0000 mgr.smithi045.tkkiao (mgr.14182) 422 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:42.465 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:42.466 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:43.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:43.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:42 smithi105 bash[28427]: cluster 2023-11-17T06:54:41.788415+0000 mgr.smithi045.tkkiao (mgr.14182) 423 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:43.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:42 smithi045 bash[25828]: cluster 2023-11-17T06:54:41.788415+0000 mgr.smithi045.tkkiao (mgr.14182) 423 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:44.037 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:44.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:43 smithi105 bash[28427]: audit 2023-11-17T06:54:42.452788+0000 mgr.smithi045.tkkiao (mgr.14182) 424 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:44.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:43 smithi045 bash[25828]: audit 2023-11-17T06:54:42.452788+0000 mgr.smithi045.tkkiao (mgr.14182) 424 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:45.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:44 smithi105 bash[28427]: cluster 2023-11-17T06:54:43.790406+0000 mgr.smithi045.tkkiao (mgr.14182) 425 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:45.168 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:44 smithi045 bash[25828]: cluster 2023-11-17T06:54:43.790406+0000 mgr.smithi045.tkkiao (mgr.14182) 425 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:47.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:46 smithi045 bash[25828]: cluster 2023-11-17T06:54:45.791871+0000 mgr.smithi045.tkkiao (mgr.14182) 426 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:54:47.154 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:47.154 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:47.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:46 smithi105 bash[28427]: cluster 2023-11-17T06:54:45.791871+0000 mgr.smithi045.tkkiao (mgr.14182) 426 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:54:47.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:48.711 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:49.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:48 smithi045 bash[25828]: audit 2023-11-17T06:54:47.138841+0000 mgr.smithi045.tkkiao (mgr.14182) 427 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:48 smithi045 bash[25828]: cluster 2023-11-17T06:54:47.793611+0000 mgr.smithi045.tkkiao (mgr.14182) 428 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:48 smithi105 bash[28427]: audit 2023-11-17T06:54:47.138841+0000 mgr.smithi045.tkkiao (mgr.14182) 427 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:48 smithi105 bash[28427]: cluster 2023-11-17T06:54:47.793611+0000 mgr.smithi045.tkkiao (mgr.14182) 428 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:51.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:50 smithi105 bash[28427]: cluster 2023-11-17T06:54:49.795093+0000 mgr.smithi045.tkkiao (mgr.14182) 429 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:51.228 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:50 smithi045 bash[25828]: cluster 2023-11-17T06:54:49.795093+0000 mgr.smithi045.tkkiao (mgr.14182) 429 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:51.670 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:51.670 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:52.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:53.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:52 smithi105 bash[28427]: audit 2023-11-17T06:54:51.653668+0000 mgr.smithi045.tkkiao (mgr.14182) 430 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:53.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:52 smithi105 bash[28427]: cluster 2023-11-17T06:54:51.795962+0000 mgr.smithi045.tkkiao (mgr.14182) 431 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:53.260 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:53.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:52 smithi045 bash[25828]: audit 2023-11-17T06:54:51.653668+0000 mgr.smithi045.tkkiao (mgr.14182) 430 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:53.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:52 smithi045 bash[25828]: cluster 2023-11-17T06:54:51.795962+0000 mgr.smithi045.tkkiao (mgr.14182) 431 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:55.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:54 smithi045 bash[25828]: cluster 2023-11-17T06:54:53.797783+0000 mgr.smithi045.tkkiao (mgr.14182) 432 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:55.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:54 smithi105 bash[28427]: cluster 2023-11-17T06:54:53.797783+0000 mgr.smithi045.tkkiao (mgr.14182) 432 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:56.353 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:54:56.353 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:54:56.960 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:56 smithi045 bash[25828]: cluster 2023-11-17T06:54:55.799314+0000 mgr.smithi045.tkkiao (mgr.14182) 433 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:54:56.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:54:57.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:56 smithi105 bash[28427]: cluster 2023-11-17T06:54:55.799314+0000 mgr.smithi045.tkkiao (mgr.14182) 433 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:54:57.963 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:57.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:57 smithi045 bash[25828]: audit 2023-11-17T06:54:56.339794+0000 mgr.smithi045.tkkiao (mgr.14182) 434 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:58.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:57 smithi105 bash[28427]: audit 2023-11-17T06:54:56.339794+0000 mgr.smithi045.tkkiao (mgr.14182) 434 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:59.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:54:58 smithi045 bash[25828]: cluster 2023-11-17T06:54:57.801149+0000 mgr.smithi045.tkkiao (mgr.14182) 435 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:59.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:54:58 smithi105 bash[28427]: cluster 2023-11-17T06:54:57.801149+0000 mgr.smithi045.tkkiao (mgr.14182) 435 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:01.013 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:01.013 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:01.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:00 smithi105 bash[28427]: cluster 2023-11-17T06:54:59.802700+0000 mgr.smithi045.tkkiao (mgr.14182) 436 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:01.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:00 smithi045 bash[25828]: cluster 2023-11-17T06:54:59.802700+0000 mgr.smithi045.tkkiao (mgr.14182) 436 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:01.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:02.578 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:02 smithi105 bash[28427]: audit 2023-11-17T06:55:01.004007+0000 mgr.smithi045.tkkiao (mgr.14182) 437 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:02 smithi105 bash[28427]: cluster 2023-11-17T06:55:01.804180+0000 mgr.smithi045.tkkiao (mgr.14182) 438 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:03.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:02 smithi045 bash[25828]: audit 2023-11-17T06:55:01.004007+0000 mgr.smithi045.tkkiao (mgr.14182) 437 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:03.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:02 smithi045 bash[25828]: cluster 2023-11-17T06:55:01.804180+0000 mgr.smithi045.tkkiao (mgr.14182) 438 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:05.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:04 smithi105 bash[28427]: cluster 2023-11-17T06:55:03.805151+0000 mgr.smithi045.tkkiao (mgr.14182) 439 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:05.217 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:04 smithi045 bash[25828]: cluster 2023-11-17T06:55:03.805151+0000 mgr.smithi045.tkkiao (mgr.14182) 439 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:05.664 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:05.664 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:06.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:07.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:06 smithi045 bash[25828]: audit 2023-11-17T06:55:05.655215+0000 mgr.smithi045.tkkiao (mgr.14182) 440 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:07.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:06 smithi045 bash[25828]: cluster 2023-11-17T06:55:05.806083+0000 mgr.smithi045.tkkiao (mgr.14182) 441 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:07.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:06 smithi105 bash[28427]: audit 2023-11-17T06:55:05.655215+0000 mgr.smithi045.tkkiao (mgr.14182) 440 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:07.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:06 smithi105 bash[28427]: cluster 2023-11-17T06:55:05.806083+0000 mgr.smithi045.tkkiao (mgr.14182) 441 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:07.262 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:09.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:08 smithi105 bash[28427]: cluster 2023-11-17T06:55:07.807522+0000 mgr.smithi045.tkkiao (mgr.14182) 442 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:09.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:08 smithi045 bash[25828]: cluster 2023-11-17T06:55:07.807522+0000 mgr.smithi045.tkkiao (mgr.14182) 442 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:10.234 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:10.235 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:10.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:11.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:10 smithi105 bash[28427]: cluster 2023-11-17T06:55:09.809300+0000 mgr.smithi045.tkkiao (mgr.14182) 443 : 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 2023-11-17T06:55:11.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:10 smithi045 bash[25828]: cluster 2023-11-17T06:55:09.809300+0000 mgr.smithi045.tkkiao (mgr.14182) 443 : 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 2023-11-17T06:55:11.838 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:12.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:11 smithi105 bash[28427]: audit 2023-11-17T06:55:10.225785+0000 mgr.smithi045.tkkiao (mgr.14182) 444 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:12.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:11 smithi045 bash[25828]: audit 2023-11-17T06:55:10.225785+0000 mgr.smithi045.tkkiao (mgr.14182) 444 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:13.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:12 smithi105 bash[28427]: cluster 2023-11-17T06:55:11.810823+0000 mgr.smithi045.tkkiao (mgr.14182) 445 : 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 2023-11-17T06:55:13.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:12 smithi045 bash[25828]: cluster 2023-11-17T06:55:11.810823+0000 mgr.smithi045.tkkiao (mgr.14182) 445 : 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 2023-11-17T06:55:14.908 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:14.908 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:15.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:14 smithi105 bash[28427]: cluster 2023-11-17T06:55:13.812721+0000 mgr.smithi045.tkkiao (mgr.14182) 446 : 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 2023-11-17T06:55:15.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:14 smithi045 bash[25828]: cluster 2023-11-17T06:55:13.812721+0000 mgr.smithi045.tkkiao (mgr.14182) 446 : 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 2023-11-17T06:55:15.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:16.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:15 smithi105 bash[28427]: audit 2023-11-17T06:55:14.891433+0000 mgr.smithi045.tkkiao (mgr.14182) 447 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:16.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:15 smithi045 bash[25828]: audit 2023-11-17T06:55:14.891433+0000 mgr.smithi045.tkkiao (mgr.14182) 447 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:16.454 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:17.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:16 smithi105 bash[28427]: cluster 2023-11-17T06:55:15.814175+0000 mgr.smithi045.tkkiao (mgr.14182) 448 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:17.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:16 smithi045 bash[25828]: cluster 2023-11-17T06:55:15.814175+0000 mgr.smithi045.tkkiao (mgr.14182) 448 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:19.165 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:18 smithi045 bash[25828]: cluster 2023-11-17T06:55:17.815978+0000 mgr.smithi045.tkkiao (mgr.14182) 449 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:19.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:18 smithi105 bash[28427]: cluster 2023-11-17T06:55:17.815978+0000 mgr.smithi045.tkkiao (mgr.14182) 449 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:19.610 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:19.611 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:53:05.515691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xzlxgf on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:20.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:19 smithi045 bash[25828]: audit 2023-11-17T06:55:19.775708+0000 mon.smithi045 (mon.0) 741 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:55:20.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:20.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:19 smithi105 bash[28427]: audit 2023-11-17T06:55:19.775708+0000 mon.smithi045 (mon.0) 741 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:55:21.220 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:21.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:20 smithi045 bash[25828]: audit 2023-11-17T06:55:19.596204+0000 mgr.smithi045.tkkiao (mgr.14182) 450 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:21.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:20 smithi045 bash[25828]: cluster 2023-11-17T06:55:19.817982+0000 mgr.smithi045.tkkiao (mgr.14182) 451 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:21.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:20 smithi045 bash[25828]: audit 2023-11-17T06:55:20.086977+0000 mon.smithi045 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:55:21.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:20 smithi045 bash[25828]: audit 2023-11-17T06:55:20.378167+0000 mon.smithi045 (mon.0) 743 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:55:21.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:20 smithi045 bash[25828]: audit 2023-11-17T06:55:20.380228+0000 mon.smithi045 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:55:21.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:20 smithi045 bash[25828]: audit 2023-11-17T06:55:20.389591+0000 mon.smithi045 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:55:21.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:20 smithi045 bash[25828]: audit 2023-11-17T06:55:20.400933+0000 mon.smithi045 (mon.0) 746 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:55:21.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:20 smithi045 bash[25828]: audit 2023-11-17T06:55:20.420117+0000 mon.smithi045 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:55:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:20 smithi105 bash[28427]: audit 2023-11-17T06:55:19.596204+0000 mgr.smithi045.tkkiao (mgr.14182) 450 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:20 smithi105 bash[28427]: cluster 2023-11-17T06:55:19.817982+0000 mgr.smithi045.tkkiao (mgr.14182) 451 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:20 smithi105 bash[28427]: audit 2023-11-17T06:55:20.086977+0000 mon.smithi045 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:55:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:20 smithi105 bash[28427]: audit 2023-11-17T06:55:20.378167+0000 mon.smithi045 (mon.0) 743 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:55:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:20 smithi105 bash[28427]: audit 2023-11-17T06:55:20.380228+0000 mon.smithi045 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:55:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:20 smithi105 bash[28427]: audit 2023-11-17T06:55:20.389591+0000 mon.smithi045 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:55:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:20 smithi105 bash[28427]: audit 2023-11-17T06:55:20.400933+0000 mon.smithi045 (mon.0) 746 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:55:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:20 smithi105 bash[28427]: audit 2023-11-17T06:55:20.420117+0000 mon.smithi045 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:55:22.263 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:21 smithi045 bash[25828]: cluster 2023-11-17T06:55:20.390919+0000 mgr.smithi045.tkkiao (mgr.14182) 452 : 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 2023-11-17T06:55:22.263 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:21 smithi045 bash[25828]: cephadm 2023-11-17T06:55:20.423512+0000 mgr.smithi045.tkkiao (mgr.14182) 453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.bceokj on smithi105 2023-11-17T06:55:22.263 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:21 smithi045 bash[25828]: cluster 2023-11-17T06:55:21.386838+0000 mon.smithi045 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:55:22.263 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:21 smithi045 bash[25828]: cluster 2023-11-17T06:55:21.386906+0000 mon.smithi045 (mon.0) 749 : cluster [INF] Cluster is now healthy 2023-11-17T06:55:22.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:21 smithi105 bash[28427]: cluster 2023-11-17T06:55:20.390919+0000 mgr.smithi045.tkkiao (mgr.14182) 452 : 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 2023-11-17T06:55:22.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:21 smithi105 bash[28427]: cephadm 2023-11-17T06:55:20.423512+0000 mgr.smithi045.tkkiao (mgr.14182) 453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.bceokj on smithi105 2023-11-17T06:55:22.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:21 smithi105 bash[28427]: cluster 2023-11-17T06:55:21.386838+0000 mon.smithi045 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:55:22.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:21 smithi105 bash[28427]: cluster 2023-11-17T06:55:21.386906+0000 mon.smithi045 (mon.0) 749 : cluster [INF] Cluster is now healthy 2023-11-17T06:55:24.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:23 smithi045 bash[25828]: cluster 2023-11-17T06:55:22.392188+0000 mgr.smithi045.tkkiao (mgr.14182) 454 : 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 2023-11-17T06:55:24.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:23 smithi105 bash[28427]: cluster 2023-11-17T06:55:22.392188+0000 mgr.smithi045.tkkiao (mgr.14182) 454 : 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 2023-11-17T06:55:24.238 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:24.239 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:54:15.918380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqtlcv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqtlcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqtlcv\nDeploy daemon haproxy.nfs.foo.smithi105.qqtlcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.762611Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.nmfdjw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-nmfdjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.nmfdjw\nDeploy daemon haproxy.nfs.foo.smithi045.nmfdjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:54:19.766822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.odmuno on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:24.191071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bceokj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\nDeploy daemon haproxy.nfs.foo.smithi105.bceokj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:24.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:25.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:24 smithi045 bash[25828]: audit 2023-11-17T06:55:24.189766+0000 mon.smithi045 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.bceokj"}]: dispatch 2023-11-17T06:55:25.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:24 smithi105 bash[28427]: audit 2023-11-17T06:55:24.189766+0000 mon.smithi045 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.bceokj"}]: dispatch 2023-11-17T06:55:25.874 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: cephadm 2023-11-17T06:55:24.188596+0000 mgr.smithi045.tkkiao (mgr.14182) 455 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:26.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.bceokj ... 2023-11-17T06:55:26.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:26.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:26.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:26.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:55:26.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:55:26.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:55:26.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:55:26.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:55:26.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:26.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:26.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.bceokj ... 2023-11-17T06:55:26.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:26.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:26.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:26.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: cephadm 2023-11-17T06:55:24.189102+0000 mgr.smithi045.tkkiao (mgr.14182) 456 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: cephadm 2023-11-17T06:55:24.191378+0000 mgr.smithi045.tkkiao (mgr.14182) 457 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.bceokj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:26.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:26.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.bceokj ... 2023-11-17T06:55:26.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:26.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:26.162 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:26.162 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.162 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: cephadm 2023-11-17T06:55:24.196092+0000 mgr.smithi045.tkkiao (mgr.14182) 458 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.xapweq on smithi045 2023-11-17T06:55:26.162 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: audit 2023-11-17T06:55:24.229850+0000 mgr.smithi045.tkkiao (mgr.14182) 459 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:26.162 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:25 smithi105 bash[28427]: cluster 2023-11-17T06:55:24.393906+0000 mgr.smithi045.tkkiao (mgr.14182) 460 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-17T06:55:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: cephadm 2023-11-17T06:55:24.188596+0000 mgr.smithi045.tkkiao (mgr.14182) 455 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.bceokj ... 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.bceokj ... 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: cephadm 2023-11-17T06:55:24.189102+0000 mgr.smithi045.tkkiao (mgr.14182) 456 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: cephadm 2023-11-17T06:55:24.191378+0000 mgr.smithi045.tkkiao (mgr.14182) 457 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.bceokj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:26.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.bceokj ... 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: cephadm 2023-11-17T06:55:24.196092+0000 mgr.smithi045.tkkiao (mgr.14182) 458 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.xapweq on smithi045 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: audit 2023-11-17T06:55:24.229850+0000 mgr.smithi045.tkkiao (mgr.14182) 459 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:26.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:25 smithi045 bash[25828]: cluster 2023-11-17T06:55:24.393906+0000 mgr.smithi045.tkkiao (mgr.14182) 460 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-17T06:55:28.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:27 smithi045 bash[25828]: cluster 2023-11-17T06:55:26.395023+0000 mgr.smithi045.tkkiao (mgr.14182) 461 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T06:55:28.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:27 smithi105 bash[28427]: cluster 2023-11-17T06:55:26.395023+0000 mgr.smithi045.tkkiao (mgr.14182) 461 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T06:55:29.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:28 smithi045 bash[25828]: audit 2023-11-17T06:55:28.364023+0000 mon.smithi045 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.xapweq"}]: dispatch 2023-11-17T06:55:29.178 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:29.179 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:24.191071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bceokj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\nDeploy daemon haproxy.nfs.foo.smithi105.bceokj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.365415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.xapweq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\nDeploy daemon haproxy.nfs.foo.smithi045.xapweq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.369953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.hzfwts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:28 smithi105 bash[28427]: audit 2023-11-17T06:55:28.364023+0000 mon.smithi045 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.xapweq"}]: dispatch 2023-11-17T06:55:29.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:30.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: cephadm 2023-11-17T06:55:28.363070+0000 mgr.smithi045.tkkiao (mgr.14182) 462 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.xapweq ... 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:30.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:30.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.xapweq ... 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: cephadm 2023-11-17T06:55:28.363309+0000 mgr.smithi045.tkkiao (mgr.14182) 463 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: cephadm 2023-11-17T06:55:28.365557+0000 mgr.smithi045.tkkiao (mgr.14182) 464 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.xapweq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:30.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.xapweq ... 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: cephadm 2023-11-17T06:55:28.370220+0000 mgr.smithi045.tkkiao (mgr.14182) 465 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.hzfwts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: cephadm 2023-11-17T06:55:28.374800+0000 mgr.smithi045.tkkiao (mgr.14182) 466 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:55:30.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: cluster 2023-11-17T06:55:28.377099+0000 mgr.smithi045.tkkiao (mgr.14182) 467 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T06:55:30.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:29 smithi045 bash[25828]: cluster 2023-11-17T06:55:28.943292+0000 mon.smithi045 (mon.0) 752 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:55:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: cephadm 2023-11-17T06:55:28.363070+0000 mgr.smithi045.tkkiao (mgr.14182) 462 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.xapweq ... 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:30.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.xapweq ... 2023-11-17T06:55:30.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:30.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:30.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:30.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: cephadm 2023-11-17T06:55:28.363309+0000 mgr.smithi045.tkkiao (mgr.14182) 463 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: cephadm 2023-11-17T06:55:28.365557+0000 mgr.smithi045.tkkiao (mgr.14182) 464 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.xapweq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.xapweq ... 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: cephadm 2023-11-17T06:55:28.370220+0000 mgr.smithi045.tkkiao (mgr.14182) 465 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.hzfwts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:55:30.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: cephadm 2023-11-17T06:55:28.374800+0000 mgr.smithi045.tkkiao (mgr.14182) 466 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:55:30.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: cluster 2023-11-17T06:55:28.377099+0000 mgr.smithi045.tkkiao (mgr.14182) 467 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T06:55:30.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:29 smithi105 bash[28427]: cluster 2023-11-17T06:55:28.943292+0000 mon.smithi045 (mon.0) 752 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:55:30.781 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:31.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:30 smithi045 bash[25828]: audit 2023-11-17T06:55:29.161566+0000 mgr.smithi045.tkkiao (mgr.14182) 468 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:30 smithi105 bash[28427]: audit 2023-11-17T06:55:29.161566+0000 mgr.smithi045.tkkiao (mgr.14182) 468 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:32.169 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:31 smithi045 bash[25828]: cluster 2023-11-17T06:55:30.378527+0000 mgr.smithi045.tkkiao (mgr.14182) 469 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T06:55:32.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:31 smithi105 bash[28427]: cluster 2023-11-17T06:55:30.378527+0000 mgr.smithi045.tkkiao (mgr.14182) 469 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T06:55:33.776 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:33.776 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:24.191071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bceokj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\nDeploy daemon haproxy.nfs.foo.smithi105.bceokj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.365415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.xapweq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\nDeploy daemon haproxy.nfs.foo.smithi045.xapweq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.369953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.hzfwts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:34.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:33 smithi045 bash[25828]: cluster 2023-11-17T06:55:32.380061+0000 mgr.smithi045.tkkiao (mgr.14182) 470 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 512 B/s rd, 0 op/s 2023-11-17T06:55:34.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:33 smithi045 bash[25828]: audit 2023-11-17T06:55:32.670806+0000 mon.smithi045 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:55:34.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:33 smithi105 bash[28427]: cluster 2023-11-17T06:55:32.380061+0000 mgr.smithi045.tkkiao (mgr.14182) 470 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 512 B/s rd, 0 op/s 2023-11-17T06:55:34.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:33 smithi105 bash[28427]: audit 2023-11-17T06:55:32.670806+0000 mon.smithi045 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:55:34.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:35.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:34 smithi045 bash[25828]: audit 2023-11-17T06:55:33.761472+0000 mgr.smithi045.tkkiao (mgr.14182) 471 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:35.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:34 smithi105 bash[28427]: audit 2023-11-17T06:55:33.761472+0000 mgr.smithi045.tkkiao (mgr.14182) 471 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:35.381 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:36.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:35 smithi045 bash[25828]: cluster 2023-11-17T06:55:34.382066+0000 mgr.smithi045.tkkiao (mgr.14182) 472 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:36.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:35 smithi105 bash[28427]: cluster 2023-11-17T06:55:34.382066+0000 mgr.smithi045.tkkiao (mgr.14182) 472 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:38.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:37 smithi045 bash[25828]: cluster 2023-11-17T06:55:36.383510+0000 mgr.smithi045.tkkiao (mgr.14182) 473 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:38.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:37 smithi105 bash[28427]: cluster 2023-11-17T06:55:36.383510+0000 mgr.smithi045.tkkiao (mgr.14182) 473 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:38.463 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:38.464 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:24.191071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bceokj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\nDeploy daemon haproxy.nfs.foo.smithi105.bceokj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.365415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.xapweq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\nDeploy daemon haproxy.nfs.foo.smithi045.xapweq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.369953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.hzfwts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:39.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:40.018 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:40.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:39 smithi045 bash[25828]: cluster 2023-11-17T06:55:38.385436+0000 mgr.smithi045.tkkiao (mgr.14182) 474 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:40.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:39 smithi045 bash[25828]: audit 2023-11-17T06:55:38.446712+0000 mgr.smithi045.tkkiao (mgr.14182) 475 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:39 smithi105 bash[28427]: cluster 2023-11-17T06:55:38.385436+0000 mgr.smithi045.tkkiao (mgr.14182) 474 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:39 smithi105 bash[28427]: audit 2023-11-17T06:55:38.446712+0000 mgr.smithi045.tkkiao (mgr.14182) 475 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:42.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:41 smithi045 bash[25828]: cluster 2023-11-17T06:55:40.386930+0000 mgr.smithi045.tkkiao (mgr.14182) 476 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:42.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:41 smithi105 bash[28427]: cluster 2023-11-17T06:55:40.386930+0000 mgr.smithi045.tkkiao (mgr.14182) 476 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:43.196 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:43.197 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:24.191071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bceokj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\nDeploy daemon haproxy.nfs.foo.smithi105.bceokj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.365415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.xapweq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\nDeploy daemon haproxy.nfs.foo.smithi045.xapweq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.369953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.hzfwts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:43.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:55:44.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:43 smithi045 bash[25828]: cluster 2023-11-17T06:55:42.388471+0000 mgr.smithi045.tkkiao (mgr.14182) 477 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:44.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:43 smithi105 bash[28427]: cluster 2023-11-17T06:55:42.388471+0000 mgr.smithi045.tkkiao (mgr.14182) 477 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:44.804 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:44 smithi045 bash[25828]: audit 2023-11-17T06:55:43.179965+0000 mgr.smithi045.tkkiao (mgr.14182) 478 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:45.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:44 smithi105 bash[28427]: audit 2023-11-17T06:55:43.179965+0000 mgr.smithi045.tkkiao (mgr.14182) 478 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:46.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:45 smithi045 bash[25828]: cluster 2023-11-17T06:55:44.390433+0000 mgr.smithi045.tkkiao (mgr.14182) 479 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:46.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:45 smithi105 bash[28427]: cluster 2023-11-17T06:55:44.390433+0000 mgr.smithi045.tkkiao (mgr.14182) 479 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-17T06:55:47.760 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:55:47.761 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:54:19.770653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.btzakr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:24.191071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bceokj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bceokj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bceokj\nDeploy daemon haproxy.nfs.foo.smithi105.bceokj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.365415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.xapweq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-xapweq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.xapweq\nDeploy daemon haproxy.nfs.foo.smithi045.xapweq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:55:28.369953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.hzfwts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:55:48.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:47 smithi045 bash[25828]: cluster 2023-11-17T06:55:46.391813+0000 mgr.smithi045.tkkiao (mgr.14182) 480 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-17T06:56:42.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:56:42.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:47 smithi105 bash[28427]: cluster 2023-11-17T06:55:46.391813+0000 mgr.smithi045.tkkiao (mgr.14182) 480 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-17T06:56:42.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:48 smithi105 bash[28427]: audit 2023-11-17T06:55:47.751561+0000 mgr.smithi045.tkkiao (mgr.14182) 481 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:42.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:49 smithi105 bash[28427]: cluster 2023-11-17T06:55:48.393795+0000 mgr.smithi045.tkkiao (mgr.14182) 482 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:51 smithi105 bash[28427]: cluster 2023-11-17T06:55:50.395290+0000 mgr.smithi045.tkkiao (mgr.14182) 483 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:53 smithi105 bash[28427]: cluster 2023-11-17T06:55:52.396773+0000 mgr.smithi045.tkkiao (mgr.14182) 484 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:55 smithi105 bash[28427]: cluster 2023-11-17T06:55:54.398833+0000 mgr.smithi045.tkkiao (mgr.14182) 485 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:57 smithi105 bash[28427]: cluster 2023-11-17T06:55:56.400328+0000 mgr.smithi045.tkkiao (mgr.14182) 486 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:55:59 smithi105 bash[28427]: cluster 2023-11-17T06:55:58.402284+0000 mgr.smithi045.tkkiao (mgr.14182) 487 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:01 smithi105 bash[28427]: cluster 2023-11-17T06:56:00.403766+0000 mgr.smithi045.tkkiao (mgr.14182) 488 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:03 smithi105 bash[28427]: cluster 2023-11-17T06:56:02.405401+0000 mgr.smithi045.tkkiao (mgr.14182) 489 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:05 smithi105 bash[28427]: cluster 2023-11-17T06:56:04.407395+0000 mgr.smithi045.tkkiao (mgr.14182) 490 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:07 smithi105 bash[28427]: cluster 2023-11-17T06:56:06.408792+0000 mgr.smithi045.tkkiao (mgr.14182) 491 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:09 smithi105 bash[28427]: cluster 2023-11-17T06:56:08.410718+0000 mgr.smithi045.tkkiao (mgr.14182) 492 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:11 smithi105 bash[28427]: cluster 2023-11-17T06:56:10.412150+0000 mgr.smithi045.tkkiao (mgr.14182) 493 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:13 smithi105 bash[28427]: cluster 2023-11-17T06:56:12.413664+0000 mgr.smithi045.tkkiao (mgr.14182) 494 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:15 smithi105 bash[28427]: cluster 2023-11-17T06:56:14.415551+0000 mgr.smithi045.tkkiao (mgr.14182) 495 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:17 smithi105 bash[28427]: cluster 2023-11-17T06:56:16.416960+0000 mgr.smithi045.tkkiao (mgr.14182) 496 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:19 smithi105 bash[28427]: cluster 2023-11-17T06:56:18.418813+0000 mgr.smithi045.tkkiao (mgr.14182) 497 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:21 smithi105 bash[28427]: cluster 2023-11-17T06:56:20.420293+0000 mgr.smithi045.tkkiao (mgr.14182) 498 : 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 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:23 smithi105 bash[28427]: cluster 2023-11-17T06:56:22.423051+0000 mgr.smithi045.tkkiao (mgr.14182) 499 : 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 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:25 smithi105 bash[28427]: cluster 2023-11-17T06:56:24.425038+0000 mgr.smithi045.tkkiao (mgr.14182) 500 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:27 smithi105 bash[28427]: cluster 2023-11-17T06:56:26.426565+0000 mgr.smithi045.tkkiao (mgr.14182) 501 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:28 smithi105 bash[28427]: audit 2023-11-17T06:56:28.380364+0000 mon.smithi045 (mon.0) 754 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:28 smithi105 bash[28427]: audit 2023-11-17T06:56:28.698109+0000 mon.smithi045 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:28 smithi105 bash[28427]: audit 2023-11-17T06:56:28.699604+0000 mon.smithi045 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:28 smithi105 bash[28427]: audit 2023-11-17T06:56:28.707305+0000 mon.smithi045 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:28 smithi105 bash[28427]: audit 2023-11-17T06:56:28.714727+0000 mon.smithi045 (mon.0) 758 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:28 smithi105 bash[28427]: audit 2023-11-17T06:56:28.732147+0000 mon.smithi045 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:29 smithi105 bash[28427]: cluster 2023-11-17T06:56:28.428599+0000 mgr.smithi045.tkkiao (mgr.14182) 502 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:29 smithi105 bash[28427]: cluster 2023-11-17T06:56:28.708226+0000 mgr.smithi045.tkkiao (mgr.14182) 503 : 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 2023-11-17T06:56:42.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:29 smithi105 bash[28427]: cephadm 2023-11-17T06:56:28.739158+0000 mgr.smithi045.tkkiao (mgr.14182) 504 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.aigwal on smithi105 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:29 smithi105 bash[28427]: cluster 2023-11-17T06:56:28.861107+0000 mon.smithi045 (mon.0) 760 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:29 smithi105 bash[28427]: cluster 2023-11-17T06:56:28.861203+0000 mon.smithi045 (mon.0) 761 : cluster [INF] Cluster is now healthy 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:29 smithi105 bash[28427]: audit 2023-11-17T06:56:29.681205+0000 mon.smithi045 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:31 smithi105 bash[28427]: cluster 2023-11-17T06:56:30.709437+0000 mgr.smithi045.tkkiao (mgr.14182) 505 : 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 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:32 smithi105 bash[28427]: audit 2023-11-17T06:56:32.469987+0000 mon.smithi045 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.aigwal"}]: dispatch 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: cephadm 2023-11-17T06:56:32.468683+0000 mgr.smithi045.tkkiao (mgr.14182) 506 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.aigwal ... 2023-11-17T06:56:42.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.aigwal ... 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: cephadm 2023-11-17T06:56:32.469246+0000 mgr.smithi045.tkkiao (mgr.14182) 507 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: cephadm 2023-11-17T06:56:32.471897+0000 mgr.smithi045.tkkiao (mgr.14182) 508 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.aigwal ... 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: cephadm 2023-11-17T06:56:32.476458+0000 mgr.smithi045.tkkiao (mgr.14182) 509 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.lujtdc on smithi045 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:33 smithi105 bash[28427]: cluster 2023-11-17T06:56:32.710292+0000 mgr.smithi045.tkkiao (mgr.14182) 510 : 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 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:35 smithi105 bash[28427]: cluster 2023-11-17T06:56:34.712042+0000 mgr.smithi045.tkkiao (mgr.14182) 511 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:36 smithi105 bash[28427]: audit 2023-11-17T06:56:36.228875+0000 mon.smithi045 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.lujtdc"}]: dispatch 2023-11-17T06:56:42.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: cephadm 2023-11-17T06:56:36.228087+0000 mgr.smithi045.tkkiao (mgr.14182) 512 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.lujtdc ... 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:56:42.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.lujtdc ... 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: cephadm 2023-11-17T06:56:36.228394+0000 mgr.smithi045.tkkiao (mgr.14182) 513 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: cephadm 2023-11-17T06:56:36.229956+0000 mgr.smithi045.tkkiao (mgr.14182) 514 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.lujtdc ... 2023-11-17T06:56:42.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: cephadm 2023-11-17T06:56:36.231825+0000 mgr.smithi045.tkkiao (mgr.14182) 515 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: cephadm 2023-11-17T06:56:36.233526+0000 mgr.smithi045.tkkiao (mgr.14182) 516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: cluster 2023-11-17T06:56:36.234764+0000 mgr.smithi045.tkkiao (mgr.14182) 517 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: cluster 2023-11-17T06:56:36.720839+0000 mon.smithi045 (mon.0) 765 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:37 smithi105 bash[28427]: audit 2023-11-17T06:56:37.727779+0000 mon.smithi045 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:42.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:39 smithi105 bash[28427]: cluster 2023-11-17T06:56:38.236887+0000 mgr.smithi045.tkkiao (mgr.14182) 518 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T06:56:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:48 smithi045 bash[25828]: audit 2023-11-17T06:55:47.751561+0000 mgr.smithi045.tkkiao (mgr.14182) 481 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:49 smithi045 bash[25828]: cluster 2023-11-17T06:55:48.393795+0000 mgr.smithi045.tkkiao (mgr.14182) 482 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:51 smithi045 bash[25828]: cluster 2023-11-17T06:55:50.395290+0000 mgr.smithi045.tkkiao (mgr.14182) 483 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:53 smithi045 bash[25828]: cluster 2023-11-17T06:55:52.396773+0000 mgr.smithi045.tkkiao (mgr.14182) 484 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:55 smithi045 bash[25828]: cluster 2023-11-17T06:55:54.398833+0000 mgr.smithi045.tkkiao (mgr.14182) 485 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:57 smithi045 bash[25828]: cluster 2023-11-17T06:55:56.400328+0000 mgr.smithi045.tkkiao (mgr.14182) 486 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:55:59 smithi045 bash[25828]: cluster 2023-11-17T06:55:58.402284+0000 mgr.smithi045.tkkiao (mgr.14182) 487 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:01 smithi045 bash[25828]: cluster 2023-11-17T06:56:00.403766+0000 mgr.smithi045.tkkiao (mgr.14182) 488 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:03 smithi045 bash[25828]: cluster 2023-11-17T06:56:02.405401+0000 mgr.smithi045.tkkiao (mgr.14182) 489 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:05 smithi045 bash[25828]: cluster 2023-11-17T06:56:04.407395+0000 mgr.smithi045.tkkiao (mgr.14182) 490 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:07 smithi045 bash[25828]: cluster 2023-11-17T06:56:06.408792+0000 mgr.smithi045.tkkiao (mgr.14182) 491 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:09 smithi045 bash[25828]: cluster 2023-11-17T06:56:08.410718+0000 mgr.smithi045.tkkiao (mgr.14182) 492 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:11 smithi045 bash[25828]: cluster 2023-11-17T06:56:10.412150+0000 mgr.smithi045.tkkiao (mgr.14182) 493 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:13 smithi045 bash[25828]: cluster 2023-11-17T06:56:12.413664+0000 mgr.smithi045.tkkiao (mgr.14182) 494 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:15 smithi045 bash[25828]: cluster 2023-11-17T06:56:14.415551+0000 mgr.smithi045.tkkiao (mgr.14182) 495 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:17 smithi045 bash[25828]: cluster 2023-11-17T06:56:16.416960+0000 mgr.smithi045.tkkiao (mgr.14182) 496 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:19 smithi045 bash[25828]: cluster 2023-11-17T06:56:18.418813+0000 mgr.smithi045.tkkiao (mgr.14182) 497 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:21 smithi045 bash[25828]: cluster 2023-11-17T06:56:20.420293+0000 mgr.smithi045.tkkiao (mgr.14182) 498 : 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 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:23 smithi045 bash[25828]: cluster 2023-11-17T06:56:22.423051+0000 mgr.smithi045.tkkiao (mgr.14182) 499 : 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 2023-11-17T06:56:42.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:25 smithi045 bash[25828]: cluster 2023-11-17T06:56:24.425038+0000 mgr.smithi045.tkkiao (mgr.14182) 500 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:27 smithi045 bash[25828]: cluster 2023-11-17T06:56:26.426565+0000 mgr.smithi045.tkkiao (mgr.14182) 501 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:28 smithi045 bash[25828]: audit 2023-11-17T06:56:28.380364+0000 mon.smithi045 (mon.0) 754 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:28 smithi045 bash[25828]: audit 2023-11-17T06:56:28.698109+0000 mon.smithi045 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:28 smithi045 bash[25828]: audit 2023-11-17T06:56:28.699604+0000 mon.smithi045 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:28 smithi045 bash[25828]: audit 2023-11-17T06:56:28.707305+0000 mon.smithi045 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:28 smithi045 bash[25828]: audit 2023-11-17T06:56:28.714727+0000 mon.smithi045 (mon.0) 758 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:28 smithi045 bash[25828]: audit 2023-11-17T06:56:28.732147+0000 mon.smithi045 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:29 smithi045 bash[25828]: cluster 2023-11-17T06:56:28.428599+0000 mgr.smithi045.tkkiao (mgr.14182) 502 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:29 smithi045 bash[25828]: cluster 2023-11-17T06:56:28.708226+0000 mgr.smithi045.tkkiao (mgr.14182) 503 : 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 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:29 smithi045 bash[25828]: cephadm 2023-11-17T06:56:28.739158+0000 mgr.smithi045.tkkiao (mgr.14182) 504 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.aigwal on smithi105 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:29 smithi045 bash[25828]: cluster 2023-11-17T06:56:28.861107+0000 mon.smithi045 (mon.0) 760 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:29 smithi045 bash[25828]: cluster 2023-11-17T06:56:28.861203+0000 mon.smithi045 (mon.0) 761 : cluster [INF] Cluster is now healthy 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:29 smithi045 bash[25828]: audit 2023-11-17T06:56:29.681205+0000 mon.smithi045 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:42.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:31 smithi045 bash[25828]: cluster 2023-11-17T06:56:30.709437+0000 mgr.smithi045.tkkiao (mgr.14182) 505 : 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 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:32 smithi045 bash[25828]: audit 2023-11-17T06:56:32.469987+0000 mon.smithi045 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.aigwal"}]: dispatch 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: cephadm 2023-11-17T06:56:32.468683+0000 mgr.smithi045.tkkiao (mgr.14182) 506 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.aigwal ... 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.136 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.aigwal ... 2023-11-17T06:56:42.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: cephadm 2023-11-17T06:56:32.469246+0000 mgr.smithi045.tkkiao (mgr.14182) 507 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: cephadm 2023-11-17T06:56:32.471897+0000 mgr.smithi045.tkkiao (mgr.14182) 508 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal 2023-11-17T06:56:42.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.aigwal ... 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: cephadm 2023-11-17T06:56:32.476458+0000 mgr.smithi045.tkkiao (mgr.14182) 509 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.lujtdc on smithi045 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:33 smithi045 bash[25828]: cluster 2023-11-17T06:56:32.710292+0000 mgr.smithi045.tkkiao (mgr.14182) 510 : 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 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:35 smithi045 bash[25828]: cluster 2023-11-17T06:56:34.712042+0000 mgr.smithi045.tkkiao (mgr.14182) 511 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:36 smithi045 bash[25828]: audit 2023-11-17T06:56:36.228875+0000 mon.smithi045 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.lujtdc"}]: dispatch 2023-11-17T06:56:42.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: cephadm 2023-11-17T06:56:36.228087+0000 mgr.smithi045.tkkiao (mgr.14182) 512 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.lujtdc ... 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:56:42.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.lujtdc ... 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.141 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: cephadm 2023-11-17T06:56:36.228394+0000 mgr.smithi045.tkkiao (mgr.14182) 513 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: cephadm 2023-11-17T06:56:36.229956+0000 mgr.smithi045.tkkiao (mgr.14182) 514 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.lujtdc ... 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:56:42.142 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:56:42.143 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:56:42.143 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: cephadm 2023-11-17T06:56:36.231825+0000 mgr.smithi045.tkkiao (mgr.14182) 515 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:56:42.143 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: cephadm 2023-11-17T06:56:36.233526+0000 mgr.smithi045.tkkiao (mgr.14182) 516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:56:42.143 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: cluster 2023-11-17T06:56:36.234764+0000 mgr.smithi045.tkkiao (mgr.14182) 517 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T06:56:42.143 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: cluster 2023-11-17T06:56:36.720839+0000 mon.smithi045 (mon.0) 765 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:56:42.143 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:37 smithi045 bash[25828]: audit 2023-11-17T06:56:37.727779+0000 mon.smithi045 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:42.143 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:39 smithi045 bash[25828]: cluster 2023-11-17T06:56:38.236887+0000 mgr.smithi045.tkkiao (mgr.14182) 518 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T06:56:42.143 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:41 smithi045 bash[25828]: cluster 2023-11-17T06:56:40.238439+0000 mgr.smithi045.tkkiao (mgr.14182) 519 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T06:56:42.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:41 smithi105 bash[28427]: cluster 2023-11-17T06:56:40.238439+0000 mgr.smithi045.tkkiao (mgr.14182) 519 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T06:56:43.069 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:44.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:43 smithi045 bash[25828]: cluster 2023-11-17T06:56:42.239870+0000 mgr.smithi045.tkkiao (mgr.14182) 520 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T06:56:44.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:43 smithi105 bash[28427]: cluster 2023-11-17T06:56:42.239870+0000 mgr.smithi045.tkkiao (mgr.14182) 520 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T06:56:46.046 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:56:46.046 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:56:46.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:45 smithi045 bash[25828]: cluster 2023-11-17T06:56:44.241678+0000 mgr.smithi045.tkkiao (mgr.14182) 521 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T06:56:46.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:45 smithi045 bash[25828]: audit 2023-11-17T06:56:44.681473+0000 mon.smithi045 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:46.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:45 smithi105 bash[28427]: cluster 2023-11-17T06:56:44.241678+0000 mgr.smithi045.tkkiao (mgr.14182) 521 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T06:56:46.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:45 smithi105 bash[28427]: audit 2023-11-17T06:56:44.681473+0000 mon.smithi045 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:56:46.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:56:47.679 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:48.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:47 smithi045 bash[25828]: audit 2023-11-17T06:56:46.029605+0000 mgr.smithi045.tkkiao (mgr.14182) 522 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:48.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:47 smithi045 bash[25828]: cluster 2023-11-17T06:56:46.243184+0000 mgr.smithi045.tkkiao (mgr.14182) 523 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T06:56:48.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:47 smithi105 bash[28427]: audit 2023-11-17T06:56:46.029605+0000 mgr.smithi045.tkkiao (mgr.14182) 522 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:48.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:47 smithi105 bash[28427]: cluster 2023-11-17T06:56:46.243184+0000 mgr.smithi045.tkkiao (mgr.14182) 523 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T06:56:50.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:49 smithi045 bash[25828]: cluster 2023-11-17T06:56:48.245302+0000 mgr.smithi045.tkkiao (mgr.14182) 524 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:50.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:49 smithi105 bash[28427]: cluster 2023-11-17T06:56:48.245302+0000 mgr.smithi045.tkkiao (mgr.14182) 524 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:50.714 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:56:50.715 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:56:51.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:56:52.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:51 smithi045 bash[25828]: cluster 2023-11-17T06:56:50.246806+0000 mgr.smithi045.tkkiao (mgr.14182) 525 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:52.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:51 smithi045 bash[25828]: audit 2023-11-17T06:56:50.700281+0000 mgr.smithi045.tkkiao (mgr.14182) 526 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:52.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:51 smithi105 bash[28427]: cluster 2023-11-17T06:56:50.246806+0000 mgr.smithi045.tkkiao (mgr.14182) 525 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:52.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:51 smithi105 bash[28427]: audit 2023-11-17T06:56:50.700281+0000 mgr.smithi045.tkkiao (mgr.14182) 526 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:52.285 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:54.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:53 smithi045 bash[25828]: cluster 2023-11-17T06:56:52.248286+0000 mgr.smithi045.tkkiao (mgr.14182) 527 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:53 smithi105 bash[28427]: cluster 2023-11-17T06:56:52.248286+0000 mgr.smithi045.tkkiao (mgr.14182) 527 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:55.297 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:56:55.297 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:56:55.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:56:56.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:55 smithi045 bash[25828]: cluster 2023-11-17T06:56:54.250157+0000 mgr.smithi045.tkkiao (mgr.14182) 528 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:55 smithi105 bash[28427]: cluster 2023-11-17T06:56:54.250157+0000 mgr.smithi045.tkkiao (mgr.14182) 528 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:56.892 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:57.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:56 smithi045 bash[25828]: audit 2023-11-17T06:56:55.282134+0000 mgr.smithi045.tkkiao (mgr.14182) 529 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:57.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:56 smithi105 bash[28427]: audit 2023-11-17T06:56:55.282134+0000 mgr.smithi045.tkkiao (mgr.14182) 529 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:58.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:57 smithi045 bash[25828]: cluster 2023-11-17T06:56:56.251656+0000 mgr.smithi045.tkkiao (mgr.14182) 530 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:58.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:57 smithi105 bash[28427]: cluster 2023-11-17T06:56:56.251656+0000 mgr.smithi045.tkkiao (mgr.14182) 530 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:59.800 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:56:59.801 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:00.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:56:59 smithi045 bash[25828]: cluster 2023-11-17T06:56:58.253203+0000 mgr.smithi045.tkkiao (mgr.14182) 531 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:00.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:56:59 smithi105 bash[28427]: cluster 2023-11-17T06:56:58.253203+0000 mgr.smithi045.tkkiao (mgr.14182) 531 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:00.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:01.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:00 smithi045 bash[25828]: audit 2023-11-17T06:56:59.784471+0000 mgr.smithi045.tkkiao (mgr.14182) 532 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:01.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:00 smithi105 bash[28427]: audit 2023-11-17T06:56:59.784471+0000 mgr.smithi045.tkkiao (mgr.14182) 532 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:01.388 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:01 smithi045 bash[25828]: cluster 2023-11-17T06:57:00.254578+0000 mgr.smithi045.tkkiao (mgr.14182) 533 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:01 smithi105 bash[28427]: cluster 2023-11-17T06:57:00.254578+0000 mgr.smithi045.tkkiao (mgr.14182) 533 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:04.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:03 smithi045 bash[25828]: cluster 2023-11-17T06:57:02.256058+0000 mgr.smithi045.tkkiao (mgr.14182) 534 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:04.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:03 smithi105 bash[28427]: cluster 2023-11-17T06:57:02.256058+0000 mgr.smithi045.tkkiao (mgr.14182) 534 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:04.367 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:04.367 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:04.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:05.945 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:05 smithi045 bash[25828]: cluster 2023-11-17T06:57:04.257777+0000 mgr.smithi045.tkkiao (mgr.14182) 535 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:05 smithi045 bash[25828]: audit 2023-11-17T06:57:04.350779+0000 mgr.smithi045.tkkiao (mgr.14182) 536 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:05 smithi105 bash[28427]: cluster 2023-11-17T06:57:04.257777+0000 mgr.smithi045.tkkiao (mgr.14182) 535 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:05 smithi105 bash[28427]: audit 2023-11-17T06:57:04.350779+0000 mgr.smithi045.tkkiao (mgr.14182) 536 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:08.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:07 smithi045 bash[25828]: cluster 2023-11-17T06:57:06.259362+0000 mgr.smithi045.tkkiao (mgr.14182) 537 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:08.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:07 smithi105 bash[28427]: cluster 2023-11-17T06:57:06.259362+0000 mgr.smithi045.tkkiao (mgr.14182) 537 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:08.913 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:08.914 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:09.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:10.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:09 smithi045 bash[25828]: cluster 2023-11-17T06:57:08.261267+0000 mgr.smithi045.tkkiao (mgr.14182) 538 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:10.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:09 smithi045 bash[25828]: audit 2023-11-17T06:57:08.898748+0000 mgr.smithi045.tkkiao (mgr.14182) 539 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:10.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:09 smithi105 bash[28427]: cluster 2023-11-17T06:57:08.261267+0000 mgr.smithi045.tkkiao (mgr.14182) 538 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:10.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:09 smithi105 bash[28427]: audit 2023-11-17T06:57:08.898748+0000 mgr.smithi045.tkkiao (mgr.14182) 539 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:10.489 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:12.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:11 smithi045 bash[25828]: cluster 2023-11-17T06:57:10.262736+0000 mgr.smithi045.tkkiao (mgr.14182) 540 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:14.711 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:11 smithi105 bash[28427]: cluster 2023-11-17T06:57:10.262736+0000 mgr.smithi045.tkkiao (mgr.14182) 540 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:14.711 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:13 smithi105 bash[28427]: cluster 2023-11-17T06:57:12.264851+0000 mgr.smithi045.tkkiao (mgr.14182) 541 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:14.712 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:14.712 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:14.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:14.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:13 smithi045 bash[25828]: cluster 2023-11-17T06:57:12.264851+0000 mgr.smithi045.tkkiao (mgr.14182) 541 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:15.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:14 smithi045 bash[25828]: audit 2023-11-17T06:57:13.442547+0000 mgr.smithi045.tkkiao (mgr.14182) 542 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:15.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:14 smithi105 bash[28427]: audit 2023-11-17T06:57:13.442547+0000 mgr.smithi045.tkkiao (mgr.14182) 542 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:15.714 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:16.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:15 smithi045 bash[25828]: cluster 2023-11-17T06:57:14.267011+0000 mgr.smithi045.tkkiao (mgr.14182) 543 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:16.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:15 smithi105 bash[28427]: cluster 2023-11-17T06:57:14.267011+0000 mgr.smithi045.tkkiao (mgr.14182) 543 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:18.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:17 smithi045 bash[25828]: cluster 2023-11-17T06:57:16.268499+0000 mgr.smithi045.tkkiao (mgr.14182) 544 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:18.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:17 smithi105 bash[28427]: cluster 2023-11-17T06:57:16.268499+0000 mgr.smithi045.tkkiao (mgr.14182) 544 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:18.659 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:18.659 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:19.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:20.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:19 smithi045 bash[25828]: cluster 2023-11-17T06:57:18.269864+0000 mgr.smithi045.tkkiao (mgr.14182) 545 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:20.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:19 smithi045 bash[25828]: audit 2023-11-17T06:57:18.644022+0000 mgr.smithi045.tkkiao (mgr.14182) 546 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:20.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:19 smithi105 bash[28427]: cluster 2023-11-17T06:57:18.269864+0000 mgr.smithi045.tkkiao (mgr.14182) 545 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:20.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:19 smithi105 bash[28427]: audit 2023-11-17T06:57:18.644022+0000 mgr.smithi045.tkkiao (mgr.14182) 546 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:20.208 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:22.090 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:21 smithi045 bash[25828]: cluster 2023-11-17T06:57:20.271289+0000 mgr.smithi045.tkkiao (mgr.14182) 547 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:22.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:21 smithi105 bash[28427]: cluster 2023-11-17T06:57:20.271289+0000 mgr.smithi045.tkkiao (mgr.14182) 547 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:23.263 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:23.264 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:23.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:24.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:23 smithi045 bash[25828]: cluster 2023-11-17T06:57:22.272780+0000 mgr.smithi045.tkkiao (mgr.14182) 548 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:24.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:23 smithi105 bash[28427]: cluster 2023-11-17T06:57:22.272780+0000 mgr.smithi045.tkkiao (mgr.14182) 548 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:24.812 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:25.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:24 smithi045 bash[25828]: audit 2023-11-17T06:57:23.248881+0000 mgr.smithi045.tkkiao (mgr.14182) 549 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:25.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:24 smithi105 bash[28427]: audit 2023-11-17T06:57:23.248881+0000 mgr.smithi045.tkkiao (mgr.14182) 549 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:26.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:25 smithi045 bash[25828]: cluster 2023-11-17T06:57:24.274883+0000 mgr.smithi045.tkkiao (mgr.14182) 550 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:25 smithi105 bash[28427]: cluster 2023-11-17T06:57:24.274883+0000 mgr.smithi045.tkkiao (mgr.14182) 550 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:27.721 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:27.721 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:28.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:27 smithi045 bash[25828]: cluster 2023-11-17T06:57:26.276349+0000 mgr.smithi045.tkkiao (mgr.14182) 551 : 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 2023-11-17T06:57:28.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:27 smithi105 bash[28427]: cluster 2023-11-17T06:57:26.276349+0000 mgr.smithi045.tkkiao (mgr.14182) 551 : 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 2023-11-17T06:57:28.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:29.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:28 smithi105 bash[28427]: audit 2023-11-17T06:57:27.711282+0000 mgr.smithi045.tkkiao (mgr.14182) 552 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:29.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:28 smithi045 bash[25828]: audit 2023-11-17T06:57:27.711282+0000 mgr.smithi045.tkkiao (mgr.14182) 552 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:29.331 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:30.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:29 smithi105 bash[28427]: cluster 2023-11-17T06:57:28.278440+0000 mgr.smithi045.tkkiao (mgr.14182) 553 : 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 2023-11-17T06:57:30.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:29 smithi045 bash[25828]: cluster 2023-11-17T06:57:28.278440+0000 mgr.smithi045.tkkiao (mgr.14182) 553 : 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 2023-11-17T06:57:32.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:31 smithi045 bash[25828]: cluster 2023-11-17T06:57:30.279973+0000 mgr.smithi045.tkkiao (mgr.14182) 554 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:32.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:31 smithi105 bash[28427]: cluster 2023-11-17T06:57:30.279973+0000 mgr.smithi045.tkkiao (mgr.14182) 554 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:32.203 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:32.203 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:32.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:33.824 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:34.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:33 smithi105 bash[28427]: audit 2023-11-17T06:57:32.187120+0000 mgr.smithi045.tkkiao (mgr.14182) 555 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:34.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:33 smithi105 bash[28427]: cluster 2023-11-17T06:57:32.281512+0000 mgr.smithi045.tkkiao (mgr.14182) 556 : 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 2023-11-17T06:57:34.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:33 smithi045 bash[25828]: audit 2023-11-17T06:57:32.187120+0000 mgr.smithi045.tkkiao (mgr.14182) 555 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:34.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:33 smithi045 bash[25828]: cluster 2023-11-17T06:57:32.281512+0000 mgr.smithi045.tkkiao (mgr.14182) 556 : 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 2023-11-17T06:57:36.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:35 smithi105 bash[28427]: cluster 2023-11-17T06:57:34.283458+0000 mgr.smithi045.tkkiao (mgr.14182) 557 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:36.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:35 smithi045 bash[25828]: cluster 2023-11-17T06:57:34.283458+0000 mgr.smithi045.tkkiao (mgr.14182) 557 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:36.648 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:36.649 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:28.374547Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ngjelk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:37.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.237724+0000 mon.smithi045 (mon.0) 768 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:57:37.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.546371+0000 mon.smithi045 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.547708+0000 mon.smithi045 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.549020+0000 mon.smithi045 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.550280+0000 mon.smithi045 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.560415+0000 mon.smithi045 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:37.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.560832+0000 mon.smithi045 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.562088+0000 mon.smithi045 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.563098+0000 mon.smithi045 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.564001+0000 mon.smithi045 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.568765+0000 mon.smithi045 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:37.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.570002+0000 mon.smithi045 (mon.0) 779 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:57:37.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.570999+0000 mon.smithi045 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:57:37.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.577662+0000 mon.smithi045 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:37.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.585827+0000 mon.smithi045 (mon.0) 782 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:57:37.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:36 smithi045 bash[25828]: audit 2023-11-17T06:57:36.600683+0000 mon.smithi045 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:37.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.237724+0000 mon.smithi045 (mon.0) 768 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.546371+0000 mon.smithi045 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.547708+0000 mon.smithi045 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.549020+0000 mon.smithi045 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.550280+0000 mon.smithi045 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.560415+0000 mon.smithi045 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.560832+0000 mon.smithi045 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.562088+0000 mon.smithi045 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.563098+0000 mon.smithi045 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.564001+0000 mon.smithi045 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.568765+0000 mon.smithi045 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.570002+0000 mon.smithi045 (mon.0) 779 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.570999+0000 mon.smithi045 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:57:37.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.577662+0000 mon.smithi045 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:37.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.585827+0000 mon.smithi045 (mon.0) 782 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:57:37.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:36 smithi105 bash[28427]: audit 2023-11-17T06:57:36.600683+0000 mon.smithi045 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:37.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:38.258 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:38.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:37 smithi045 bash[25828]: cluster 2023-11-17T06:57:36.284703+0000 mgr.smithi045.tkkiao (mgr.14182) 558 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:38.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:37 smithi045 bash[25828]: cephadm 2023-11-17T06:57:36.551265+0000 mgr.smithi045.tkkiao (mgr.14182) 559 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3018M 2023-11-17T06:57:38.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:37 smithi045 bash[25828]: cephadm 2023-11-17T06:57:36.564748+0000 mgr.smithi045.tkkiao (mgr.14182) 560 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3529M 2023-11-17T06:57:38.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:37 smithi045 bash[25828]: cluster 2023-11-17T06:57:36.578421+0000 mgr.smithi045.tkkiao (mgr.14182) 561 : 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 2023-11-17T06:57:38.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:37 smithi045 bash[25828]: cephadm 2023-11-17T06:57:36.604335+0000 mgr.smithi045.tkkiao (mgr.14182) 562 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qllxnj on smithi105 2023-11-17T06:57:38.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:37 smithi045 bash[25828]: audit 2023-11-17T06:57:36.633542+0000 mgr.smithi045.tkkiao (mgr.14182) 563 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:38.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:37 smithi045 bash[25828]: cluster 2023-11-17T06:57:36.885669+0000 mon.smithi045 (mon.0) 784 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:57:38.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:37 smithi045 bash[25828]: cluster 2023-11-17T06:57:36.885740+0000 mon.smithi045 (mon.0) 785 : cluster [INF] Cluster is now healthy 2023-11-17T06:57:38.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:37 smithi105 bash[28427]: cluster 2023-11-17T06:57:36.284703+0000 mgr.smithi045.tkkiao (mgr.14182) 558 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:38.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:37 smithi105 bash[28427]: cephadm 2023-11-17T06:57:36.551265+0000 mgr.smithi045.tkkiao (mgr.14182) 559 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3018M 2023-11-17T06:57:38.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:37 smithi105 bash[28427]: cephadm 2023-11-17T06:57:36.564748+0000 mgr.smithi045.tkkiao (mgr.14182) 560 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3529M 2023-11-17T06:57:38.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:37 smithi105 bash[28427]: cluster 2023-11-17T06:57:36.578421+0000 mgr.smithi045.tkkiao (mgr.14182) 561 : 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 2023-11-17T06:57:38.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:37 smithi105 bash[28427]: cephadm 2023-11-17T06:57:36.604335+0000 mgr.smithi045.tkkiao (mgr.14182) 562 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qllxnj on smithi105 2023-11-17T06:57:38.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:37 smithi105 bash[28427]: audit 2023-11-17T06:57:36.633542+0000 mgr.smithi045.tkkiao (mgr.14182) 563 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:38.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:37 smithi105 bash[28427]: cluster 2023-11-17T06:57:36.885669+0000 mon.smithi045 (mon.0) 784 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:57:38.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:37 smithi105 bash[28427]: cluster 2023-11-17T06:57:36.885740+0000 mon.smithi045 (mon.0) 785 : cluster [INF] Cluster is now healthy 2023-11-17T06:57:40.215 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:39 smithi105 bash[28427]: cluster 2023-11-17T06:57:38.580135+0000 mgr.smithi045.tkkiao (mgr.14182) 564 : 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 2023-11-17T06:57:40.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:39 smithi045 bash[25828]: cluster 2023-11-17T06:57:38.580135+0000 mgr.smithi045.tkkiao (mgr.14182) 564 : 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 2023-11-17T06:57:41.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:40 smithi045 bash[25828]: audit 2023-11-17T06:57:40.679776+0000 mon.smithi045 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qllxnj"}]: dispatch 2023-11-17T06:57:41.211 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:41.212 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:32.471572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aigwal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aigwal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aigwal\nDeploy daemon haproxy.nfs.foo.smithi105.aigwal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.229834Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.lujtdc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lujtdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lujtdc\nDeploy daemon haproxy.nfs.foo.smithi045.lujtdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:56:36.231689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bzkpre on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:41.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:40 smithi105 bash[28427]: audit 2023-11-17T06:57:40.679776+0000 mon.smithi045 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qllxnj"}]: dispatch 2023-11-17T06:57:41.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:42.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: cluster 2023-11-17T06:57:40.581429+0000 mgr.smithi045.tkkiao (mgr.14182) 565 : 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 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: cephadm 2023-11-17T06:57:40.678314+0000 mgr.smithi045.tkkiao (mgr.14182) 566 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qllxnj ... 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:42.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qllxnj ... 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: cephadm 2023-11-17T06:57:40.678988+0000 mgr.smithi045.tkkiao (mgr.14182) 567 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: cephadm 2023-11-17T06:57:40.681843+0000 mgr.smithi045.tkkiao (mgr.14182) 568 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:42.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qllxnj ... 2023-11-17T06:57:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:41 smithi045 bash[25828]: cephadm 2023-11-17T06:57:40.686899+0000 mgr.smithi045.tkkiao (mgr.14182) 569 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.bcgiha on smithi045 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: cluster 2023-11-17T06:57:40.581429+0000 mgr.smithi045.tkkiao (mgr.14182) 565 : 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 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: cephadm 2023-11-17T06:57:40.678314+0000 mgr.smithi045.tkkiao (mgr.14182) 566 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qllxnj ... 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:42.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qllxnj ... 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: cephadm 2023-11-17T06:57:40.678988+0000 mgr.smithi045.tkkiao (mgr.14182) 567 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: cephadm 2023-11-17T06:57:40.681843+0000 mgr.smithi045.tkkiao (mgr.14182) 568 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:42.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qllxnj ... 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:42.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:41 smithi105 bash[28427]: cephadm 2023-11-17T06:57:40.686899+0000 mgr.smithi045.tkkiao (mgr.14182) 569 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.bcgiha on smithi045 2023-11-17T06:57:42.819 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:43.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:42 smithi045 bash[25828]: audit 2023-11-17T06:57:41.194028+0000 mgr.smithi045.tkkiao (mgr.14182) 570 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:42 smithi105 bash[28427]: audit 2023-11-17T06:57:41.194028+0000 mgr.smithi045.tkkiao (mgr.14182) 570 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:44.193 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:43 smithi045 bash[25828]: cluster 2023-11-17T06:57:42.582720+0000 mgr.smithi045.tkkiao (mgr.14182) 571 : 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 2023-11-17T06:57:44.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:43 smithi105 bash[28427]: cluster 2023-11-17T06:57:42.582720+0000 mgr.smithi045.tkkiao (mgr.14182) 571 : 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 2023-11-17T06:57:46.030 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:46.030 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: cluster 2023-11-17T06:57:44.584568+0000 mgr.smithi045.tkkiao (mgr.14182) 572 : 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 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: audit 2023-11-17T06:57:44.682431+0000 mon.smithi045 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: cephadm 2023-11-17T06:57:44.754234+0000 mgr.smithi045.tkkiao (mgr.14182) 573 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bcgiha ... 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bcgiha ... 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: cephadm 2023-11-17T06:57:44.754704+0000 mgr.smithi045.tkkiao (mgr.14182) 574 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: audit 2023-11-17T06:57:44.755148+0000 mon.smithi045 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.bcgiha"}]: dispatch 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: cephadm 2023-11-17T06:57:44.756104+0000 mgr.smithi045.tkkiao (mgr.14182) 575 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bcgiha ... 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:46.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:46.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:46.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: cephadm 2023-11-17T06:57:44.757911+0000 mgr.smithi045.tkkiao (mgr.14182) 576 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:57:46.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: cephadm 2023-11-17T06:57:44.759597+0000 mgr.smithi045.tkkiao (mgr.14182) 577 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:57:46.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: cluster 2023-11-17T06:57:44.760514+0000 mgr.smithi045.tkkiao (mgr.14182) 578 : cluster [DBG] pgmap v447: 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 2023-11-17T06:57:46.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:45 smithi045 bash[25828]: cluster 2023-11-17T06:57:44.929340+0000 mon.smithi045 (mon.0) 789 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: cluster 2023-11-17T06:57:44.584568+0000 mgr.smithi045.tkkiao (mgr.14182) 572 : 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 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: audit 2023-11-17T06:57:44.682431+0000 mon.smithi045 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: cephadm 2023-11-17T06:57:44.754234+0000 mgr.smithi045.tkkiao (mgr.14182) 573 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bcgiha ... 2023-11-17T06:57:46.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:46.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bcgiha ... 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: cephadm 2023-11-17T06:57:44.754704+0000 mgr.smithi045.tkkiao (mgr.14182) 574 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: audit 2023-11-17T06:57:44.755148+0000 mon.smithi045 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.bcgiha"}]: dispatch 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: cephadm 2023-11-17T06:57:44.756104+0000 mgr.smithi045.tkkiao (mgr.14182) 575 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bcgiha ... 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:57:46.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:57:46.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:46.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: cephadm 2023-11-17T06:57:44.757911+0000 mgr.smithi045.tkkiao (mgr.14182) 576 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:57:46.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: cephadm 2023-11-17T06:57:44.759597+0000 mgr.smithi045.tkkiao (mgr.14182) 577 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:57:46.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: cluster 2023-11-17T06:57:44.760514+0000 mgr.smithi045.tkkiao (mgr.14182) 578 : cluster [DBG] pgmap v447: 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 2023-11-17T06:57:46.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:45 smithi105 bash[28427]: cluster 2023-11-17T06:57:44.929340+0000 mon.smithi045 (mon.0) 789 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:57:46.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:47.681 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:48.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:47 smithi045 bash[25828]: audit 2023-11-17T06:57:46.015805+0000 mgr.smithi045.tkkiao (mgr.14182) 579 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:48.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:47 smithi045 bash[25828]: cluster 2023-11-17T06:57:46.762022+0000 mgr.smithi045.tkkiao (mgr.14182) 580 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:48.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:47 smithi045 bash[25828]: audit 2023-11-17T06:57:47.793156+0000 mon.smithi045 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:48.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:47 smithi105 bash[28427]: audit 2023-11-17T06:57:46.015805+0000 mgr.smithi045.tkkiao (mgr.14182) 579 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:48.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:47 smithi105 bash[28427]: cluster 2023-11-17T06:57:46.762022+0000 mgr.smithi045.tkkiao (mgr.14182) 580 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:48.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:47 smithi105 bash[28427]: audit 2023-11-17T06:57:47.793156+0000 mon.smithi045 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:57:50.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:49 smithi105 bash[28427]: cluster 2023-11-17T06:57:48.763342+0000 mgr.smithi045.tkkiao (mgr.14182) 581 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:50.175 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:49 smithi045 bash[25828]: cluster 2023-11-17T06:57:48.763342+0000 mgr.smithi045.tkkiao (mgr.14182) 581 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:50.615 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:50.615 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:51.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:52.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:51 smithi045 bash[25828]: audit 2023-11-17T06:57:50.600906+0000 mgr.smithi045.tkkiao (mgr.14182) 582 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:52.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:51 smithi045 bash[25828]: cluster 2023-11-17T06:57:50.764936+0000 mgr.smithi045.tkkiao (mgr.14182) 583 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:52.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:51 smithi105 bash[28427]: audit 2023-11-17T06:57:50.600906+0000 mgr.smithi045.tkkiao (mgr.14182) 582 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:52.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:51 smithi105 bash[28427]: cluster 2023-11-17T06:57:50.764936+0000 mgr.smithi045.tkkiao (mgr.14182) 583 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:52.224 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:53 smithi105 bash[28427]: cluster 2023-11-17T06:57:52.766901+0000 mgr.smithi045.tkkiao (mgr.14182) 584 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:54.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:53 smithi045 bash[25828]: cluster 2023-11-17T06:57:52.766901+0000 mgr.smithi045.tkkiao (mgr.14182) 584 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:55.192 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:55.192 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:57:55.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:56.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:55 smithi045 bash[25828]: cluster 2023-11-17T06:57:54.768910+0000 mgr.smithi045.tkkiao (mgr.14182) 585 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:55 smithi105 bash[28427]: cluster 2023-11-17T06:57:54.768910+0000 mgr.smithi045.tkkiao (mgr.14182) 585 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T06:57:56.748 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:57.091 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:56 smithi045 bash[25828]: audit 2023-11-17T06:57:55.177041+0000 mgr.smithi045.tkkiao (mgr.14182) 586 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:57.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:56 smithi105 bash[28427]: audit 2023-11-17T06:57:55.177041+0000 mgr.smithi045.tkkiao (mgr.14182) 586 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:58.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:57 smithi105 bash[28427]: cluster 2023-11-17T06:57:56.770439+0000 mgr.smithi045.tkkiao (mgr.14182) 587 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:58.175 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:57 smithi045 bash[25828]: cluster 2023-11-17T06:57:56.770439+0000 mgr.smithi045.tkkiao (mgr.14182) 587 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:59.758 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:57:59.758 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:00.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:59 smithi045 bash[25828]: cluster 2023-11-17T06:57:58.772222+0000 mgr.smithi045.tkkiao (mgr.14182) 588 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:00.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:57:59 smithi045 bash[25828]: audit 2023-11-17T06:57:59.685351+0000 mon.smithi045 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:58:00.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:59 smithi105 bash[28427]: cluster 2023-11-17T06:57:58.772222+0000 mgr.smithi045.tkkiao (mgr.14182) 588 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:00.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:57:59 smithi105 bash[28427]: audit 2023-11-17T06:57:59.685351+0000 mon.smithi045 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:58:00.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:01.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:00 smithi105 bash[28427]: audit 2023-11-17T06:57:59.744312+0000 mgr.smithi045.tkkiao (mgr.14182) 589 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:01.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:00 smithi045 bash[25828]: audit 2023-11-17T06:57:59.744312+0000 mgr.smithi045.tkkiao (mgr.14182) 589 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:01.334 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:01 smithi105 bash[28427]: cluster 2023-11-17T06:58:00.773639+0000 mgr.smithi045.tkkiao (mgr.14182) 590 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:02.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:01 smithi045 bash[25828]: cluster 2023-11-17T06:58:00.773639+0000 mgr.smithi045.tkkiao (mgr.14182) 590 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:04.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:03 smithi105 bash[28427]: cluster 2023-11-17T06:58:02.775106+0000 mgr.smithi045.tkkiao (mgr.14182) 591 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:04.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:03 smithi045 bash[25828]: cluster 2023-11-17T06:58:02.775106+0000 mgr.smithi045.tkkiao (mgr.14182) 591 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:04.394 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:04.394 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:04.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:05.989 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:05 smithi105 bash[28427]: audit 2023-11-17T06:58:04.384435+0000 mgr.smithi045.tkkiao (mgr.14182) 592 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:05 smithi105 bash[28427]: cluster 2023-11-17T06:58:04.777343+0000 mgr.smithi045.tkkiao (mgr.14182) 593 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:06.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:05 smithi045 bash[25828]: audit 2023-11-17T06:58:04.384435+0000 mgr.smithi045.tkkiao (mgr.14182) 592 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:06.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:05 smithi045 bash[25828]: cluster 2023-11-17T06:58:04.777343+0000 mgr.smithi045.tkkiao (mgr.14182) 593 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:08.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:07 smithi105 bash[28427]: cluster 2023-11-17T06:58:06.778896+0000 mgr.smithi045.tkkiao (mgr.14182) 594 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:08.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:07 smithi045 bash[25828]: cluster 2023-11-17T06:58:06.778896+0000 mgr.smithi045.tkkiao (mgr.14182) 594 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:08.865 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:08.865 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:09.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:10.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:09 smithi105 bash[28427]: cluster 2023-11-17T06:58:08.780173+0000 mgr.smithi045.tkkiao (mgr.14182) 595 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:10.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:09 smithi105 bash[28427]: audit 2023-11-17T06:58:08.852839+0000 mgr.smithi045.tkkiao (mgr.14182) 596 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:10.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:09 smithi045 bash[25828]: cluster 2023-11-17T06:58:08.780173+0000 mgr.smithi045.tkkiao (mgr.14182) 595 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:10.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:09 smithi045 bash[25828]: audit 2023-11-17T06:58:08.852839+0000 mgr.smithi045.tkkiao (mgr.14182) 596 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:10.414 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:12.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:11 smithi045 bash[25828]: cluster 2023-11-17T06:58:10.781713+0000 mgr.smithi045.tkkiao (mgr.14182) 597 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:12.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:11 smithi105 bash[28427]: cluster 2023-11-17T06:58:10.781713+0000 mgr.smithi045.tkkiao (mgr.14182) 597 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:13.307 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:13.307 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:13.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:14.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:13 smithi105 bash[28427]: cluster 2023-11-17T06:58:12.783225+0000 mgr.smithi045.tkkiao (mgr.14182) 598 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:14.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:13 smithi045 bash[25828]: cluster 2023-11-17T06:58:12.783225+0000 mgr.smithi045.tkkiao (mgr.14182) 598 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:14.860 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:15.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:14 smithi105 bash[28427]: audit 2023-11-17T06:58:13.297687+0000 mgr.smithi045.tkkiao (mgr.14182) 599 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:15.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:14 smithi045 bash[25828]: audit 2023-11-17T06:58:13.297687+0000 mgr.smithi045.tkkiao (mgr.14182) 599 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:16.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:15 smithi045 bash[25828]: cluster 2023-11-17T06:58:14.785318+0000 mgr.smithi045.tkkiao (mgr.14182) 600 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:16.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:15 smithi105 bash[28427]: cluster 2023-11-17T06:58:14.785318+0000 mgr.smithi045.tkkiao (mgr.14182) 600 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:17.736 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:17.737 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:18.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:17 smithi045 bash[25828]: cluster 2023-11-17T06:58:16.786644+0000 mgr.smithi045.tkkiao (mgr.14182) 601 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:18.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:17 smithi105 bash[28427]: cluster 2023-11-17T06:58:16.786644+0000 mgr.smithi045.tkkiao (mgr.14182) 601 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:18.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:19.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:18 smithi105 bash[28427]: audit 2023-11-17T06:58:17.718910+0000 mgr.smithi045.tkkiao (mgr.14182) 602 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:19.283 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:19.296 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:18 smithi045 bash[25828]: audit 2023-11-17T06:58:17.718910+0000 mgr.smithi045.tkkiao (mgr.14182) 602 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:20.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:19 smithi105 bash[28427]: cluster 2023-11-17T06:58:18.788443+0000 mgr.smithi045.tkkiao (mgr.14182) 603 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:20.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:19 smithi045 bash[25828]: cluster 2023-11-17T06:58:18.788443+0000 mgr.smithi045.tkkiao (mgr.14182) 603 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:22.033 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:21 smithi045 bash[25828]: cluster 2023-11-17T06:58:20.789890+0000 mgr.smithi045.tkkiao (mgr.14182) 604 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:22.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:21 smithi105 bash[28427]: cluster 2023-11-17T06:58:20.789890+0000 mgr.smithi045.tkkiao (mgr.14182) 604 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:22.402 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:22.403 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:23.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:24.068 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:24.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:23 smithi105 bash[28427]: audit 2023-11-17T06:58:22.385799+0000 mgr.smithi045.tkkiao (mgr.14182) 605 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:24.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:23 smithi105 bash[28427]: cluster 2023-11-17T06:58:22.791355+0000 mgr.smithi045.tkkiao (mgr.14182) 606 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:24.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:23 smithi045 bash[25828]: audit 2023-11-17T06:58:22.385799+0000 mgr.smithi045.tkkiao (mgr.14182) 605 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:24.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:23 smithi045 bash[25828]: cluster 2023-11-17T06:58:22.791355+0000 mgr.smithi045.tkkiao (mgr.14182) 606 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:26.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:25 smithi045 bash[25828]: cluster 2023-11-17T06:58:24.792890+0000 mgr.smithi045.tkkiao (mgr.14182) 607 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:25 smithi105 bash[28427]: cluster 2023-11-17T06:58:24.792890+0000 mgr.smithi045.tkkiao (mgr.14182) 607 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:27.125 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:27.125 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:27.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:28.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:27 smithi045 bash[25828]: cluster 2023-11-17T06:58:26.793877+0000 mgr.smithi045.tkkiao (mgr.14182) 608 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:28.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:27 smithi105 bash[28427]: cluster 2023-11-17T06:58:26.793877+0000 mgr.smithi045.tkkiao (mgr.14182) 608 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:28.676 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:29.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:28 smithi045 bash[25828]: audit 2023-11-17T06:58:27.107507+0000 mgr.smithi045.tkkiao (mgr.14182) 609 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:29.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:28 smithi105 bash[28427]: audit 2023-11-17T06:58:27.107507+0000 mgr.smithi045.tkkiao (mgr.14182) 609 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:29.959 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:29 smithi045 bash[25828]: cluster 2023-11-17T06:58:28.795014+0000 mgr.smithi045.tkkiao (mgr.14182) 610 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:30.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:29 smithi105 bash[28427]: cluster 2023-11-17T06:58:28.795014+0000 mgr.smithi045.tkkiao (mgr.14182) 610 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:31.534 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:31.534 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:32.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:31 smithi045 bash[25828]: cluster 2023-11-17T06:58:30.796138+0000 mgr.smithi045.tkkiao (mgr.14182) 611 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:32.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:32.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:31 smithi105 bash[28427]: cluster 2023-11-17T06:58:30.796138+0000 mgr.smithi045.tkkiao (mgr.14182) 611 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:33.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:32 smithi045 bash[25828]: audit 2023-11-17T06:58:31.516344+0000 mgr.smithi045.tkkiao (mgr.14182) 612 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:33.100 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:33.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:32 smithi105 bash[28427]: audit 2023-11-17T06:58:31.516344+0000 mgr.smithi045.tkkiao (mgr.14182) 612 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:34.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:33 smithi045 bash[25828]: cluster 2023-11-17T06:58:32.797925+0000 mgr.smithi045.tkkiao (mgr.14182) 613 : 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 2023-11-17T06:58:34.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:33 smithi105 bash[28427]: cluster 2023-11-17T06:58:32.797925+0000 mgr.smithi045.tkkiao (mgr.14182) 613 : 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 2023-11-17T06:58:36.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:35 smithi045 bash[25828]: cluster 2023-11-17T06:58:34.799914+0000 mgr.smithi045.tkkiao (mgr.14182) 614 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:36.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:35 smithi105 bash[28427]: cluster 2023-11-17T06:58:34.799914+0000 mgr.smithi045.tkkiao (mgr.14182) 614 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:36.231 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:36.231 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:36.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:37.847 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:38.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:37 smithi105 bash[28427]: audit 2023-11-17T06:58:36.215082+0000 mgr.smithi045.tkkiao (mgr.14182) 615 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:38.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:37 smithi105 bash[28427]: cluster 2023-11-17T06:58:36.801452+0000 mgr.smithi045.tkkiao (mgr.14182) 616 : 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 2023-11-17T06:58:38.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:37 smithi045 bash[25828]: audit 2023-11-17T06:58:36.215082+0000 mgr.smithi045.tkkiao (mgr.14182) 615 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:38.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:37 smithi045 bash[25828]: cluster 2023-11-17T06:58:36.801452+0000 mgr.smithi045.tkkiao (mgr.14182) 616 : 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 2023-11-17T06:58:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:39 smithi105 bash[28427]: cluster 2023-11-17T06:58:38.803267+0000 mgr.smithi045.tkkiao (mgr.14182) 617 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:40.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:39 smithi045 bash[25828]: cluster 2023-11-17T06:58:38.803267+0000 mgr.smithi045.tkkiao (mgr.14182) 617 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:40.686 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:58:40.687 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:58:41.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:42.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:41 smithi045 bash[25828]: audit 2023-11-17T06:58:40.670717+0000 mgr.smithi045.tkkiao (mgr.14182) 618 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:42.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:41 smithi045 bash[25828]: cluster 2023-11-17T06:58:40.805048+0000 mgr.smithi045.tkkiao (mgr.14182) 619 : 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 2023-11-17T06:58:42.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:41 smithi105 bash[28427]: audit 2023-11-17T06:58:40.670717+0000 mgr.smithi045.tkkiao (mgr.14182) 618 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:42.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:41 smithi105 bash[28427]: cluster 2023-11-17T06:58:40.805048+0000 mgr.smithi045.tkkiao (mgr.14182) 619 : 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 2023-11-17T06:58:42.224 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:44.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:43 smithi105 bash[28427]: cluster 2023-11-17T06:58:42.806752+0000 mgr.smithi045.tkkiao (mgr.14182) 620 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:43 smithi045 bash[25828]: cluster 2023-11-17T06:58:42.806752+0000 mgr.smithi045.tkkiao (mgr.14182) 620 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:44 smithi045 bash[25828]: audit 2023-11-17T06:58:44.763041+0000 mon.smithi045 (mon.0) 792 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:59:04.773 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:04.773 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:56:36.233409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wgpoas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:40.681499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qllxnj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qllxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qllxnj\nDeploy daemon haproxy.nfs.foo.smithi105.qllxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.755973Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bcgiha on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bcgiha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bcgiha\nDeploy daemon haproxy.nfs.foo.smithi045.bcgiha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:44.757812Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gogzkw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:04.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:04.775 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:44 smithi105 bash[28427]: audit 2023-11-17T06:58:44.763041+0000 mon.smithi045 (mon.0) 792 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:59:04.775 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:45 smithi105 bash[28427]: cluster 2023-11-17T06:58:44.808609+0000 mgr.smithi045.tkkiao (mgr.14182) 621 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:04.775 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:45 smithi105 bash[28427]: audit 2023-11-17T06:58:45.086663+0000 mon.smithi045 (mon.0) 793 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:59:04.775 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:45 smithi105 bash[28427]: audit 2023-11-17T06:58:45.088178+0000 mon.smithi045 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:59:04.775 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:45 smithi105 bash[28427]: audit 2023-11-17T06:58:45.095954+0000 mon.smithi045 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:04.775 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:45 smithi105 bash[28427]: audit 2023-11-17T06:58:45.102843+0000 mon.smithi045 (mon.0) 796 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:59:04.775 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:45 smithi105 bash[28427]: audit 2023-11-17T06:58:45.117740+0000 mon.smithi045 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:04.775 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:46 smithi105 bash[28427]: cluster 2023-11-17T06:58:45.096767+0000 mgr.smithi045.tkkiao (mgr.14182) 622 : 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 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:46 smithi105 bash[28427]: cephadm 2023-11-17T06:58:45.121496+0000 mgr.smithi045.tkkiao (mgr.14182) 623 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.csygjs on smithi105 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:46 smithi105 bash[28427]: audit 2023-11-17T06:58:45.131977+0000 mgr.smithi045.tkkiao (mgr.14182) 624 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:46 smithi105 bash[28427]: cluster 2023-11-17T06:58:46.093290+0000 mon.smithi045 (mon.0) 798 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:46 smithi105 bash[28427]: cluster 2023-11-17T06:58:46.093348+0000 mon.smithi045 (mon.0) 799 : cluster [INF] Cluster is now healthy 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:48 smithi105 bash[28427]: cluster 2023-11-17T06:58:47.098022+0000 mgr.smithi045.tkkiao (mgr.14182) 625 : 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 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:49 smithi105 bash[28427]: audit 2023-11-17T06:58:49.331500+0000 mon.smithi045 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.csygjs"}]: dispatch 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: cluster 2023-11-17T06:58:49.099595+0000 mgr.smithi045.tkkiao (mgr.14182) 626 : 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 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: cephadm 2023-11-17T06:58:49.330399+0000 mgr.smithi045.tkkiao (mgr.14182) 627 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.776 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.csygjs ... 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.csygjs ... 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.778 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: cephadm 2023-11-17T06:58:49.330906+0000 mgr.smithi045.tkkiao (mgr.14182) 628 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: cephadm 2023-11-17T06:58:49.333201+0000 mgr.smithi045.tkkiao (mgr.14182) 629 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.csygjs ... 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:50 smithi105 bash[28427]: cephadm 2023-11-17T06:58:49.337730+0000 mgr.smithi045.tkkiao (mgr.14182) 630 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.ulwwes on smithi045 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:52 smithi105 bash[28427]: cluster 2023-11-17T06:58:51.100850+0000 mgr.smithi045.tkkiao (mgr.14182) 631 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:53 smithi105 bash[28427]: audit 2023-11-17T06:58:53.066602+0000 mon.smithi045 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.ulwwes"}]: dispatch 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: cephadm 2023-11-17T06:58:53.065408+0000 mgr.smithi045.tkkiao (mgr.14182) 632 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ulwwes ... 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ulwwes ... 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: cephadm 2023-11-17T06:58:53.065894+0000 mgr.smithi045.tkkiao (mgr.14182) 633 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: cephadm 2023-11-17T06:58:53.068169+0000 mgr.smithi045.tkkiao (mgr.14182) 634 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:04.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.830 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ulwwes ... 2023-11-17T06:59:04.830 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.830 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: cephadm 2023-11-17T06:58:53.072596+0000 mgr.smithi045.tkkiao (mgr.14182) 635 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: cephadm 2023-11-17T06:58:53.074989+0000 mgr.smithi045.tkkiao (mgr.14182) 636 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: cluster 2023-11-17T06:58:53.077036+0000 mgr.smithi045.tkkiao (mgr.14182) 637 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:54 smithi105 bash[28427]: cluster 2023-11-17T06:58:53.906101+0000 mon.smithi045 (mon.0) 802 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:56 smithi105 bash[28427]: cluster 2023-11-17T06:58:55.078933+0000 mgr.smithi045.tkkiao (mgr.14182) 638 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:58 smithi105 bash[28427]: cluster 2023-11-17T06:58:57.080465+0000 mgr.smithi045.tkkiao (mgr.14182) 639 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:58:58 smithi105 bash[28427]: audit 2023-11-17T06:58:57.852103+0000 mon.smithi045 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:00 smithi105 bash[28427]: cluster 2023-11-17T06:58:59.082229+0000 mgr.smithi045.tkkiao (mgr.14182) 640 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.831 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:02 smithi105 bash[28427]: cluster 2023-11-17T06:59:01.083689+0000 mgr.smithi045.tkkiao (mgr.14182) 641 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:45 smithi045 bash[25828]: cluster 2023-11-17T06:58:44.808609+0000 mgr.smithi045.tkkiao (mgr.14182) 621 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:04.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:45 smithi045 bash[25828]: audit 2023-11-17T06:58:45.086663+0000 mon.smithi045 (mon.0) 793 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:59:04.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:45 smithi045 bash[25828]: audit 2023-11-17T06:58:45.088178+0000 mon.smithi045 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:45 smithi045 bash[25828]: audit 2023-11-17T06:58:45.095954+0000 mon.smithi045 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:45 smithi045 bash[25828]: audit 2023-11-17T06:58:45.102843+0000 mon.smithi045 (mon.0) 796 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:45 smithi045 bash[25828]: audit 2023-11-17T06:58:45.117740+0000 mon.smithi045 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:46 smithi045 bash[25828]: cluster 2023-11-17T06:58:45.096767+0000 mgr.smithi045.tkkiao (mgr.14182) 622 : 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 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:46 smithi045 bash[25828]: cephadm 2023-11-17T06:58:45.121496+0000 mgr.smithi045.tkkiao (mgr.14182) 623 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.csygjs on smithi105 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:46 smithi045 bash[25828]: audit 2023-11-17T06:58:45.131977+0000 mgr.smithi045.tkkiao (mgr.14182) 624 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:46 smithi045 bash[25828]: cluster 2023-11-17T06:58:46.093290+0000 mon.smithi045 (mon.0) 798 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:46 smithi045 bash[25828]: cluster 2023-11-17T06:58:46.093348+0000 mon.smithi045 (mon.0) 799 : cluster [INF] Cluster is now healthy 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:48 smithi045 bash[25828]: cluster 2023-11-17T06:58:47.098022+0000 mgr.smithi045.tkkiao (mgr.14182) 625 : 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 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:49 smithi045 bash[25828]: audit 2023-11-17T06:58:49.331500+0000 mon.smithi045 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.csygjs"}]: dispatch 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: cluster 2023-11-17T06:58:49.099595+0000 mgr.smithi045.tkkiao (mgr.14182) 626 : 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 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: cephadm 2023-11-17T06:58:49.330399+0000 mgr.smithi045.tkkiao (mgr.14182) 627 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.csygjs ... 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:59:04.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.csygjs ... 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: cephadm 2023-11-17T06:58:49.330906+0000 mgr.smithi045.tkkiao (mgr.14182) 628 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: cephadm 2023-11-17T06:58:49.333201+0000 mgr.smithi045.tkkiao (mgr.14182) 629 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.csygjs ... 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.836 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:50 smithi045 bash[25828]: cephadm 2023-11-17T06:58:49.337730+0000 mgr.smithi045.tkkiao (mgr.14182) 630 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.ulwwes on smithi045 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:52 smithi045 bash[25828]: cluster 2023-11-17T06:58:51.100850+0000 mgr.smithi045.tkkiao (mgr.14182) 631 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:53 smithi045 bash[25828]: audit 2023-11-17T06:58:53.066602+0000 mon.smithi045 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.ulwwes"}]: dispatch 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: cephadm 2023-11-17T06:58:53.065408+0000 mgr.smithi045.tkkiao (mgr.14182) 632 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ulwwes ... 2023-11-17T06:59:04.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:59:04.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:59:04.849 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ulwwes ... 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.850 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: cephadm 2023-11-17T06:58:53.065894+0000 mgr.smithi045.tkkiao (mgr.14182) 633 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: cephadm 2023-11-17T06:58:53.068169+0000 mgr.smithi045.tkkiao (mgr.14182) 634 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ulwwes ... 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:04.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: cephadm 2023-11-17T06:58:53.072596+0000 mgr.smithi045.tkkiao (mgr.14182) 635 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: cephadm 2023-11-17T06:58:53.074989+0000 mgr.smithi045.tkkiao (mgr.14182) 636 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: cluster 2023-11-17T06:58:53.077036+0000 mgr.smithi045.tkkiao (mgr.14182) 637 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:54 smithi045 bash[25828]: cluster 2023-11-17T06:58:53.906101+0000 mon.smithi045 (mon.0) 802 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:56 smithi045 bash[25828]: cluster 2023-11-17T06:58:55.078933+0000 mgr.smithi045.tkkiao (mgr.14182) 638 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:58 smithi045 bash[25828]: cluster 2023-11-17T06:58:57.080465+0000 mgr.smithi045.tkkiao (mgr.14182) 639 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:58:58 smithi045 bash[25828]: audit 2023-11-17T06:58:57.852103+0000 mon.smithi045 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:00 smithi045 bash[25828]: cluster 2023-11-17T06:58:59.082229+0000 mgr.smithi045.tkkiao (mgr.14182) 640 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:02 smithi045 bash[25828]: cluster 2023-11-17T06:59:01.083689+0000 mgr.smithi045.tkkiao (mgr.14182) 641 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:05.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:04 smithi105 bash[28427]: cluster 2023-11-17T06:59:03.085428+0000 mgr.smithi045.tkkiao (mgr.14182) 642 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:05.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:04 smithi045 bash[25828]: cluster 2023-11-17T06:59:03.085428+0000 mgr.smithi045.tkkiao (mgr.14182) 642 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:05.775 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:07.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:06 smithi045 bash[25828]: cluster 2023-11-17T06:59:05.087395+0000 mgr.smithi045.tkkiao (mgr.14182) 643 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:07.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:06 smithi105 bash[28427]: cluster 2023-11-17T06:59:05.087395+0000 mgr.smithi045.tkkiao (mgr.14182) 643 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:08.857 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:08.857 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:09.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:08 smithi105 bash[28427]: cluster 2023-11-17T06:59:07.088898+0000 mgr.smithi045.tkkiao (mgr.14182) 644 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:09.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:08 smithi045 bash[25828]: cluster 2023-11-17T06:59:07.088898+0000 mgr.smithi045.tkkiao (mgr.14182) 644 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:09.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:10.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:09 smithi105 bash[28427]: audit 2023-11-17T06:59:08.840140+0000 mgr.smithi045.tkkiao (mgr.14182) 645 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:10.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:09 smithi045 bash[25828]: audit 2023-11-17T06:59:08.840140+0000 mgr.smithi045.tkkiao (mgr.14182) 645 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:10.471 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:11.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:10 smithi105 bash[28427]: cluster 2023-11-17T06:59:09.090814+0000 mgr.smithi045.tkkiao (mgr.14182) 646 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:11.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:10 smithi045 bash[25828]: cluster 2023-11-17T06:59:09.090814+0000 mgr.smithi045.tkkiao (mgr.14182) 646 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:12 smithi045 bash[25828]: cluster 2023-11-17T06:59:11.092320+0000 mgr.smithi045.tkkiao (mgr.14182) 647 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:13.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:12 smithi105 bash[28427]: cluster 2023-11-17T06:59:11.092320+0000 mgr.smithi045.tkkiao (mgr.14182) 647 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:13.451 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:13.451 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:14.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:15.053 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:15.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:14 smithi045 bash[25828]: cluster 2023-11-17T06:59:13.093989+0000 mgr.smithi045.tkkiao (mgr.14182) 648 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:15.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:14 smithi045 bash[25828]: audit 2023-11-17T06:59:13.439414+0000 mgr.smithi045.tkkiao (mgr.14182) 649 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:15.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:14 smithi105 bash[28427]: cluster 2023-11-17T06:59:13.093989+0000 mgr.smithi045.tkkiao (mgr.14182) 648 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:15.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:14 smithi105 bash[28427]: audit 2023-11-17T06:59:13.439414+0000 mgr.smithi045.tkkiao (mgr.14182) 649 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:17.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:16 smithi045 bash[25828]: cluster 2023-11-17T06:59:15.095922+0000 mgr.smithi045.tkkiao (mgr.14182) 650 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:17.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:16 smithi105 bash[28427]: cluster 2023-11-17T06:59:15.095922+0000 mgr.smithi045.tkkiao (mgr.14182) 650 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:18.065 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:18.065 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:18.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:19.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:18 smithi045 bash[25828]: cluster 2023-11-17T06:59:17.097541+0000 mgr.smithi045.tkkiao (mgr.14182) 651 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:19.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:18 smithi105 bash[28427]: cluster 2023-11-17T06:59:17.097541+0000 mgr.smithi045.tkkiao (mgr.14182) 651 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:19.631 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:20.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:19 smithi045 bash[25828]: audit 2023-11-17T06:59:18.047718+0000 mgr.smithi045.tkkiao (mgr.14182) 652 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:20.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:19 smithi105 bash[28427]: audit 2023-11-17T06:59:18.047718+0000 mgr.smithi045.tkkiao (mgr.14182) 652 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:21.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:20 smithi045 bash[25828]: cluster 2023-11-17T06:59:19.099321+0000 mgr.smithi045.tkkiao (mgr.14182) 653 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:20 smithi105 bash[28427]: cluster 2023-11-17T06:59:19.099321+0000 mgr.smithi045.tkkiao (mgr.14182) 653 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:22.614 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:22.614 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:23.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:23.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:22 smithi045 bash[25828]: cluster 2023-11-17T06:59:21.100802+0000 mgr.smithi045.tkkiao (mgr.14182) 654 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:23.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:22 smithi105 bash[28427]: cluster 2023-11-17T06:59:21.100802+0000 mgr.smithi045.tkkiao (mgr.14182) 654 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:24.187 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:24.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:23 smithi045 bash[25828]: audit 2023-11-17T06:59:22.600409+0000 mgr.smithi045.tkkiao (mgr.14182) 655 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:24.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:23 smithi105 bash[28427]: audit 2023-11-17T06:59:22.600409+0000 mgr.smithi045.tkkiao (mgr.14182) 655 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:25.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:24 smithi045 bash[25828]: cluster 2023-11-17T06:59:23.102609+0000 mgr.smithi045.tkkiao (mgr.14182) 656 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:25.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:24 smithi105 bash[28427]: cluster 2023-11-17T06:59:23.102609+0000 mgr.smithi045.tkkiao (mgr.14182) 656 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:27.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:26 smithi045 bash[25828]: cluster 2023-11-17T06:59:25.104543+0000 mgr.smithi045.tkkiao (mgr.14182) 657 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:30.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:26 smithi105 bash[28427]: cluster 2023-11-17T06:59:25.104543+0000 mgr.smithi045.tkkiao (mgr.14182) 657 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:30.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:28 smithi105 bash[28427]: cluster 2023-11-17T06:59:27.106027+0000 mgr.smithi045.tkkiao (mgr.14182) 658 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:30.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:28 smithi105 bash[28427]: audit 2023-11-17T06:59:27.164201+0000 mgr.smithi045.tkkiao (mgr.14182) 659 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:30.162 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:30.162 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:30.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:30.163 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:28 smithi045 bash[25828]: cluster 2023-11-17T06:59:27.106027+0000 mgr.smithi045.tkkiao (mgr.14182) 658 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:30.163 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:28 smithi045 bash[25828]: audit 2023-11-17T06:59:27.164201+0000 mgr.smithi045.tkkiao (mgr.14182) 659 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:31.163 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:31.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:30 smithi045 bash[25828]: cluster 2023-11-17T06:59:29.107808+0000 mgr.smithi045.tkkiao (mgr.14182) 660 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:30 smithi105 bash[28427]: cluster 2023-11-17T06:59:29.107808+0000 mgr.smithi045.tkkiao (mgr.14182) 660 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:33.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:32 smithi045 bash[25828]: cluster 2023-11-17T06:59:31.109332+0000 mgr.smithi045.tkkiao (mgr.14182) 661 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:33.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:32 smithi105 bash[28427]: cluster 2023-11-17T06:59:31.109332+0000 mgr.smithi045.tkkiao (mgr.14182) 661 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:34.102 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:34.102 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:34.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:35.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:34 smithi045 bash[25828]: cluster 2023-11-17T06:59:33.111045+0000 mgr.smithi045.tkkiao (mgr.14182) 662 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:35.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:34 smithi105 bash[28427]: cluster 2023-11-17T06:59:33.111045+0000 mgr.smithi045.tkkiao (mgr.14182) 662 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:35.648 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:36.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:35 smithi105 bash[28427]: audit 2023-11-17T06:59:34.092860+0000 mgr.smithi045.tkkiao (mgr.14182) 663 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:36.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:35 smithi045 bash[25828]: audit 2023-11-17T06:59:34.092860+0000 mgr.smithi045.tkkiao (mgr.14182) 663 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:37.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:36 smithi045 bash[25828]: cluster 2023-11-17T06:59:35.112977+0000 mgr.smithi045.tkkiao (mgr.14182) 664 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:37.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:36 smithi105 bash[28427]: cluster 2023-11-17T06:59:35.112977+0000 mgr.smithi045.tkkiao (mgr.14182) 664 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:38.695 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:38.695 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:39.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:39 smithi045 bash[25828]: cluster 2023-11-17T06:59:37.114437+0000 mgr.smithi045.tkkiao (mgr.14182) 665 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:39.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:39.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:39 smithi105 bash[28427]: cluster 2023-11-17T06:59:37.114437+0000 mgr.smithi045.tkkiao (mgr.14182) 665 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:40.271 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:40.284 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:40 smithi045 bash[25828]: audit 2023-11-17T06:59:38.680344+0000 mgr.smithi045.tkkiao (mgr.14182) 666 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:40.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:40 smithi105 bash[28427]: audit 2023-11-17T06:59:38.680344+0000 mgr.smithi045.tkkiao (mgr.14182) 666 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:41.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:41 smithi045 bash[25828]: cluster 2023-11-17T06:59:39.116136+0000 mgr.smithi045.tkkiao (mgr.14182) 667 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:41.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:41 smithi105 bash[28427]: cluster 2023-11-17T06:59:39.116136+0000 mgr.smithi045.tkkiao (mgr.14182) 667 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:43.115 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:43.115 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:43.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:43 smithi045 bash[25828]: cluster 2023-11-17T06:59:41.117769+0000 mgr.smithi045.tkkiao (mgr.14182) 668 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:43 smithi105 bash[28427]: cluster 2023-11-17T06:59:41.117769+0000 mgr.smithi045.tkkiao (mgr.14182) 668 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:43.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:44.716 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:45.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:45 smithi045 bash[25828]: audit 2023-11-17T06:59:43.105906+0000 mgr.smithi045.tkkiao (mgr.14182) 669 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:45.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:45 smithi045 bash[25828]: cluster 2023-11-17T06:59:43.120051+0000 mgr.smithi045.tkkiao (mgr.14182) 670 : 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 2023-11-17T06:59:45.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:45 smithi105 bash[28427]: audit 2023-11-17T06:59:43.105906+0000 mgr.smithi045.tkkiao (mgr.14182) 669 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:45.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:45 smithi105 bash[28427]: cluster 2023-11-17T06:59:43.120051+0000 mgr.smithi045.tkkiao (mgr.14182) 670 : 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 2023-11-17T06:59:47.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:46 smithi045 bash[25828]: cluster 2023-11-17T06:59:45.122114+0000 mgr.smithi045.tkkiao (mgr.14182) 671 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:47.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:46 smithi105 bash[28427]: cluster 2023-11-17T06:59:45.122114+0000 mgr.smithi045.tkkiao (mgr.14182) 671 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:47.795 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:47.795 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:48.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:48 smithi045 bash[25828]: cluster 2023-11-17T06:59:47.123638+0000 mgr.smithi045.tkkiao (mgr.14182) 672 : 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 2023-11-17T06:59:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:48 smithi045 bash[25828]: audit 2023-11-17T06:59:47.777660+0000 mgr.smithi045.tkkiao (mgr.14182) 673 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:48 smithi105 bash[28427]: cluster 2023-11-17T06:59:47.123638+0000 mgr.smithi045.tkkiao (mgr.14182) 672 : 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 2023-11-17T06:59:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:48 smithi105 bash[28427]: audit 2023-11-17T06:59:47.777660+0000 mgr.smithi045.tkkiao (mgr.14182) 673 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:49.314 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:50.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:50 smithi045 bash[25828]: cluster 2023-11-17T06:59:49.125554+0000 mgr.smithi045.tkkiao (mgr.14182) 674 : 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 2023-11-17T06:59:51.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:50 smithi105 bash[28427]: cluster 2023-11-17T06:59:49.125554+0000 mgr.smithi045.tkkiao (mgr.14182) 674 : 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 2023-11-17T06:59:52.250 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:52.250 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:52.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:53.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:52 smithi045 bash[25828]: cluster 2023-11-17T06:59:51.127078+0000 mgr.smithi045.tkkiao (mgr.14182) 675 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:53.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:52 smithi105 bash[28427]: cluster 2023-11-17T06:59:51.127078+0000 mgr.smithi045.tkkiao (mgr.14182) 675 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:53.804 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:54.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:53 smithi045 bash[25828]: audit 2023-11-17T06:59:52.240468+0000 mgr.smithi045.tkkiao (mgr.14182) 676 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:54.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:53 smithi045 bash[25828]: audit 2023-11-17T06:59:53.079695+0000 mon.smithi045 (mon.0) 804 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:59:54.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:53 smithi045 bash[25828]: audit 2023-11-17T06:59:53.404253+0000 mon.smithi045 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:59:54.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:53 smithi045 bash[25828]: audit 2023-11-17T06:59:53.405823+0000 mon.smithi045 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:59:54.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:53 smithi045 bash[25828]: audit 2023-11-17T06:59:53.413734+0000 mon.smithi045 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:54.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:53 smithi045 bash[25828]: audit 2023-11-17T06:59:53.420743+0000 mon.smithi045 (mon.0) 808 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:59:54.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:53 smithi045 bash[25828]: audit 2023-11-17T06:59:53.432807+0000 mon.smithi045 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:53 smithi105 bash[28427]: audit 2023-11-17T06:59:52.240468+0000 mgr.smithi045.tkkiao (mgr.14182) 676 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:53 smithi105 bash[28427]: audit 2023-11-17T06:59:53.079695+0000 mon.smithi045 (mon.0) 804 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:59:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:53 smithi105 bash[28427]: audit 2023-11-17T06:59:53.404253+0000 mon.smithi045 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:59:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:53 smithi105 bash[28427]: audit 2023-11-17T06:59:53.405823+0000 mon.smithi045 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:59:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:53 smithi105 bash[28427]: audit 2023-11-17T06:59:53.413734+0000 mon.smithi045 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:53 smithi105 bash[28427]: audit 2023-11-17T06:59:53.420743+0000 mon.smithi045 (mon.0) 808 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:59:54.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:53 smithi105 bash[28427]: audit 2023-11-17T06:59:53.432807+0000 mon.smithi045 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T06:59:55.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:54 smithi045 bash[25828]: cluster 2023-11-17T06:59:53.128688+0000 mgr.smithi045.tkkiao (mgr.14182) 677 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:56.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:54 smithi045 bash[25828]: cluster 2023-11-17T06:59:53.415198+0000 mgr.smithi045.tkkiao (mgr.14182) 678 : 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 2023-11-17T06:59:56.837 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:54 smithi045 bash[25828]: cephadm 2023-11-17T06:59:53.436535+0000 mgr.smithi045.tkkiao (mgr.14182) 679 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.vqpnzy on smithi105 2023-11-17T06:59:56.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:54 smithi045 bash[25828]: cluster 2023-11-17T06:59:53.778187+0000 mon.smithi045 (mon.0) 810 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:59:56.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:54 smithi045 bash[25828]: cluster 2023-11-17T06:59:53.778254+0000 mon.smithi045 (mon.0) 811 : cluster [INF] Cluster is now healthy 2023-11-17T06:59:56.838 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:54 smithi105 bash[28427]: cluster 2023-11-17T06:59:53.128688+0000 mgr.smithi045.tkkiao (mgr.14182) 677 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:56.838 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:54 smithi105 bash[28427]: cluster 2023-11-17T06:59:53.415198+0000 mgr.smithi045.tkkiao (mgr.14182) 678 : 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 2023-11-17T06:59:56.838 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:54 smithi105 bash[28427]: cephadm 2023-11-17T06:59:53.436535+0000 mgr.smithi045.tkkiao (mgr.14182) 679 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.vqpnzy on smithi105 2023-11-17T06:59:56.838 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:54 smithi105 bash[28427]: cluster 2023-11-17T06:59:53.778187+0000 mon.smithi045 (mon.0) 810 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:59:56.839 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:54 smithi105 bash[28427]: cluster 2023-11-17T06:59:53.778254+0000 mon.smithi045 (mon.0) 811 : cluster [INF] Cluster is now healthy 2023-11-17T06:59:56.867 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T06:59:56.868 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:44.759496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.odlvcv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:49.332941Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csygjs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csygjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csygjs\nDeploy daemon haproxy.nfs.foo.smithi105.csygjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.067894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ulwwes on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ulwwes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ulwwes\nDeploy daemon haproxy.nfs.foo.smithi045.ulwwes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:58:53.072342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eoumki on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T06:59:57.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:56 smithi045 bash[25828]: cluster 2023-11-17T06:59:55.416434+0000 mgr.smithi045.tkkiao (mgr.14182) 680 : 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 2023-11-17T06:59:57.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:56 smithi105 bash[28427]: cluster 2023-11-17T06:59:55.416434+0000 mgr.smithi045.tkkiao (mgr.14182) 680 : 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 2023-11-17T06:59:57.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:58.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:57 smithi045 bash[25828]: audit 2023-11-17T06:59:56.852828+0000 mgr.smithi045.tkkiao (mgr.14182) 681 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:58.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:57 smithi045 bash[25828]: audit 2023-11-17T06:59:57.221158+0000 mon.smithi045 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.vqpnzy"}]: dispatch 2023-11-17T06:59:58.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:57 smithi105 bash[28427]: audit 2023-11-17T06:59:56.852828+0000 mgr.smithi045.tkkiao (mgr.14182) 681 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:58.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:57 smithi105 bash[28427]: audit 2023-11-17T06:59:57.221158+0000 mon.smithi045 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.vqpnzy"}]: dispatch 2023-11-17T06:59:58.493 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:59.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: cephadm 2023-11-17T06:59:57.219793+0000 mgr.smithi045.tkkiao (mgr.14182) 682 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:59.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:59.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.vqpnzy ... 2023-11-17T06:59:59.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:59.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.vqpnzy ... 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: cephadm 2023-11-17T06:59:57.220381+0000 mgr.smithi045.tkkiao (mgr.14182) 683 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: cephadm 2023-11-17T06:59:57.222855+0000 mgr.smithi045.tkkiao (mgr.14182) 684 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.vqpnzy ... 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: cephadm 2023-11-17T06:59:57.228141+0000 mgr.smithi045.tkkiao (mgr.14182) 685 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.dyxiiq on smithi045 2023-11-17T06:59:59.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 06:59:58 smithi045 bash[25828]: cluster 2023-11-17T06:59:57.417087+0000 mgr.smithi045.tkkiao (mgr.14182) 686 : 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 2023-11-17T06:59:59.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: cephadm 2023-11-17T06:59:57.219793+0000 mgr.smithi045.tkkiao (mgr.14182) 682 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.vqpnzy ... 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.vqpnzy ... 2023-11-17T06:59:59.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: cephadm 2023-11-17T06:59:57.220381+0000 mgr.smithi045.tkkiao (mgr.14182) 683 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: cephadm 2023-11-17T06:59:57.222855+0000 mgr.smithi045.tkkiao (mgr.14182) 684 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.vqpnzy ... 2023-11-17T06:59:59.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T06:59:59.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T06:59:59.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T06:59:59.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:59:59.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: cephadm 2023-11-17T06:59:57.228141+0000 mgr.smithi045.tkkiao (mgr.14182) 685 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.dyxiiq on smithi045 2023-11-17T06:59:59.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 06:59:58 smithi105 bash[28427]: cluster 2023-11-17T06:59:57.417087+0000 mgr.smithi045.tkkiao (mgr.14182) 686 : 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 2023-11-17T07:00:01.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:00 smithi045 bash[25828]: cluster 2023-11-17T06:59:59.418756+0000 mgr.smithi045.tkkiao (mgr.14182) 687 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:00:01.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:00 smithi045 bash[25828]: audit 2023-11-17T06:59:59.688017+0000 mon.smithi045 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:00:01.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:00 smithi045 bash[25828]: cluster 2023-11-17T07:00:00.000172+0000 mon.smithi045 (mon.0) 814 : cluster [INF] overall HEALTH_OK 2023-11-17T07:00:01.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:00 smithi105 bash[28427]: cluster 2023-11-17T06:59:59.418756+0000 mgr.smithi045.tkkiao (mgr.14182) 687 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:00:01.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:00 smithi105 bash[28427]: audit 2023-11-17T06:59:59.688017+0000 mon.smithi045 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:00:01.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:00 smithi105 bash[28427]: cluster 2023-11-17T07:00:00.000172+0000 mon.smithi045 (mon.0) 814 : cluster [INF] overall HEALTH_OK 2023-11-17T07:00:01.802 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:01.802 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:01 smithi045 bash[25828]: audit 2023-11-17T07:00:01.247894+0000 mon.smithi045 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.dyxiiq"}]: dispatch 2023-11-17T07:00:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:01 smithi105 bash[28427]: audit 2023-11-17T07:00:01.247894+0000 mon.smithi045 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.dyxiiq"}]: dispatch 2023-11-17T07:00:02.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:03.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: cephadm 2023-11-17T07:00:01.246649+0000 mgr.smithi045.tkkiao (mgr.14182) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:00:03.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:00:03.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.dyxiiq ... 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:00:03.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:00:03.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.dyxiiq ... 2023-11-17T07:00:03.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:00:03.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: cephadm 2023-11-17T07:00:01.247212+0000 mgr.smithi045.tkkiao (mgr.14182) 689 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: cephadm 2023-11-17T07:00:01.249429+0000 mgr.smithi045.tkkiao (mgr.14182) 690 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.dyxiiq ... 2023-11-17T07:00:03.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: cephadm 2023-11-17T07:00:01.253704+0000 mgr.smithi045.tkkiao (mgr.14182) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: cephadm 2023-11-17T07:00:01.255838+0000 mgr.smithi045.tkkiao (mgr.14182) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: cluster 2023-11-17T07:00:01.256874+0000 mgr.smithi045.tkkiao (mgr.14182) 693 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: cluster 2023-11-17T07:00:01.762181+0000 mon.smithi045 (mon.0) 816 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:00:03.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:02 smithi045 bash[25828]: audit 2023-11-17T07:00:01.784854+0000 mgr.smithi045.tkkiao (mgr.14182) 694 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: cephadm 2023-11-17T07:00:01.246649+0000 mgr.smithi045.tkkiao (mgr.14182) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.dyxiiq ... 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:00:03.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:00:03.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:00:03.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:00:03.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:00:03.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:00:03.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:00:03.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.dyxiiq ... 2023-11-17T07:00:03.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:00:03.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:00:03.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:00:03.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: cephadm 2023-11-17T07:00:01.247212+0000 mgr.smithi045.tkkiao (mgr.14182) 689 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: cephadm 2023-11-17T07:00:01.249429+0000 mgr.smithi045.tkkiao (mgr.14182) 690 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:00:03.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq 2023-11-17T07:00:03.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:00:03.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq 2023-11-17T07:00:03.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.dyxiiq ... 2023-11-17T07:00:03.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:00:03.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:00:03.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:00:03.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:03.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: cephadm 2023-11-17T07:00:01.253704+0000 mgr.smithi045.tkkiao (mgr.14182) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:00:03.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: cephadm 2023-11-17T07:00:01.255838+0000 mgr.smithi045.tkkiao (mgr.14182) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:00:03.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: cluster 2023-11-17T07:00:01.256874+0000 mgr.smithi045.tkkiao (mgr.14182) 693 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:00:03.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: cluster 2023-11-17T07:00:01.762181+0000 mon.smithi045 (mon.0) 816 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:00:03.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:02 smithi105 bash[28427]: audit 2023-11-17T07:00:01.784854+0000 mgr.smithi045.tkkiao (mgr.14182) 694 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:03.400 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:04.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:03 smithi045 bash[25828]: audit 2023-11-17T07:00:02.912379+0000 mon.smithi045 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:00:04.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:03 smithi105 bash[28427]: audit 2023-11-17T07:00:02.912379+0000 mon.smithi045 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:00:05.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:04 smithi045 bash[25828]: cluster 2023-11-17T07:00:03.258971+0000 mgr.smithi045.tkkiao (mgr.14182) 695 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:00:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:04 smithi105 bash[28427]: cluster 2023-11-17T07:00:03.258971+0000 mgr.smithi045.tkkiao (mgr.14182) 695 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:00:06.503 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:06.503 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:07.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:07.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:06 smithi045 bash[25828]: cluster 2023-11-17T07:00:05.260452+0000 mgr.smithi045.tkkiao (mgr.14182) 696 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T07:00:07.456 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:06 smithi105 bash[28427]: cluster 2023-11-17T07:00:05.260452+0000 mgr.smithi045.tkkiao (mgr.14182) 696 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T07:00:08.079 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:08.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:07 smithi045 bash[25828]: audit 2023-11-17T07:00:06.488132+0000 mgr.smithi045.tkkiao (mgr.14182) 697 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:08.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:07 smithi105 bash[28427]: audit 2023-11-17T07:00:06.488132+0000 mgr.smithi045.tkkiao (mgr.14182) 697 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:09.197 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:08 smithi045 bash[25828]: cluster 2023-11-17T07:00:07.261388+0000 mgr.smithi045.tkkiao (mgr.14182) 698 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:00:09.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:08 smithi105 bash[28427]: cluster 2023-11-17T07:00:07.261388+0000 mgr.smithi045.tkkiao (mgr.14182) 698 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:00:11.029 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:11.030 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:11.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:10 smithi045 bash[25828]: cluster 2023-11-17T07:00:09.263107+0000 mgr.smithi045.tkkiao (mgr.14182) 699 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:00:11.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:10 smithi105 bash[28427]: cluster 2023-11-17T07:00:09.263107+0000 mgr.smithi045.tkkiao (mgr.14182) 699 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:00:11.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:12.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:11 smithi045 bash[25828]: audit 2023-11-17T07:00:11.015204+0000 mgr.smithi045.tkkiao (mgr.14182) 700 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:12.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:11 smithi105 bash[28427]: audit 2023-11-17T07:00:11.015204+0000 mgr.smithi045.tkkiao (mgr.14182) 700 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:12.644 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:12 smithi045 bash[25828]: cluster 2023-11-17T07:00:11.264765+0000 mgr.smithi045.tkkiao (mgr.14182) 701 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:00:13.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:12 smithi105 bash[28427]: cluster 2023-11-17T07:00:11.264765+0000 mgr.smithi045.tkkiao (mgr.14182) 701 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:00:15.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:14 smithi045 bash[25828]: cluster 2023-11-17T07:00:13.266994+0000 mgr.smithi045.tkkiao (mgr.14182) 702 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:15.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:14 smithi045 bash[25828]: audit 2023-11-17T07:00:14.687197+0000 mon.smithi045 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:00:15.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:14 smithi105 bash[28427]: cluster 2023-11-17T07:00:13.266994+0000 mgr.smithi045.tkkiao (mgr.14182) 702 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:15.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:14 smithi105 bash[28427]: audit 2023-11-17T07:00:14.687197+0000 mon.smithi045 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:00:15.647 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:15.647 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:16.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:17.219 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:17.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:16 smithi045 bash[25828]: cluster 2023-11-17T07:00:15.268532+0000 mgr.smithi045.tkkiao (mgr.14182) 703 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:17.233 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:16 smithi045 bash[25828]: audit 2023-11-17T07:00:15.629412+0000 mgr.smithi045.tkkiao (mgr.14182) 704 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:17.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:16 smithi105 bash[28427]: cluster 2023-11-17T07:00:15.268532+0000 mgr.smithi045.tkkiao (mgr.14182) 703 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:17.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:16 smithi105 bash[28427]: audit 2023-11-17T07:00:15.629412+0000 mgr.smithi045.tkkiao (mgr.14182) 704 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:19.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:18 smithi045 bash[25828]: cluster 2023-11-17T07:00:17.270065+0000 mgr.smithi045.tkkiao (mgr.14182) 705 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:19.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:18 smithi105 bash[28427]: cluster 2023-11-17T07:00:17.270065+0000 mgr.smithi045.tkkiao (mgr.14182) 705 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:20.298 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:20.298 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:20.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:21.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:20 smithi045 bash[25828]: cluster 2023-11-17T07:00:19.271865+0000 mgr.smithi045.tkkiao (mgr.14182) 706 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:21.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:20 smithi105 bash[28427]: cluster 2023-11-17T07:00:19.271865+0000 mgr.smithi045.tkkiao (mgr.14182) 706 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:21.848 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:22.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:21 smithi045 bash[25828]: audit 2023-11-17T07:00:20.282535+0000 mgr.smithi045.tkkiao (mgr.14182) 707 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:22.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:21 smithi105 bash[28427]: audit 2023-11-17T07:00:20.282535+0000 mgr.smithi045.tkkiao (mgr.14182) 707 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:23.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:22 smithi045 bash[25828]: cluster 2023-11-17T07:00:21.273394+0000 mgr.smithi045.tkkiao (mgr.14182) 708 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:23.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:22 smithi105 bash[28427]: cluster 2023-11-17T07:00:21.273394+0000 mgr.smithi045.tkkiao (mgr.14182) 708 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:24.849 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:24.849 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:25.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:24 smithi045 bash[25828]: cluster 2023-11-17T07:00:23.275530+0000 mgr.smithi045.tkkiao (mgr.14182) 709 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:25.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:25 smithi105 bash[28427]: cluster 2023-11-17T07:00:23.275530+0000 mgr.smithi045.tkkiao (mgr.14182) 709 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:25.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:26 smithi105 bash[28427]: audit 2023-11-17T07:00:24.839797+0000 mgr.smithi045.tkkiao (mgr.14182) 710 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:26 smithi045 bash[25828]: audit 2023-11-17T07:00:24.839797+0000 mgr.smithi045.tkkiao (mgr.14182) 710 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:26.472 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:27.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:27 smithi045 bash[25828]: cluster 2023-11-17T07:00:25.277028+0000 mgr.smithi045.tkkiao (mgr.14182) 711 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:27.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:27 smithi105 bash[28427]: cluster 2023-11-17T07:00:25.277028+0000 mgr.smithi045.tkkiao (mgr.14182) 711 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:29.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:29 smithi045 bash[25828]: cluster 2023-11-17T07:00:27.278687+0000 mgr.smithi045.tkkiao (mgr.14182) 712 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:29 smithi105 bash[28427]: cluster 2023-11-17T07:00:27.278687+0000 mgr.smithi045.tkkiao (mgr.14182) 712 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:29.635 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:29.635 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:30.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:31.233 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:31.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:31 smithi045 bash[25828]: cluster 2023-11-17T07:00:29.280796+0000 mgr.smithi045.tkkiao (mgr.14182) 713 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:31.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:31 smithi045 bash[25828]: audit 2023-11-17T07:00:29.625495+0000 mgr.smithi045.tkkiao (mgr.14182) 714 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:31 smithi105 bash[28427]: cluster 2023-11-17T07:00:29.280796+0000 mgr.smithi045.tkkiao (mgr.14182) 713 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:31.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:31 smithi105 bash[28427]: audit 2023-11-17T07:00:29.625495+0000 mgr.smithi045.tkkiao (mgr.14182) 714 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:33.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:33 smithi045 bash[25828]: cluster 2023-11-17T07:00:31.281944+0000 mgr.smithi045.tkkiao (mgr.14182) 715 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:33.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:33 smithi105 bash[28427]: cluster 2023-11-17T07:00:31.281944+0000 mgr.smithi045.tkkiao (mgr.14182) 715 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:34.221 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:34.222 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:34.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:35.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:35 smithi045 bash[25828]: cluster 2023-11-17T07:00:33.283903+0000 mgr.smithi045.tkkiao (mgr.14182) 716 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:35.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:35 smithi105 bash[28427]: cluster 2023-11-17T07:00:33.283903+0000 mgr.smithi045.tkkiao (mgr.14182) 716 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:35.793 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:36.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:36 smithi045 bash[25828]: audit 2023-11-17T07:00:34.211835+0000 mgr.smithi045.tkkiao (mgr.14182) 717 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:36.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:36 smithi105 bash[28427]: audit 2023-11-17T07:00:34.211835+0000 mgr.smithi045.tkkiao (mgr.14182) 717 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:37.137 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:37 smithi045 bash[25828]: cluster 2023-11-17T07:00:35.285410+0000 mgr.smithi045.tkkiao (mgr.14182) 718 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:37.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:37 smithi105 bash[28427]: cluster 2023-11-17T07:00:35.285410+0000 mgr.smithi045.tkkiao (mgr.14182) 718 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:38.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:38 smithi045 bash[25828]: cluster 2023-11-17T07:00:37.286887+0000 mgr.smithi045.tkkiao (mgr.14182) 719 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:38.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:38 smithi105 bash[28427]: cluster 2023-11-17T07:00:37.286887+0000 mgr.smithi045.tkkiao (mgr.14182) 719 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:38.798 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:38.798 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:39.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:39 smithi045 bash[25828]: audit 2023-11-17T07:00:38.783319+0000 mgr.smithi045.tkkiao (mgr.14182) 720 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:39.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:39.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:39 smithi105 bash[28427]: audit 2023-11-17T07:00:38.783319+0000 mgr.smithi045.tkkiao (mgr.14182) 720 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:40.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:40 smithi045 bash[25828]: cluster 2023-11-17T07:00:39.288850+0000 mgr.smithi045.tkkiao (mgr.14182) 721 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:40.380 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:40.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:40 smithi105 bash[28427]: cluster 2023-11-17T07:00:39.288850+0000 mgr.smithi045.tkkiao (mgr.14182) 721 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:43.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:42 smithi045 bash[25828]: cluster 2023-11-17T07:00:41.290269+0000 mgr.smithi045.tkkiao (mgr.14182) 722 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:43.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:42 smithi105 bash[28427]: cluster 2023-11-17T07:00:41.290269+0000 mgr.smithi045.tkkiao (mgr.14182) 722 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:43.214 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:43.214 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:43.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:44.890 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:44 smithi045 bash[25828]: audit 2023-11-17T07:00:43.202811+0000 mgr.smithi045.tkkiao (mgr.14182) 723 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:44 smithi045 bash[25828]: cluster 2023-11-17T07:00:43.292085+0000 mgr.smithi045.tkkiao (mgr.14182) 724 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:45.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:44 smithi105 bash[28427]: audit 2023-11-17T07:00:43.202811+0000 mgr.smithi045.tkkiao (mgr.14182) 723 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:45.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:44 smithi105 bash[28427]: cluster 2023-11-17T07:00:43.292085+0000 mgr.smithi045.tkkiao (mgr.14182) 724 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:47.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:46 smithi045 bash[25828]: cluster 2023-11-17T07:00:45.293677+0000 mgr.smithi045.tkkiao (mgr.14182) 725 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:47.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:46 smithi105 bash[28427]: cluster 2023-11-17T07:00:45.293677+0000 mgr.smithi045.tkkiao (mgr.14182) 725 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:47.902 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:47.902 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:48.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:48 smithi045 bash[25828]: cluster 2023-11-17T07:00:47.295228+0000 mgr.smithi045.tkkiao (mgr.14182) 726 : 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 2023-11-17T07:00:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:48 smithi045 bash[25828]: audit 2023-11-17T07:00:47.887119+0000 mgr.smithi045.tkkiao (mgr.14182) 727 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:48 smithi105 bash[28427]: cluster 2023-11-17T07:00:47.295228+0000 mgr.smithi045.tkkiao (mgr.14182) 726 : 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 2023-11-17T07:00:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:48 smithi105 bash[28427]: audit 2023-11-17T07:00:47.887119+0000 mgr.smithi045.tkkiao (mgr.14182) 727 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:49.452 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:51.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:50 smithi045 bash[25828]: cluster 2023-11-17T07:00:49.297199+0000 mgr.smithi045.tkkiao (mgr.14182) 728 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:51.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:50 smithi105 bash[28427]: cluster 2023-11-17T07:00:49.297199+0000 mgr.smithi045.tkkiao (mgr.14182) 728 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:52.366 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:52.366 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:52.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:53.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:52 smithi045 bash[25828]: cluster 2023-11-17T07:00:51.298437+0000 mgr.smithi045.tkkiao (mgr.14182) 729 : 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 2023-11-17T07:00:53.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:52 smithi105 bash[28427]: cluster 2023-11-17T07:00:51.298437+0000 mgr.smithi045.tkkiao (mgr.14182) 729 : 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 2023-11-17T07:00:53.929 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:54.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:53 smithi045 bash[25828]: audit 2023-11-17T07:00:52.353310+0000 mgr.smithi045.tkkiao (mgr.14182) 730 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:54.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:53 smithi105 bash[28427]: audit 2023-11-17T07:00:52.353310+0000 mgr.smithi045.tkkiao (mgr.14182) 730 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:55.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:54 smithi105 bash[28427]: cluster 2023-11-17T07:00:53.300369+0000 mgr.smithi045.tkkiao (mgr.14182) 731 : 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 2023-11-17T07:00:55.204 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:54 smithi045 bash[25828]: cluster 2023-11-17T07:00:53.300369+0000 mgr.smithi045.tkkiao (mgr.14182) 731 : 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 2023-11-17T07:00:56.882 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:00:56.882 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:00:57.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:56 smithi105 bash[28427]: cluster 2023-11-17T07:00:55.301879+0000 mgr.smithi045.tkkiao (mgr.14182) 732 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:57.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:56 smithi045 bash[25828]: cluster 2023-11-17T07:00:55.301879+0000 mgr.smithi045.tkkiao (mgr.14182) 732 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:57.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:58.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:57 smithi105 bash[28427]: audit 2023-11-17T07:00:56.865370+0000 mgr.smithi045.tkkiao (mgr.14182) 733 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:58.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:57 smithi045 bash[25828]: audit 2023-11-17T07:00:56.865370+0000 mgr.smithi045.tkkiao (mgr.14182) 733 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:58.459 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:59.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:00:58 smithi105 bash[28427]: cluster 2023-11-17T07:00:57.303384+0000 mgr.smithi045.tkkiao (mgr.14182) 734 : 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 2023-11-17T07:00:59.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:00:58 smithi045 bash[25828]: cluster 2023-11-17T07:00:57.303384+0000 mgr.smithi045.tkkiao (mgr.14182) 734 : 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 2023-11-17T07:01:01.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:00 smithi105 bash[28427]: cluster 2023-11-17T07:00:59.305344+0000 mgr.smithi045.tkkiao (mgr.14182) 735 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:01:01.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:00 smithi045 bash[25828]: cluster 2023-11-17T07:00:59.305344+0000 mgr.smithi045.tkkiao (mgr.14182) 735 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:01:01.412 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:01:01.413 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:01:02.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:01 smithi105 bash[28427]: audit 2023-11-17T07:01:01.260488+0000 mon.smithi045 (mon.0) 819 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:01:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:01 smithi105 bash[28427]: audit 2023-11-17T07:01:01.570333+0000 mon.smithi045 (mon.0) 820 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:01:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:01 smithi105 bash[28427]: audit 2023-11-17T07:01:01.571517+0000 mon.smithi045 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:01:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:01 smithi105 bash[28427]: audit 2023-11-17T07:01:01.579593+0000 mon.smithi045 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:01:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:01 smithi105 bash[28427]: audit 2023-11-17T07:01:01.586320+0000 mon.smithi045 (mon.0) 823 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:01:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:01 smithi105 bash[28427]: audit 2023-11-17T07:01:01.601937+0000 mon.smithi045 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:01:02.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:01 smithi045 bash[25828]: audit 2023-11-17T07:01:01.260488+0000 mon.smithi045 (mon.0) 819 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:01:02.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:01 smithi045 bash[25828]: audit 2023-11-17T07:01:01.570333+0000 mon.smithi045 (mon.0) 820 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:01:02.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:01 smithi045 bash[25828]: audit 2023-11-17T07:01:01.571517+0000 mon.smithi045 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:01:02.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:01 smithi045 bash[25828]: audit 2023-11-17T07:01:01.579593+0000 mon.smithi045 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:01:02.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:01 smithi045 bash[25828]: audit 2023-11-17T07:01:01.586320+0000 mon.smithi045 (mon.0) 823 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:01:02.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:01 smithi045 bash[25828]: audit 2023-11-17T07:01:01.601937+0000 mon.smithi045 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:01:03.005 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:02 smithi105 bash[28427]: cluster 2023-11-17T07:01:01.306730+0000 mgr.smithi045.tkkiao (mgr.14182) 736 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:01:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:02 smithi105 bash[28427]: audit 2023-11-17T07:01:01.399997+0000 mgr.smithi045.tkkiao (mgr.14182) 737 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:02 smithi105 bash[28427]: cluster 2023-11-17T07:01:01.580432+0000 mgr.smithi045.tkkiao (mgr.14182) 738 : 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 2023-11-17T07:01:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:02 smithi105 bash[28427]: cephadm 2023-11-17T07:01:01.604644+0000 mgr.smithi045.tkkiao (mgr.14182) 739 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rrtnrq on smithi105 2023-11-17T07:01:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:02 smithi105 bash[28427]: cluster 2023-11-17T07:01:01.849647+0000 mon.smithi045 (mon.0) 825 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:01:03.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:02 smithi105 bash[28427]: cluster 2023-11-17T07:01:01.849719+0000 mon.smithi045 (mon.0) 826 : cluster [INF] Cluster is now healthy 2023-11-17T07:01:03.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:02 smithi045 bash[25828]: cluster 2023-11-17T07:01:01.306730+0000 mgr.smithi045.tkkiao (mgr.14182) 736 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:01:03.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:02 smithi045 bash[25828]: audit 2023-11-17T07:01:01.399997+0000 mgr.smithi045.tkkiao (mgr.14182) 737 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:03.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:02 smithi045 bash[25828]: cluster 2023-11-17T07:01:01.580432+0000 mgr.smithi045.tkkiao (mgr.14182) 738 : 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 2023-11-17T07:01:03.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:02 smithi045 bash[25828]: cephadm 2023-11-17T07:01:01.604644+0000 mgr.smithi045.tkkiao (mgr.14182) 739 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rrtnrq on smithi105 2023-11-17T07:01:03.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:02 smithi045 bash[25828]: cluster 2023-11-17T07:01:01.849647+0000 mon.smithi045 (mon.0) 825 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:01:03.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:02 smithi045 bash[25828]: cluster 2023-11-17T07:01:01.849719+0000 mon.smithi045 (mon.0) 826 : cluster [INF] Cluster is now healthy 2023-11-17T07:01:05.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:04 smithi105 bash[28427]: cluster 2023-11-17T07:01:03.582106+0000 mgr.smithi045.tkkiao (mgr.14182) 740 : 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 2023-11-17T07:01:05.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:04 smithi045 bash[25828]: cluster 2023-11-17T07:01:03.582106+0000 mgr.smithi045.tkkiao (mgr.14182) 740 : 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 2023-11-17T07:01:06.074 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:01:06.074 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:58:53.074854Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.muqgwy on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:59:57.222573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vqpnzy on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vqpnzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vqpnzy\nDeploy daemon haproxy.nfs.foo.smithi105.vqpnzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.249166Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dyxiiq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dyxiiq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dyxiiq\nDeploy daemon haproxy.nfs.foo.smithi045.dyxiiq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:00:01.253565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.deoeur on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:01:06.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:06.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:06 smithi105 bash[28427]: cluster 2023-11-17T07:01:05.583381+0000 mgr.smithi045.tkkiao (mgr.14182) 741 : 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 2023-11-17T07:01:06.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:06 smithi105 bash[28427]: audit 2023-11-17T07:01:06.720522+0000 mon.smithi045 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rrtnrq"}]: dispatch 2023-11-17T07:01:07.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:06 smithi045 bash[25828]: cluster 2023-11-17T07:01:05.583381+0000 mgr.smithi045.tkkiao (mgr.14182) 741 : 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 2023-11-17T07:01:07.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:06 smithi045 bash[25828]: audit 2023-11-17T07:01:06.720522+0000 mon.smithi045 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rrtnrq"}]: dispatch 2023-11-17T07:01:07.684 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:08.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: audit 2023-11-17T07:01:06.059169+0000 mgr.smithi045.tkkiao (mgr.14182) 742 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:08.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: cephadm 2023-11-17T07:01:06.719256+0000 mgr.smithi045.tkkiao (mgr.14182) 743 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:08.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:08.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rrtnrq ... 2023-11-17T07:01:08.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:08.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:08.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:08.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:01:08.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:01:08.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:01:08.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:01:08.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:01:08.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:08.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:08.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rrtnrq ... 2023-11-17T07:01:08.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:08.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:08.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:08.089 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.089 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: cephadm 2023-11-17T07:01:06.719719+0000 mgr.smithi045.tkkiao (mgr.14182) 744 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.089 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: cephadm 2023-11-17T07:01:06.722490+0000 mgr.smithi045.tkkiao (mgr.14182) 745 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rrtnrq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.089 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:08.090 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.090 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.090 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:08.090 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.090 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rrtnrq ... 2023-11-17T07:01:08.091 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.091 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:08.091 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:08.091 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:08.092 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.092 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:07 smithi045 bash[25828]: cephadm 2023-11-17T07:01:06.727413+0000 mgr.smithi045.tkkiao (mgr.14182) 746 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.hzssqt on smithi045 2023-11-17T07:01:08.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: audit 2023-11-17T07:01:06.059169+0000 mgr.smithi045.tkkiao (mgr.14182) 742 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: cephadm 2023-11-17T07:01:06.719256+0000 mgr.smithi045.tkkiao (mgr.14182) 743 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rrtnrq ... 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:08.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:08.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rrtnrq ... 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: cephadm 2023-11-17T07:01:06.719719+0000 mgr.smithi045.tkkiao (mgr.14182) 744 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: cephadm 2023-11-17T07:01:06.722490+0000 mgr.smithi045.tkkiao (mgr.14182) 745 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rrtnrq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq 2023-11-17T07:01:08.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rrtnrq ... 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:08.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:07 smithi105 bash[28427]: cephadm 2023-11-17T07:01:06.727413+0000 mgr.smithi045.tkkiao (mgr.14182) 746 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.hzssqt on smithi045 2023-11-17T07:01:08.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:08 smithi045 bash[25828]: cluster 2023-11-17T07:01:07.584614+0000 mgr.smithi045.tkkiao (mgr.14182) 747 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:01:09.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:08 smithi105 bash[28427]: cluster 2023-11-17T07:01:07.584614+0000 mgr.smithi045.tkkiao (mgr.14182) 747 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:01:10.618 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:01:10.619 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:06.722224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rrtnrq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\nDeploy daemon haproxy.nfs.foo.smithi105.rrtnrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.504305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.hzssqt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\nDeploy daemon haproxy.nfs.foo.smithi045.hzssqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.506653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.rdyzio on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:01:11.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:11.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:10 smithi045 bash[25828]: cluster 2023-11-17T07:01:09.586451+0000 mgr.smithi045.tkkiao (mgr.14182) 748 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:01:11.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:10 smithi045 bash[25828]: audit 2023-11-17T07:01:10.502939+0000 mon.smithi045 (mon.0) 828 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.hzssqt"}]: dispatch 2023-11-17T07:01:11.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:10 smithi105 bash[28427]: cluster 2023-11-17T07:01:09.586451+0000 mgr.smithi045.tkkiao (mgr.14182) 748 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:01:11.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:10 smithi105 bash[28427]: audit 2023-11-17T07:01:10.502939+0000 mon.smithi045 (mon.0) 828 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.hzssqt"}]: dispatch 2023-11-17T07:01:12.196 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:12.209 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: cephadm 2023-11-17T07:01:10.502091+0000 mgr.smithi045.tkkiao (mgr.14182) 749 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.hzssqt ... 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:12.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:12.212 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.212 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.hzssqt ... 2023-11-17T07:01:12.212 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.212 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:12.212 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:12.212 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: cephadm 2023-11-17T07:01:10.502378+0000 mgr.smithi045.tkkiao (mgr.14182) 750 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: cephadm 2023-11-17T07:01:10.504446+0000 mgr.smithi045.tkkiao (mgr.14182) 751 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.hzssqt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.hzssqt ... 2023-11-17T07:01:12.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: cephadm 2023-11-17T07:01:10.506776+0000 mgr.smithi045.tkkiao (mgr.14182) 752 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.rdyzio on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: cephadm 2023-11-17T07:01:10.508860+0000 mgr.smithi045.tkkiao (mgr.14182) 753 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: cluster 2023-11-17T07:01:10.510414+0000 mgr.smithi045.tkkiao (mgr.14182) 754 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: audit 2023-11-17T07:01:10.604210+0000 mgr.smithi045.tkkiao (mgr.14182) 755 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:12.214 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:11 smithi045 bash[25828]: cluster 2023-11-17T07:01:10.887018+0000 mon.smithi045 (mon.0) 829 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:01:12.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: cephadm 2023-11-17T07:01:10.502091+0000 mgr.smithi045.tkkiao (mgr.14182) 749 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.hzssqt ... 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:01:12.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.hzssqt ... 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:12.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: cephadm 2023-11-17T07:01:10.502378+0000 mgr.smithi045.tkkiao (mgr.14182) 750 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: cephadm 2023-11-17T07:01:10.504446+0000 mgr.smithi045.tkkiao (mgr.14182) 751 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.hzssqt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.hzssqt ... 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:01:12.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:01:12.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: cephadm 2023-11-17T07:01:10.506776+0000 mgr.smithi045.tkkiao (mgr.14182) 752 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.rdyzio on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:01:12.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: cephadm 2023-11-17T07:01:10.508860+0000 mgr.smithi045.tkkiao (mgr.14182) 753 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:01:12.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: cluster 2023-11-17T07:01:10.510414+0000 mgr.smithi045.tkkiao (mgr.14182) 754 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2023-11-17T07:01:12.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: audit 2023-11-17T07:01:10.604210+0000 mgr.smithi045.tkkiao (mgr.14182) 755 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:12.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:11 smithi105 bash[28427]: cluster 2023-11-17T07:01:10.887018+0000 mon.smithi045 (mon.0) 829 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:01:14.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:13 smithi045 bash[25828]: cluster 2023-11-17T07:01:12.511964+0000 mgr.smithi045.tkkiao (mgr.14182) 756 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T07:01:14.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:13 smithi045 bash[25828]: audit 2023-11-17T07:01:12.961714+0000 mon.smithi045 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:01:14.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:13 smithi105 bash[28427]: cluster 2023-11-17T07:01:12.511964+0000 mgr.smithi045.tkkiao (mgr.14182) 756 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T07:01:14.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:13 smithi105 bash[28427]: audit 2023-11-17T07:01:12.961714+0000 mon.smithi045 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:01:15.292 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:01:15.292 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:06.722224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rrtnrq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\nDeploy daemon haproxy.nfs.foo.smithi105.rrtnrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.504305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.hzssqt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\nDeploy daemon haproxy.nfs.foo.smithi045.hzssqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.506653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.rdyzio on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:01:15.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:16.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:15 smithi045 bash[25828]: cluster 2023-11-17T07:01:14.513981+0000 mgr.smithi045.tkkiao (mgr.14182) 757 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-11-17T07:01:16.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:15 smithi105 bash[28427]: cluster 2023-11-17T07:01:14.513981+0000 mgr.smithi045.tkkiao (mgr.14182) 757 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-11-17T07:01:16.849 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:01.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:16 smithi105 bash[28427]: audit 2023-11-17T07:01:15.276981+0000 mgr.smithi045.tkkiao (mgr.14182) 758 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:01.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:17 smithi105 bash[28427]: cluster 2023-11-17T07:01:16.515408+0000 mgr.smithi045.tkkiao (mgr.14182) 759 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T07:02:01.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:19 smithi105 bash[28427]: cluster 2023-11-17T07:01:18.517459+0000 mgr.smithi045.tkkiao (mgr.14182) 760 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T07:02:01.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:21 smithi105 bash[28427]: cluster 2023-11-17T07:01:20.518987+0000 mgr.smithi045.tkkiao (mgr.14182) 761 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T07:02:01.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:24 smithi105 bash[28427]: cluster 2023-11-17T07:01:22.520544+0000 mgr.smithi045.tkkiao (mgr.14182) 762 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:26 smithi105 bash[28427]: cluster 2023-11-17T07:01:24.522613+0000 mgr.smithi045.tkkiao (mgr.14182) 763 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:28 smithi105 bash[28427]: cluster 2023-11-17T07:01:26.524062+0000 mgr.smithi045.tkkiao (mgr.14182) 764 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:30 smithi105 bash[28427]: cluster 2023-11-17T07:01:28.526140+0000 mgr.smithi045.tkkiao (mgr.14182) 765 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:32 smithi105 bash[28427]: cluster 2023-11-17T07:01:30.527668+0000 mgr.smithi045.tkkiao (mgr.14182) 766 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.570 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:34 smithi105 bash[28427]: cluster 2023-11-17T07:01:32.529233+0000 mgr.smithi045.tkkiao (mgr.14182) 767 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:36 smithi105 bash[28427]: cluster 2023-11-17T07:01:34.531254+0000 mgr.smithi045.tkkiao (mgr.14182) 768 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:38 smithi105 bash[28427]: cluster 2023-11-17T07:01:36.532669+0000 mgr.smithi045.tkkiao (mgr.14182) 769 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:40 smithi105 bash[28427]: cluster 2023-11-17T07:01:38.534610+0000 mgr.smithi045.tkkiao (mgr.14182) 770 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:42 smithi105 bash[28427]: cluster 2023-11-17T07:01:40.536074+0000 mgr.smithi045.tkkiao (mgr.14182) 771 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:43 smithi105 bash[28427]: cluster 2023-11-17T07:01:42.537702+0000 mgr.smithi045.tkkiao (mgr.14182) 772 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.571 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:45 smithi105 bash[28427]: cluster 2023-11-17T07:01:44.539699+0000 mgr.smithi045.tkkiao (mgr.14182) 773 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:47 smithi105 bash[28427]: cluster 2023-11-17T07:01:46.541090+0000 mgr.smithi045.tkkiao (mgr.14182) 774 : 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 2023-11-17T07:02:01.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:49 smithi105 bash[28427]: cluster 2023-11-17T07:01:48.543017+0000 mgr.smithi045.tkkiao (mgr.14182) 775 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:51 smithi105 bash[28427]: cluster 2023-11-17T07:01:50.544481+0000 mgr.smithi045.tkkiao (mgr.14182) 776 : 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 2023-11-17T07:02:01.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:53 smithi105 bash[28427]: cluster 2023-11-17T07:01:52.546039+0000 mgr.smithi045.tkkiao (mgr.14182) 777 : 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 2023-11-17T07:02:01.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:55 smithi105 bash[28427]: cluster 2023-11-17T07:01:54.548059+0000 mgr.smithi045.tkkiao (mgr.14182) 778 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.572 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:57 smithi105 bash[28427]: cluster 2023-11-17T07:01:56.549684+0000 mgr.smithi045.tkkiao (mgr.14182) 779 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.573 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:01:59 smithi105 bash[28427]: cluster 2023-11-17T07:01:58.551429+0000 mgr.smithi045.tkkiao (mgr.14182) 780 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.573 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:16 smithi045 bash[25828]: audit 2023-11-17T07:01:15.276981+0000 mgr.smithi045.tkkiao (mgr.14182) 758 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:01.573 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:17 smithi045 bash[25828]: cluster 2023-11-17T07:01:16.515408+0000 mgr.smithi045.tkkiao (mgr.14182) 759 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T07:02:01.573 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:19 smithi045 bash[25828]: cluster 2023-11-17T07:01:18.517459+0000 mgr.smithi045.tkkiao (mgr.14182) 760 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T07:02:01.573 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:21 smithi045 bash[25828]: cluster 2023-11-17T07:01:20.518987+0000 mgr.smithi045.tkkiao (mgr.14182) 761 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:23 smithi045 bash[25828]: cluster 2023-11-17T07:01:22.520544+0000 mgr.smithi045.tkkiao (mgr.14182) 762 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:26 smithi045 bash[25828]: cluster 2023-11-17T07:01:24.522613+0000 mgr.smithi045.tkkiao (mgr.14182) 763 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:28 smithi045 bash[25828]: cluster 2023-11-17T07:01:26.524062+0000 mgr.smithi045.tkkiao (mgr.14182) 764 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:30 smithi045 bash[25828]: cluster 2023-11-17T07:01:28.526140+0000 mgr.smithi045.tkkiao (mgr.14182) 765 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:32 smithi045 bash[25828]: cluster 2023-11-17T07:01:30.527668+0000 mgr.smithi045.tkkiao (mgr.14182) 766 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:34 smithi045 bash[25828]: cluster 2023-11-17T07:01:32.529233+0000 mgr.smithi045.tkkiao (mgr.14182) 767 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:36 smithi045 bash[25828]: cluster 2023-11-17T07:01:34.531254+0000 mgr.smithi045.tkkiao (mgr.14182) 768 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:38 smithi045 bash[25828]: cluster 2023-11-17T07:01:36.532669+0000 mgr.smithi045.tkkiao (mgr.14182) 769 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:40 smithi045 bash[25828]: cluster 2023-11-17T07:01:38.534610+0000 mgr.smithi045.tkkiao (mgr.14182) 770 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:42 smithi045 bash[25828]: cluster 2023-11-17T07:01:40.536074+0000 mgr.smithi045.tkkiao (mgr.14182) 771 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:43 smithi045 bash[25828]: cluster 2023-11-17T07:01:42.537702+0000 mgr.smithi045.tkkiao (mgr.14182) 772 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:45 smithi045 bash[25828]: cluster 2023-11-17T07:01:44.539699+0000 mgr.smithi045.tkkiao (mgr.14182) 773 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:47 smithi045 bash[25828]: cluster 2023-11-17T07:01:46.541090+0000 mgr.smithi045.tkkiao (mgr.14182) 774 : 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 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:49 smithi045 bash[25828]: cluster 2023-11-17T07:01:48.543017+0000 mgr.smithi045.tkkiao (mgr.14182) 775 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:51 smithi045 bash[25828]: cluster 2023-11-17T07:01:50.544481+0000 mgr.smithi045.tkkiao (mgr.14182) 776 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:53 smithi045 bash[25828]: cluster 2023-11-17T07:01:52.546039+0000 mgr.smithi045.tkkiao (mgr.14182) 777 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:55 smithi045 bash[25828]: cluster 2023-11-17T07:01:54.548059+0000 mgr.smithi045.tkkiao (mgr.14182) 778 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:57 smithi045 bash[25828]: cluster 2023-11-17T07:01:56.549684+0000 mgr.smithi045.tkkiao (mgr.14182) 779 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:01:59 smithi045 bash[25828]: cluster 2023-11-17T07:01:58.551429+0000 mgr.smithi045.tkkiao (mgr.14182) 780 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:01 smithi105 bash[28427]: cluster 2023-11-17T07:02:00.552899+0000 mgr.smithi045.tkkiao (mgr.14182) 781 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:02.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:01 smithi045 bash[25828]: cluster 2023-11-17T07:02:00.552899+0000 mgr.smithi045.tkkiao (mgr.14182) 781 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:04.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:03 smithi045 bash[25828]: cluster 2023-11-17T07:02:02.554426+0000 mgr.smithi045.tkkiao (mgr.14182) 782 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:04.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:03 smithi105 bash[28427]: cluster 2023-11-17T07:02:02.554426+0000 mgr.smithi045.tkkiao (mgr.14182) 782 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:04.554 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:04.554 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:06.722224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rrtnrq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\nDeploy daemon haproxy.nfs.foo.smithi105.rrtnrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.504305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.hzssqt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\nDeploy daemon haproxy.nfs.foo.smithi045.hzssqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.506653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.rdyzio on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:05.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:06.118 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:06.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:05 smithi045 bash[25828]: audit 2023-11-17T07:02:04.539939+0000 mgr.smithi045.tkkiao (mgr.14182) 783 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:06.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:05 smithi045 bash[25828]: cluster 2023-11-17T07:02:04.555802+0000 mgr.smithi045.tkkiao (mgr.14182) 784 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:05 smithi105 bash[28427]: audit 2023-11-17T07:02:04.539939+0000 mgr.smithi045.tkkiao (mgr.14182) 783 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:05 smithi105 bash[28427]: cluster 2023-11-17T07:02:04.555802+0000 mgr.smithi045.tkkiao (mgr.14182) 784 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:08.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:07 smithi105 bash[28427]: cluster 2023-11-17T07:02:06.557435+0000 mgr.smithi045.tkkiao (mgr.14182) 785 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:08.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:07 smithi045 bash[25828]: cluster 2023-11-17T07:02:06.557435+0000 mgr.smithi045.tkkiao (mgr.14182) 785 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:09.047 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:09.048 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:06.722224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rrtnrq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\nDeploy daemon haproxy.nfs.foo.smithi105.rrtnrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.504305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.hzssqt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\nDeploy daemon haproxy.nfs.foo.smithi045.hzssqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.506653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.rdyzio on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:09.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:10.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:09 smithi105 bash[28427]: cluster 2023-11-17T07:02:08.559261+0000 mgr.smithi045.tkkiao (mgr.14182) 786 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:10.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:09 smithi105 bash[28427]: audit 2023-11-17T07:02:09.030514+0000 mgr.smithi045.tkkiao (mgr.14182) 787 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:10.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:09 smithi045 bash[25828]: cluster 2023-11-17T07:02:08.559261+0000 mgr.smithi045.tkkiao (mgr.14182) 786 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:10.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:09 smithi045 bash[25828]: audit 2023-11-17T07:02:09.030514+0000 mgr.smithi045.tkkiao (mgr.14182) 787 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:10.529 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:11.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:10 smithi105 bash[28427]: audit 2023-11-17T07:02:10.513252+0000 mon.smithi045 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:02:11.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:10 smithi105 bash[28427]: audit 2023-11-17T07:02:10.848053+0000 mon.smithi045 (mon.0) 832 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:02:11.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:10 smithi105 bash[28427]: audit 2023-11-17T07:02:10.849453+0000 mon.smithi045 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:02:11.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:10 smithi105 bash[28427]: audit 2023-11-17T07:02:10.856473+0000 mon.smithi045 (mon.0) 834 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:11.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:10 smithi105 bash[28427]: audit 2023-11-17T07:02:10.863862+0000 mon.smithi045 (mon.0) 835 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:02:11.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:10 smithi045 bash[25828]: audit 2023-11-17T07:02:10.513252+0000 mon.smithi045 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:02:11.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:10 smithi045 bash[25828]: audit 2023-11-17T07:02:10.848053+0000 mon.smithi045 (mon.0) 832 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:02:11.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:10 smithi045 bash[25828]: audit 2023-11-17T07:02:10.849453+0000 mon.smithi045 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:02:11.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:10 smithi045 bash[25828]: audit 2023-11-17T07:02:10.856473+0000 mon.smithi045 (mon.0) 834 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:11.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:10 smithi045 bash[25828]: audit 2023-11-17T07:02:10.863862+0000 mon.smithi045 (mon.0) 835 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:02:11.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:11 smithi045 bash[25828]: cluster 2023-11-17T07:02:10.560580+0000 mgr.smithi045.tkkiao (mgr.14182) 788 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:11.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:11 smithi045 bash[25828]: cluster 2023-11-17T07:02:10.857482+0000 mgr.smithi045.tkkiao (mgr.14182) 789 : 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 2023-11-17T07:02:11.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:11 smithi045 bash[25828]: cluster 2023-11-17T07:02:10.874579+0000 mon.smithi045 (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:02:11.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:11 smithi045 bash[25828]: cluster 2023-11-17T07:02:10.874645+0000 mon.smithi045 (mon.0) 837 : cluster [INF] Cluster is now healthy 2023-11-17T07:02:11.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:11 smithi045 bash[25828]: audit 2023-11-17T07:02:10.889442+0000 mon.smithi045 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:11.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:11 smithi045 bash[25828]: cephadm 2023-11-17T07:02:10.895021+0000 mgr.smithi045.tkkiao (mgr.14182) 790 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hgcbgu on smithi105 2023-11-17T07:02:12.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:11 smithi105 bash[28427]: cluster 2023-11-17T07:02:10.560580+0000 mgr.smithi045.tkkiao (mgr.14182) 788 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:12.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:11 smithi105 bash[28427]: cluster 2023-11-17T07:02:10.857482+0000 mgr.smithi045.tkkiao (mgr.14182) 789 : 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 2023-11-17T07:02:12.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:11 smithi105 bash[28427]: cluster 2023-11-17T07:02:10.874579+0000 mon.smithi045 (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:02:12.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:11 smithi105 bash[28427]: cluster 2023-11-17T07:02:10.874645+0000 mon.smithi045 (mon.0) 837 : cluster [INF] Cluster is now healthy 2023-11-17T07:02:12.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:11 smithi105 bash[28427]: audit 2023-11-17T07:02:10.889442+0000 mon.smithi045 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:12.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:11 smithi105 bash[28427]: cephadm 2023-11-17T07:02:10.895021+0000 mgr.smithi045.tkkiao (mgr.14182) 790 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hgcbgu on smithi105 2023-11-17T07:02:13.576 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:13.576 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:01.255679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tyfjue on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:06.722224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rrtnrq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\nDeploy daemon haproxy.nfs.foo.smithi105.rrtnrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.504305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.hzssqt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\nDeploy daemon haproxy.nfs.foo.smithi045.hzssqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.506653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.rdyzio on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:14.158 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:13 smithi045 bash[25828]: cluster 2023-11-17T07:02:12.858913+0000 mgr.smithi045.tkkiao (mgr.14182) 791 : 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 2023-11-17T07:02:14.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:14.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:13 smithi105 bash[28427]: cluster 2023-11-17T07:02:12.858913+0000 mgr.smithi045.tkkiao (mgr.14182) 791 : 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 2023-11-17T07:02:15.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:14 smithi105 bash[28427]: audit 2023-11-17T07:02:13.562230+0000 mgr.smithi045.tkkiao (mgr.14182) 792 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:15.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:14 smithi105 bash[28427]: audit 2023-11-17T07:02:14.690160+0000 mon.smithi045 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:15.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:14 smithi105 bash[28427]: audit 2023-11-17T07:02:14.832729+0000 mon.smithi045 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hgcbgu"}]: dispatch 2023-11-17T07:02:15.161 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:15.172 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:14 smithi045 bash[25828]: audit 2023-11-17T07:02:13.562230+0000 mgr.smithi045.tkkiao (mgr.14182) 792 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:15.172 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:14 smithi045 bash[25828]: audit 2023-11-17T07:02:14.690160+0000 mon.smithi045 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:15.172 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:14 smithi045 bash[25828]: audit 2023-11-17T07:02:14.832729+0000 mon.smithi045 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hgcbgu"}]: dispatch 2023-11-17T07:02:16.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: cephadm 2023-11-17T07:02:14.831497+0000 mgr.smithi045.tkkiao (mgr.14182) 793 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:16.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:16.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.hgcbgu ... 2023-11-17T07:02:16.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:16.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:16.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:16.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:02:16.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:02:16.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:02:16.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:02:16.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:02:16.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:16.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:16.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.hgcbgu ... 2023-11-17T07:02:16.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:16.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:16.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:16.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: cephadm 2023-11-17T07:02:14.831956+0000 mgr.smithi045.tkkiao (mgr.14182) 794 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: cephadm 2023-11-17T07:02:14.834637+0000 mgr.smithi045.tkkiao (mgr.14182) 795 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:16.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:16.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.hgcbgu ... 2023-11-17T07:02:16.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:16.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:16.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:16.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: cephadm 2023-11-17T07:02:14.839562+0000 mgr.smithi045.tkkiao (mgr.14182) 796 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.azbazw on smithi045 2023-11-17T07:02:16.161 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:15 smithi105 bash[28427]: cluster 2023-11-17T07:02:14.860563+0000 mgr.smithi045.tkkiao (mgr.14182) 797 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:02:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: cephadm 2023-11-17T07:02:14.831497+0000 mgr.smithi045.tkkiao (mgr.14182) 793 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.hgcbgu ... 2023-11-17T07:02:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:16.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:16.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:16.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:02:16.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:02:16.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.hgcbgu ... 2023-11-17T07:02:16.294 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.294 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:16.294 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:16.294 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:16.294 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: cephadm 2023-11-17T07:02:14.831956+0000 mgr.smithi045.tkkiao (mgr.14182) 794 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: cephadm 2023-11-17T07:02:14.834637+0000 mgr.smithi045.tkkiao (mgr.14182) 795 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.hgcbgu ... 2023-11-17T07:02:16.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.296 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:16.296 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:16.296 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:16.296 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:16.296 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: cephadm 2023-11-17T07:02:14.839562+0000 mgr.smithi045.tkkiao (mgr.14182) 796 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.azbazw on smithi045 2023-11-17T07:02:16.296 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:15 smithi045 bash[25828]: cluster 2023-11-17T07:02:14.860563+0000 mgr.smithi045.tkkiao (mgr.14182) 797 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:02:18.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:17 smithi045 bash[25828]: cluster 2023-11-17T07:02:16.861863+0000 mgr.smithi045.tkkiao (mgr.14182) 798 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:02:18.227 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:18.227 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:06.722224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rrtnrq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rrtnrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rrtnrq\nDeploy daemon haproxy.nfs.foo.smithi105.rrtnrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.504305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.hzssqt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-hzssqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.hzssqt\nDeploy daemon haproxy.nfs.foo.smithi045.hzssqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:01:10.506653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.rdyzio on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:17 smithi105 bash[28427]: cluster 2023-11-17T07:02:16.861863+0000 mgr.smithi045.tkkiao (mgr.14182) 798 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:02:18.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:19.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:18 smithi045 bash[25828]: audit 2023-11-17T07:02:18.843387+0000 mon.smithi045 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.azbazw"}]: dispatch 2023-11-17T07:02:19.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:18 smithi105 bash[28427]: audit 2023-11-17T07:02:18.843387+0000 mon.smithi045 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.azbazw"}]: dispatch 2023-11-17T07:02:19.905 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:20.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: audit 2023-11-17T07:02:18.217930+0000 mgr.smithi045.tkkiao (mgr.14182) 799 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:20.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: cephadm 2023-11-17T07:02:18.842682+0000 mgr.smithi045.tkkiao (mgr.14182) 800 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:20.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:20.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.azbazw ... 2023-11-17T07:02:20.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:20.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:20.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:20.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:02:20.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:02:20.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:02:20.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:02:20.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:02:20.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:20.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:20.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.azbazw ... 2023-11-17T07:02:20.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: cephadm 2023-11-17T07:02:18.842921+0000 mgr.smithi045.tkkiao (mgr.14182) 801 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: cephadm 2023-11-17T07:02:18.844497+0000 mgr.smithi045.tkkiao (mgr.14182) 802 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.azbazw ... 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: cephadm 2023-11-17T07:02:18.846454+0000 mgr.smithi045.tkkiao (mgr.14182) 803 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: cephadm 2023-11-17T07:02:18.848122+0000 mgr.smithi045.tkkiao (mgr.14182) 804 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: cluster 2023-11-17T07:02:18.850177+0000 mgr.smithi045.tkkiao (mgr.14182) 805 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:02:20.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:19 smithi045 bash[25828]: cluster 2023-11-17T07:02:18.914537+0000 mon.smithi045 (mon.0) 842 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:02:20.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: audit 2023-11-17T07:02:18.217930+0000 mgr.smithi045.tkkiao (mgr.14182) 799 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:20.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: cephadm 2023-11-17T07:02:18.842682+0000 mgr.smithi045.tkkiao (mgr.14182) 800 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:20.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:20.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.azbazw ... 2023-11-17T07:02:20.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:20.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:20.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:20.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:02:20.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:02:20.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:02:20.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:02:20.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:02:20.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:20.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:20.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.azbazw ... 2023-11-17T07:02:20.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:20.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:20.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:20.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: cephadm 2023-11-17T07:02:18.842921+0000 mgr.smithi045.tkkiao (mgr.14182) 801 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: cephadm 2023-11-17T07:02:18.844497+0000 mgr.smithi045.tkkiao (mgr.14182) 802 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:20.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw 2023-11-17T07:02:20.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:02:20.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw 2023-11-17T07:02:20.412 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.azbazw ... 2023-11-17T07:02:20.412 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.412 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:02:20.412 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:02:20.412 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:02:20.412 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:20.413 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: cephadm 2023-11-17T07:02:18.846454+0000 mgr.smithi045.tkkiao (mgr.14182) 803 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:02:20.413 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: cephadm 2023-11-17T07:02:18.848122+0000 mgr.smithi045.tkkiao (mgr.14182) 804 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:02:20.413 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: cluster 2023-11-17T07:02:18.850177+0000 mgr.smithi045.tkkiao (mgr.14182) 805 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:02:20.413 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:19 smithi105 bash[28427]: cluster 2023-11-17T07:02:18.914537+0000 mon.smithi045 (mon.0) 842 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:02:22.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:21 smithi045 bash[25828]: cluster 2023-11-17T07:02:20.851748+0000 mgr.smithi045.tkkiao (mgr.14182) 806 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:02:22.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:21 smithi105 bash[28427]: cluster 2023-11-17T07:02:20.851748+0000 mgr.smithi045.tkkiao (mgr.14182) 806 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:02:23.172 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:23.172 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:23.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:24.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:24 smithi045 bash[25828]: cluster 2023-11-17T07:02:22.853498+0000 mgr.smithi045.tkkiao (mgr.14182) 807 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:24.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:24 smithi045 bash[25828]: audit 2023-11-17T07:02:23.021635+0000 mon.smithi045 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:24.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:24 smithi105 bash[28427]: cluster 2023-11-17T07:02:22.853498+0000 mgr.smithi045.tkkiao (mgr.14182) 807 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:24.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:24 smithi105 bash[28427]: audit 2023-11-17T07:02:23.021635+0000 mon.smithi045 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:24.730 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:25.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:25 smithi045 bash[25828]: audit 2023-11-17T07:02:23.154508+0000 mgr.smithi045.tkkiao (mgr.14182) 808 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:25.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:25 smithi105 bash[28427]: audit 2023-11-17T07:02:23.154508+0000 mgr.smithi045.tkkiao (mgr.14182) 808 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:26.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:26 smithi045 bash[25828]: cluster 2023-11-17T07:02:24.855376+0000 mgr.smithi045.tkkiao (mgr.14182) 809 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:26 smithi105 bash[28427]: cluster 2023-11-17T07:02:24.855376+0000 mgr.smithi045.tkkiao (mgr.14182) 809 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:27.806 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:27.806 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:28.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:28 smithi045 bash[25828]: cluster 2023-11-17T07:02:26.856250+0000 mgr.smithi045.tkkiao (mgr.14182) 810 : 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 2023-11-17T07:02:28.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:28.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:28 smithi105 bash[28427]: cluster 2023-11-17T07:02:26.856250+0000 mgr.smithi045.tkkiao (mgr.14182) 810 : 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 2023-11-17T07:02:29.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:29 smithi045 bash[25828]: audit 2023-11-17T07:02:27.795401+0000 mgr.smithi045.tkkiao (mgr.14182) 811 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:29.382 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:29 smithi105 bash[28427]: audit 2023-11-17T07:02:27.795401+0000 mgr.smithi045.tkkiao (mgr.14182) 811 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:30.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:30 smithi045 bash[25828]: cluster 2023-11-17T07:02:28.858168+0000 mgr.smithi045.tkkiao (mgr.14182) 812 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:30.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:30 smithi045 bash[25828]: audit 2023-11-17T07:02:29.691006+0000 mon.smithi045 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:30 smithi105 bash[28427]: cluster 2023-11-17T07:02:28.858168+0000 mgr.smithi045.tkkiao (mgr.14182) 812 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:30 smithi105 bash[28427]: audit 2023-11-17T07:02:29.691006+0000 mon.smithi045 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:02:32.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:31 smithi105 bash[28427]: cluster 2023-11-17T07:02:30.859861+0000 mgr.smithi045.tkkiao (mgr.14182) 813 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:32.266 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:32.267 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:32.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:31 smithi045 bash[25828]: cluster 2023-11-17T07:02:30.859861+0000 mgr.smithi045.tkkiao (mgr.14182) 813 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:32.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:33.878 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:34.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:33 smithi045 bash[25828]: audit 2023-11-17T07:02:32.251508+0000 mgr.smithi045.tkkiao (mgr.14182) 814 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:34.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:33 smithi045 bash[25828]: cluster 2023-11-17T07:02:32.861746+0000 mgr.smithi045.tkkiao (mgr.14182) 815 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 17 op/s 2023-11-17T07:02:34.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:33 smithi105 bash[28427]: audit 2023-11-17T07:02:32.251508+0000 mgr.smithi045.tkkiao (mgr.14182) 814 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:34.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:33 smithi105 bash[28427]: cluster 2023-11-17T07:02:32.861746+0000 mgr.smithi045.tkkiao (mgr.14182) 815 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 17 op/s 2023-11-17T07:02:36.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:35 smithi105 bash[28427]: cluster 2023-11-17T07:02:34.863725+0000 mgr.smithi045.tkkiao (mgr.14182) 816 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-11-17T07:02:36.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:35 smithi045 bash[25828]: cluster 2023-11-17T07:02:34.863725+0000 mgr.smithi045.tkkiao (mgr.14182) 816 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-11-17T07:02:36.696 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:36.697 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:37.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:38.273 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:38.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:37 smithi045 bash[25828]: audit 2023-11-17T07:02:36.678836+0000 mgr.smithi045.tkkiao (mgr.14182) 817 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:38.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:37 smithi045 bash[25828]: cluster 2023-11-17T07:02:36.865303+0000 mgr.smithi045.tkkiao (mgr.14182) 818 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-17T07:02:38.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:37 smithi105 bash[28427]: audit 2023-11-17T07:02:36.678836+0000 mgr.smithi045.tkkiao (mgr.14182) 817 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:38.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:37 smithi105 bash[28427]: cluster 2023-11-17T07:02:36.865303+0000 mgr.smithi045.tkkiao (mgr.14182) 818 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-17T07:02:40.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:39 smithi045 bash[25828]: cluster 2023-11-17T07:02:38.867237+0000 mgr.smithi045.tkkiao (mgr.14182) 819 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-17T07:02:40.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:39 smithi105 bash[28427]: cluster 2023-11-17T07:02:38.867237+0000 mgr.smithi045.tkkiao (mgr.14182) 819 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-17T07:02:41.113 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:41.114 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:41.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:42.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:41 smithi045 bash[25828]: cluster 2023-11-17T07:02:40.868829+0000 mgr.smithi045.tkkiao (mgr.14182) 820 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-17T07:02:42.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:41 smithi105 bash[28427]: cluster 2023-11-17T07:02:40.868829+0000 mgr.smithi045.tkkiao (mgr.14182) 820 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-17T07:02:42.662 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:43.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:42 smithi045 bash[25828]: audit 2023-11-17T07:02:41.097577+0000 mgr.smithi045.tkkiao (mgr.14182) 821 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:43.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:42 smithi105 bash[28427]: audit 2023-11-17T07:02:41.097577+0000 mgr.smithi045.tkkiao (mgr.14182) 821 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:43.912 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:43 smithi045 bash[25828]: cluster 2023-11-17T07:02:42.870040+0000 mgr.smithi045.tkkiao (mgr.14182) 822 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-17T07:02:44.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:43 smithi105 bash[28427]: cluster 2023-11-17T07:02:42.870040+0000 mgr.smithi045.tkkiao (mgr.14182) 822 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2023-11-17T07:02:45.551 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:45.551 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:46.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:46.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:45 smithi105 bash[28427]: cluster 2023-11-17T07:02:44.871244+0000 mgr.smithi045.tkkiao (mgr.14182) 823 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-17T07:02:46.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:45 smithi045 bash[25828]: cluster 2023-11-17T07:02:44.871244+0000 mgr.smithi045.tkkiao (mgr.14182) 823 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-17T07:02:47.133 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:47.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:46 smithi045 bash[25828]: audit 2023-11-17T07:02:45.535666+0000 mgr.smithi045.tkkiao (mgr.14182) 824 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:47.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:46 smithi105 bash[28427]: audit 2023-11-17T07:02:45.535666+0000 mgr.smithi045.tkkiao (mgr.14182) 824 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:48.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:47 smithi045 bash[25828]: cluster 2023-11-17T07:02:46.872667+0000 mgr.smithi045.tkkiao (mgr.14182) 825 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-17T07:02:48.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:47 smithi105 bash[28427]: cluster 2023-11-17T07:02:46.872667+0000 mgr.smithi045.tkkiao (mgr.14182) 825 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-17T07:02:50.112 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:50.113 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:50.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:49 smithi045 bash[25828]: cluster 2023-11-17T07:02:48.874601+0000 mgr.smithi045.tkkiao (mgr.14182) 826 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:49 smithi105 bash[28427]: cluster 2023-11-17T07:02:48.874601+0000 mgr.smithi045.tkkiao (mgr.14182) 826 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:50.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:51.718 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:52.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:51 smithi045 bash[25828]: audit 2023-11-17T07:02:50.102994+0000 mgr.smithi045.tkkiao (mgr.14182) 827 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:52.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:51 smithi045 bash[25828]: cluster 2023-11-17T07:02:50.875899+0000 mgr.smithi045.tkkiao (mgr.14182) 828 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:52.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:51 smithi105 bash[28427]: audit 2023-11-17T07:02:50.102994+0000 mgr.smithi045.tkkiao (mgr.14182) 827 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:52.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:51 smithi105 bash[28427]: cluster 2023-11-17T07:02:50.875899+0000 mgr.smithi045.tkkiao (mgr.14182) 828 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:54.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:53 smithi045 bash[25828]: cluster 2023-11-17T07:02:52.877687+0000 mgr.smithi045.tkkiao (mgr.14182) 829 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:54.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:53 smithi105 bash[28427]: cluster 2023-11-17T07:02:52.877687+0000 mgr.smithi045.tkkiao (mgr.14182) 829 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:54.615 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:54.615 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:55.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:55 smithi105 bash[28427]: audit 2023-11-17T07:02:54.600659+0000 mgr.smithi045.tkkiao (mgr.14182) 830 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:56.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:55 smithi105 bash[28427]: cluster 2023-11-17T07:02:54.879629+0000 mgr.smithi045.tkkiao (mgr.14182) 831 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:56.212 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:56.225 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:55 smithi045 bash[25828]: audit 2023-11-17T07:02:54.600659+0000 mgr.smithi045.tkkiao (mgr.14182) 830 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:56.225 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:55 smithi045 bash[25828]: cluster 2023-11-17T07:02:54.879629+0000 mgr.smithi045.tkkiao (mgr.14182) 831 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:58.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:57 smithi045 bash[25828]: cluster 2023-11-17T07:02:56.881219+0000 mgr.smithi045.tkkiao (mgr.14182) 832 : 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 2023-11-17T07:02:58.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:57 smithi105 bash[28427]: cluster 2023-11-17T07:02:56.881219+0000 mgr.smithi045.tkkiao (mgr.14182) 832 : 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 2023-11-17T07:02:59.235 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:02:59.236 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:02:59.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:00.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:02:59 smithi045 bash[25828]: cluster 2023-11-17T07:02:58.883066+0000 mgr.smithi045.tkkiao (mgr.14182) 833 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:02:59 smithi105 bash[28427]: cluster 2023-11-17T07:02:58.883066+0000 mgr.smithi045.tkkiao (mgr.14182) 833 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:00.770 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:01.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:00 smithi045 bash[25828]: audit 2023-11-17T07:02:59.220886+0000 mgr.smithi045.tkkiao (mgr.14182) 834 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:01.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:00 smithi105 bash[28427]: audit 2023-11-17T07:02:59.220886+0000 mgr.smithi045.tkkiao (mgr.14182) 834 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:02.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:01 smithi045 bash[25828]: cluster 2023-11-17T07:03:00.884612+0000 mgr.smithi045.tkkiao (mgr.14182) 835 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:02.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:01 smithi105 bash[28427]: cluster 2023-11-17T07:03:00.884612+0000 mgr.smithi045.tkkiao (mgr.14182) 835 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:03.652 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:03.652 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:03:04.237 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:03 smithi045 bash[25828]: cluster 2023-11-17T07:03:02.886340+0000 mgr.smithi045.tkkiao (mgr.14182) 836 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:04.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:04.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:03 smithi105 bash[28427]: cluster 2023-11-17T07:03:02.886340+0000 mgr.smithi045.tkkiao (mgr.14182) 836 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:05.239 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:05.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:04 smithi045 bash[25828]: audit 2023-11-17T07:03:03.635388+0000 mgr.smithi045.tkkiao (mgr.14182) 837 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:04 smithi105 bash[28427]: audit 2023-11-17T07:03:03.635388+0000 mgr.smithi045.tkkiao (mgr.14182) 837 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:12.144 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:05 smithi045 bash[25828]: cluster 2023-11-17T07:03:04.888354+0000 mgr.smithi045.tkkiao (mgr.14182) 838 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:03:12.144 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:12.145 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:03:12.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:05 smithi105 bash[28427]: cluster 2023-11-17T07:03:04.888354+0000 mgr.smithi045.tkkiao (mgr.14182) 838 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:03:12.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:07 smithi105 bash[28427]: cluster 2023-11-17T07:03:06.889965+0000 mgr.smithi045.tkkiao (mgr.14182) 839 : 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 2023-11-17T07:03:12.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:09 smithi105 bash[28427]: audit 2023-11-17T07:03:08.174814+0000 mgr.smithi045.tkkiao (mgr.14182) 840 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:12.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:09 smithi105 bash[28427]: cluster 2023-11-17T07:03:08.891816+0000 mgr.smithi045.tkkiao (mgr.14182) 841 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:12.146 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:07 smithi045 bash[25828]: cluster 2023-11-17T07:03:06.889965+0000 mgr.smithi045.tkkiao (mgr.14182) 839 : 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 2023-11-17T07:03:12.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:12.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:09 smithi045 bash[25828]: audit 2023-11-17T07:03:08.174814+0000 mgr.smithi045.tkkiao (mgr.14182) 840 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:12.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:09 smithi045 bash[25828]: cluster 2023-11-17T07:03:08.891816+0000 mgr.smithi045.tkkiao (mgr.14182) 841 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:12.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:11 smithi105 bash[28427]: cluster 2023-11-17T07:03:10.893346+0000 mgr.smithi045.tkkiao (mgr.14182) 842 : 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 2023-11-17T07:03:12.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:11 smithi045 bash[25828]: cluster 2023-11-17T07:03:10.893346+0000 mgr.smithi045.tkkiao (mgr.14182) 842 : 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 2023-11-17T07:03:13.147 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:14.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:13 smithi045 bash[25828]: cluster 2023-11-17T07:03:12.895134+0000 mgr.smithi045.tkkiao (mgr.14182) 843 : 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 2023-11-17T07:03:14.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:13 smithi105 bash[28427]: cluster 2023-11-17T07:03:12.895134+0000 mgr.smithi045.tkkiao (mgr.14182) 843 : 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 2023-11-17T07:03:16.065 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:16.066 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:03:16.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:15 smithi105 bash[28427]: cluster 2023-11-17T07:03:14.896912+0000 mgr.smithi045.tkkiao (mgr.14182) 844 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:03:16.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:15 smithi045 bash[25828]: cluster 2023-11-17T07:03:14.896912+0000 mgr.smithi045.tkkiao (mgr.14182) 844 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:03:16.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:17.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:16 smithi045 bash[25828]: audit 2023-11-17T07:03:16.053340+0000 mgr.smithi045.tkkiao (mgr.14182) 845 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:17.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:16 smithi105 bash[28427]: audit 2023-11-17T07:03:16.053340+0000 mgr.smithi045.tkkiao (mgr.14182) 845 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:17.658 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:18.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:17 smithi045 bash[25828]: cluster 2023-11-17T07:03:16.898397+0000 mgr.smithi045.tkkiao (mgr.14182) 846 : 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 2023-11-17T07:03:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:17 smithi105 bash[28427]: cluster 2023-11-17T07:03:16.898397+0000 mgr.smithi045.tkkiao (mgr.14182) 846 : 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 2023-11-17T07:03:19.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:18 smithi045 bash[25828]: audit 2023-11-17T07:03:18.853062+0000 mon.smithi045 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:03:19.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:18 smithi105 bash[28427]: audit 2023-11-17T07:03:18.853062+0000 mon.smithi045 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:03:20.281 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:19 smithi045 bash[25828]: cluster 2023-11-17T07:03:18.899585+0000 mgr.smithi045.tkkiao (mgr.14182) 847 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:20.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:19 smithi105 bash[28427]: cluster 2023-11-17T07:03:18.899585+0000 mgr.smithi045.tkkiao (mgr.14182) 847 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:20.640 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:20.641 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T06:52:57.320678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:52:57.320792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T06:52:57.320903Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:52:57.320557Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:52:57.320355Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T06:52:57.321781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:52:57.321014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:52:57.321140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:52:57.321648Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:03:21.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:23.861 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:21 smithi105 bash[28427]: audit 2023-11-17T07:03:20.626492+0000 mgr.smithi045.tkkiao (mgr.14182) 848 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:23.861 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:21 smithi105 bash[28427]: cluster 2023-11-17T07:03:20.901060+0000 mgr.smithi045.tkkiao (mgr.14182) 849 : 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 2023-11-17T07:03:23.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:21 smithi045 bash[25828]: audit 2023-11-17T07:03:20.626492+0000 mgr.smithi045.tkkiao (mgr.14182) 848 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:23.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:21 smithi045 bash[25828]: cluster 2023-11-17T07:03:20.901060+0000 mgr.smithi045.tkkiao (mgr.14182) 849 : 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 2023-11-17T07:03:24.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:23 smithi045 bash[25828]: cluster 2023-11-17T07:03:22.902841+0000 mgr.smithi045.tkkiao (mgr.14182) 850 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:24.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:23 smithi105 bash[28427]: cluster 2023-11-17T07:03:22.902841+0000 mgr.smithi045.tkkiao (mgr.14182) 850 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:24.859 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:25 smithi105 bash[28427]: cluster 2023-11-17T07:03:24.904323+0000 mgr.smithi045.tkkiao (mgr.14182) 851 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:03:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:25 smithi105 bash[28427]: audit 2023-11-17T07:03:25.120516+0000 mon.smithi045 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:25 smithi105 bash[28427]: audit 2023-11-17T07:03:25.411674+0000 mon.smithi045 (mon.0) 847 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:03:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:25 smithi105 bash[28427]: audit 2023-11-17T07:03:25.413317+0000 mon.smithi045 (mon.0) 848 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:03:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:25 smithi105 bash[28427]: audit 2023-11-17T07:03:25.419423+0000 mon.smithi045 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:26.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:25 smithi105 bash[28427]: audit 2023-11-17T07:03:25.424937+0000 mon.smithi045 (mon.0) 850 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:03:26.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:25 smithi105 bash[28427]: audit 2023-11-17T07:03:25.435058+0000 mon.smithi045 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:25 smithi045 bash[25828]: cluster 2023-11-17T07:03:24.904323+0000 mgr.smithi045.tkkiao (mgr.14182) 851 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:03:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:25 smithi045 bash[25828]: audit 2023-11-17T07:03:25.120516+0000 mon.smithi045 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:25 smithi045 bash[25828]: audit 2023-11-17T07:03:25.411674+0000 mon.smithi045 (mon.0) 847 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:03:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:25 smithi045 bash[25828]: audit 2023-11-17T07:03:25.413317+0000 mon.smithi045 (mon.0) 848 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:03:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:25 smithi045 bash[25828]: audit 2023-11-17T07:03:25.419423+0000 mon.smithi045 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:25 smithi045 bash[25828]: audit 2023-11-17T07:03:25.424937+0000 mon.smithi045 (mon.0) 850 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:03:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:25 smithi045 bash[25828]: audit 2023-11-17T07:03:25.435058+0000 mon.smithi045 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:27.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:26 smithi045 bash[25828]: cluster 2023-11-17T07:03:25.419998+0000 mgr.smithi045.tkkiao (mgr.14182) 852 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:03:27.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:26 smithi045 bash[25828]: cephadm 2023-11-17T07:03:25.439283+0000 mgr.smithi045.tkkiao (mgr.14182) 853 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.aimyqx on smithi105 2023-11-17T07:03:27.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:26 smithi045 bash[25828]: cluster 2023-11-17T07:03:26.417698+0000 mon.smithi045 (mon.0) 852 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:03:27.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:26 smithi045 bash[25828]: cluster 2023-11-17T07:03:26.417776+0000 mon.smithi045 (mon.0) 853 : cluster [INF] Cluster is now healthy 2023-11-17T07:03:27.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:26 smithi105 bash[28427]: cluster 2023-11-17T07:03:25.419998+0000 mgr.smithi045.tkkiao (mgr.14182) 852 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:03:27.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:26 smithi105 bash[28427]: cephadm 2023-11-17T07:03:25.439283+0000 mgr.smithi045.tkkiao (mgr.14182) 853 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.aimyqx on smithi105 2023-11-17T07:03:27.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:26 smithi105 bash[28427]: cluster 2023-11-17T07:03:26.417698+0000 mon.smithi045 (mon.0) 852 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:03:27.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:26 smithi105 bash[28427]: cluster 2023-11-17T07:03:26.417776+0000 mon.smithi045 (mon.0) 853 : cluster [INF] Cluster is now healthy 2023-11-17T07:03:27.784 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:27.784 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:54:11.423970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:01:10.508735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.llbonk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:54:11.424369Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:54:11.424651Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:54:11.424913Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:54:11.425489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:54:11.426526Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:03:28.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:29.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:28 smithi105 bash[28427]: cluster 2023-11-17T07:03:27.420935+0000 mgr.smithi045.tkkiao (mgr.14182) 854 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:03:29.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:28 smithi105 bash[28427]: audit 2023-11-17T07:03:27.769242+0000 mgr.smithi045.tkkiao (mgr.14182) 855 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:29.243 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:28 smithi045 bash[25828]: cluster 2023-11-17T07:03:27.420935+0000 mgr.smithi045.tkkiao (mgr.14182) 854 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:03:29.244 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:28 smithi045 bash[25828]: audit 2023-11-17T07:03:27.769242+0000 mgr.smithi045.tkkiao (mgr.14182) 855 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:29.418 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:30.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:29 smithi045 bash[25828]: audit 2023-11-17T07:03:29.240361+0000 mon.smithi045 (mon.0) 854 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.aimyqx"}]: dispatch 2023-11-17T07:03:30.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:29 smithi045 bash[25828]: audit 2023-11-17T07:03:29.691840+0000 mon.smithi045 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:29 smithi105 bash[28427]: audit 2023-11-17T07:03:29.240361+0000 mon.smithi045 (mon.0) 854 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.aimyqx"}]: dispatch 2023-11-17T07:03:30.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:29 smithi105 bash[28427]: audit 2023-11-17T07:03:29.691840+0000 mon.smithi045 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:31.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: cephadm 2023-11-17T07:03:29.239161+0000 mgr.smithi045.tkkiao (mgr.14182) 856 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:31.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:31.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.aimyqx ... 2023-11-17T07:03:31.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:31.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:31.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:31.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:03:31.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:03:31.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:03:31.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:03:31.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:03:31.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:31.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:31.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.aimyqx ... 2023-11-17T07:03:31.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:31.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:31.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:31.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: cephadm 2023-11-17T07:03:29.239697+0000 mgr.smithi045.tkkiao (mgr.14182) 857 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: cephadm 2023-11-17T07:03:29.242151+0000 mgr.smithi045.tkkiao (mgr.14182) 858 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.aimyqx on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:31.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:31.086 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.aimyqx ... 2023-11-17T07:03:31.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:31.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:31.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:31.087 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: cephadm 2023-11-17T07:03:29.247518+0000 mgr.smithi045.tkkiao (mgr.14182) 859 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.zmayad on smithi045 2023-11-17T07:03:31.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:30 smithi045 bash[25828]: cluster 2023-11-17T07:03:29.422642+0000 mgr.smithi045.tkkiao (mgr.14182) 860 : 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 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: cephadm 2023-11-17T07:03:29.239161+0000 mgr.smithi045.tkkiao (mgr.14182) 856 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.aimyqx ... 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:31.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:31.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.aimyqx ... 2023-11-17T07:03:31.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:31.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:31.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:31.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: cephadm 2023-11-17T07:03:29.239697+0000 mgr.smithi045.tkkiao (mgr.14182) 857 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: cephadm 2023-11-17T07:03:29.242151+0000 mgr.smithi045.tkkiao (mgr.14182) 858 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.aimyqx on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.aimyqx ... 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:31.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:31.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:31.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:31.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: cephadm 2023-11-17T07:03:29.247518+0000 mgr.smithi045.tkkiao (mgr.14182) 859 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.zmayad on smithi045 2023-11-17T07:03:31.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:30 smithi105 bash[28427]: cluster 2023-11-17T07:03:29.422642+0000 mgr.smithi045.tkkiao (mgr.14182) 860 : 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 2023-11-17T07:03:32.593 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:32.593 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:54:11.423970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:14.834385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hgcbgu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hgcbgu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hgcbgu\nDeploy daemon haproxy.nfs.foo.smithi105.hgcbgu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.844350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.azbazw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-azbazw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.azbazw\nDeploy daemon haproxy.nfs.foo.smithi045.azbazw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:18.846336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.eitziz on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:03:29.241899Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aimyqx on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx\nDeploy daemon haproxy.nfs.foo.smithi105.aimyqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:54:11.424369Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:54:11.424651Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:54:11.424913Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:54:11.425489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:54:11.426526Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:03:33.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:32 smithi045 bash[25828]: cluster 2023-11-17T07:03:31.423897+0000 mgr.smithi045.tkkiao (mgr.14182) 861 : 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 2023-11-17T07:03:33.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:33.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:32 smithi105 bash[28427]: cluster 2023-11-17T07:03:31.423897+0000 mgr.smithi045.tkkiao (mgr.14182) 861 : 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 2023-11-17T07:03:34.287 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:34.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:34 smithi045 bash[25828]: audit 2023-11-17T07:03:32.578797+0000 mgr.smithi045.tkkiao (mgr.14182) 862 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:34.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:34 smithi045 bash[25828]: audit 2023-11-17T07:03:33.247229+0000 mon.smithi045 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.zmayad"}]: dispatch 2023-11-17T07:03:34.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:34 smithi105 bash[28427]: audit 2023-11-17T07:03:32.578797+0000 mgr.smithi045.tkkiao (mgr.14182) 862 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:34.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:34 smithi105 bash[28427]: audit 2023-11-17T07:03:33.247229+0000 mon.smithi045 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.zmayad"}]: dispatch 2023-11-17T07:03:35.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: cephadm 2023-11-17T07:03:33.246249+0000 mgr.smithi045.tkkiao (mgr.14182) 863 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:35.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.zmayad ... 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:03:35.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.zmayad ... 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:35.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: cephadm 2023-11-17T07:03:33.246550+0000 mgr.smithi045.tkkiao (mgr.14182) 864 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: cephadm 2023-11-17T07:03:33.248846+0000 mgr.smithi045.tkkiao (mgr.14182) 865 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.zmayad on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.zmayad ... 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:35.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: cephadm 2023-11-17T07:03:33.250935+0000 mgr.smithi045.tkkiao (mgr.14182) 866 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.nrmyso on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:03:35.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: cephadm 2023-11-17T07:03:33.252644+0000 mgr.smithi045.tkkiao (mgr.14182) 867 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.zjfrxl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:03:35.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: cluster 2023-11-17T07:03:33.255206+0000 mgr.smithi045.tkkiao (mgr.14182) 868 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T07:03:35.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:35 smithi045 bash[25828]: cluster 2023-11-17T07:03:33.994865+0000 mon.smithi045 (mon.0) 857 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:03:35.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: cephadm 2023-11-17T07:03:33.246249+0000 mgr.smithi045.tkkiao (mgr.14182) 863 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:35.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:35.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.zmayad ... 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:03:35.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.zmayad ... 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: cephadm 2023-11-17T07:03:33.246550+0000 mgr.smithi045.tkkiao (mgr.14182) 864 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: cephadm 2023-11-17T07:03:33.248846+0000 mgr.smithi045.tkkiao (mgr.14182) 865 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.zmayad on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.zmayad ... 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:03:35.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: cephadm 2023-11-17T07:03:33.250935+0000 mgr.smithi045.tkkiao (mgr.14182) 866 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.nrmyso on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:03:35.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: cephadm 2023-11-17T07:03:33.252644+0000 mgr.smithi045.tkkiao (mgr.14182) 867 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.zjfrxl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:03:35.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: cluster 2023-11-17T07:03:33.255206+0000 mgr.smithi045.tkkiao (mgr.14182) 868 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T07:03:35.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:35 smithi105 bash[28427]: cluster 2023-11-17T07:03:33.994865+0000 mon.smithi045 (mon.0) 857 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:03:37.314 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:37.315 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:54:11.423970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:03:29.241899Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aimyqx on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx\nDeploy daemon haproxy.nfs.foo.smithi105.aimyqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:03:33.248715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.zmayad on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad\nDeploy daemon haproxy.nfs.foo.smithi045.zmayad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:03:33.250819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nrmyso on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:03:33.252541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zjfrxl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:54:11.424369Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:54:11.424651Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:54:11.424913Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:54:11.425489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:54:11.426526Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:03:37.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:37 smithi045 bash[25828]: cluster 2023-11-17T07:03:35.256693+0000 mgr.smithi045.tkkiao (mgr.14182) 869 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T07:03:37.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:37 smithi105 bash[28427]: cluster 2023-11-17T07:03:35.256693+0000 mgr.smithi045.tkkiao (mgr.14182) 869 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T07:03:37.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:38.927 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:39.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:39 smithi045 bash[25828]: cluster 2023-11-17T07:03:37.258175+0000 mgr.smithi045.tkkiao (mgr.14182) 870 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 605 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:03:39.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:39 smithi045 bash[25828]: audit 2023-11-17T07:03:37.299277+0000 mgr.smithi045.tkkiao (mgr.14182) 871 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:39.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:39 smithi045 bash[25828]: audit 2023-11-17T07:03:38.088175+0000 mon.smithi045 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:39.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:39 smithi105 bash[28427]: cluster 2023-11-17T07:03:37.258175+0000 mgr.smithi045.tkkiao (mgr.14182) 870 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 605 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:03:39.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:39 smithi105 bash[28427]: audit 2023-11-17T07:03:37.299277+0000 mgr.smithi045.tkkiao (mgr.14182) 871 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:39.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:39 smithi105 bash[28427]: audit 2023-11-17T07:03:38.088175+0000 mon.smithi045 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:41.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:41 smithi045 bash[25828]: cluster 2023-11-17T07:03:39.260132+0000 mgr.smithi045.tkkiao (mgr.14182) 872 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:41.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:41 smithi105 bash[28427]: cluster 2023-11-17T07:03:39.260132+0000 mgr.smithi045.tkkiao (mgr.14182) 872 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:41.828 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:55.741 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:54:11.423970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:03:29.241899Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aimyqx on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx\nDeploy daemon haproxy.nfs.foo.smithi105.aimyqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:03:33.248715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.zmayad on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad\nDeploy daemon haproxy.nfs.foo.smithi045.zmayad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:03:33.250819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nrmyso on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:03:33.252541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zjfrxl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:54:11.424369Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:54:11.424651Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:54:11.424913Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:54:11.425489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:54:11.426526Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:03:55.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:55.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:43 smithi105 bash[28427]: cluster 2023-11-17T07:03:41.261611+0000 mgr.smithi045.tkkiao (mgr.14182) 873 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:55.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:43 smithi105 bash[28427]: audit 2023-11-17T07:03:41.810499+0000 mgr.smithi045.tkkiao (mgr.14182) 874 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:55.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:45 smithi105 bash[28427]: cluster 2023-11-17T07:03:43.263511+0000 mgr.smithi045.tkkiao (mgr.14182) 875 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:55.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:45 smithi105 bash[28427]: audit 2023-11-17T07:03:44.692696+0000 mon.smithi045 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:55.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:47 smithi105 bash[28427]: cluster 2023-11-17T07:03:45.264945+0000 mgr.smithi045.tkkiao (mgr.14182) 876 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:55.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:49 smithi105 bash[28427]: cluster 2023-11-17T07:03:47.266478+0000 mgr.smithi045.tkkiao (mgr.14182) 877 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:55.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:51 smithi105 bash[28427]: cluster 2023-11-17T07:03:49.268380+0000 mgr.smithi045.tkkiao (mgr.14182) 878 : cluster [DBG] pgmap v634: 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 2023-11-17T07:03:55.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:53 smithi105 bash[28427]: cluster 2023-11-17T07:03:51.269820+0000 mgr.smithi045.tkkiao (mgr.14182) 879 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:03:55.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:55 smithi105 bash[28427]: cluster 2023-11-17T07:03:53.271831+0000 mgr.smithi045.tkkiao (mgr.14182) 880 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:55.745 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:43 smithi045 bash[25828]: cluster 2023-11-17T07:03:41.261611+0000 mgr.smithi045.tkkiao (mgr.14182) 873 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:43 smithi045 bash[25828]: audit 2023-11-17T07:03:41.810499+0000 mgr.smithi045.tkkiao (mgr.14182) 874 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:45 smithi045 bash[25828]: cluster 2023-11-17T07:03:43.263511+0000 mgr.smithi045.tkkiao (mgr.14182) 875 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:45 smithi045 bash[25828]: audit 2023-11-17T07:03:44.692696+0000 mon.smithi045 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:03:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:47 smithi045 bash[25828]: cluster 2023-11-17T07:03:45.264945+0000 mgr.smithi045.tkkiao (mgr.14182) 876 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:49 smithi045 bash[25828]: cluster 2023-11-17T07:03:47.266478+0000 mgr.smithi045.tkkiao (mgr.14182) 877 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:03:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:51 smithi045 bash[25828]: cluster 2023-11-17T07:03:49.268380+0000 mgr.smithi045.tkkiao (mgr.14182) 878 : cluster [DBG] pgmap v634: 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 2023-11-17T07:03:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:53 smithi045 bash[25828]: cluster 2023-11-17T07:03:51.269820+0000 mgr.smithi045.tkkiao (mgr.14182) 879 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:03:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:55 smithi045 bash[25828]: cluster 2023-11-17T07:03:53.271831+0000 mgr.smithi045.tkkiao (mgr.14182) 880 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:56.744 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:57.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:57 smithi105 bash[28427]: cluster 2023-11-17T07:03:55.273474+0000 mgr.smithi045.tkkiao (mgr.14182) 881 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:03:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:57 smithi045 bash[25828]: cluster 2023-11-17T07:03:55.273474+0000 mgr.smithi045.tkkiao (mgr.14182) 881 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:03:59.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:03:59 smithi105 bash[28427]: cluster 2023-11-17T07:03:57.275008+0000 mgr.smithi045.tkkiao (mgr.14182) 882 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:59.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:03:59 smithi045 bash[25828]: cluster 2023-11-17T07:03:57.275008+0000 mgr.smithi045.tkkiao (mgr.14182) 882 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:03:59.804 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:03:59.805 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T06:54:11.423970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:18.848006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jwjcem on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:03:29.241899Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aimyqx on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-aimyqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.aimyqx\nDeploy daemon haproxy.nfs.foo.smithi105.aimyqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:03:33.248715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.zmayad on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-zmayad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.zmayad\nDeploy daemon haproxy.nfs.foo.smithi045.zmayad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:03:33.250819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nrmyso on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:03:33.252541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zjfrxl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T06:54:11.424369Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T06:54:11.424651Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T06:54:11.424913Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T06:54:11.425489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T06:54:11.425217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T06:54:11.426526Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:04:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:00 smithi045 bash[25828]: cluster 2023-11-17T07:03:59.277114+0000 mgr.smithi045.tkkiao (mgr.14182) 883 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:04:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:00 smithi045 bash[25828]: audit 2023-11-17T07:03:59.794811+0000 mgr.smithi045.tkkiao (mgr.14182) 884 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:04:00.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:04:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:00 smithi105 bash[28427]: cluster 2023-11-17T07:03:59.277114+0000 mgr.smithi045.tkkiao (mgr.14182) 883 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:04:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:00 smithi105 bash[28427]: audit 2023-11-17T07:03:59.794811+0000 mgr.smithi045.tkkiao (mgr.14182) 884 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:04:01.374 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:37.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:02 smithi045 bash[25828]: cluster 2023-11-17T07:04:01.278742+0000 mgr.smithi045.tkkiao (mgr.14182) 885 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:04 smithi045 bash[25828]: cluster 2023-11-17T07:04:03.280689+0000 mgr.smithi045.tkkiao (mgr.14182) 886 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:06 smithi045 bash[25828]: cluster 2023-11-17T07:04:05.282305+0000 mgr.smithi045.tkkiao (mgr.14182) 887 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:08 smithi045 bash[25828]: cluster 2023-11-17T07:04:07.283813+0000 mgr.smithi045.tkkiao (mgr.14182) 888 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:10 smithi045 bash[25828]: cluster 2023-11-17T07:04:09.285734+0000 mgr.smithi045.tkkiao (mgr.14182) 889 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:12 smithi045 bash[25828]: cluster 2023-11-17T07:04:11.287166+0000 mgr.smithi045.tkkiao (mgr.14182) 890 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:14 smithi045 bash[25828]: cluster 2023-11-17T07:04:13.289098+0000 mgr.smithi045.tkkiao (mgr.14182) 891 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:16 smithi045 bash[25828]: cluster 2023-11-17T07:04:15.290599+0000 mgr.smithi045.tkkiao (mgr.14182) 892 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:18 smithi045 bash[25828]: cluster 2023-11-17T07:04:17.292232+0000 mgr.smithi045.tkkiao (mgr.14182) 893 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:20 smithi045 bash[25828]: cluster 2023-11-17T07:04:19.294294+0000 mgr.smithi045.tkkiao (mgr.14182) 894 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:22 smithi045 bash[25828]: cluster 2023-11-17T07:04:21.295697+0000 mgr.smithi045.tkkiao (mgr.14182) 895 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:24 smithi045 bash[25828]: cluster 2023-11-17T07:04:23.297589+0000 mgr.smithi045.tkkiao (mgr.14182) 896 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:26 smithi045 bash[25828]: cluster 2023-11-17T07:04:25.299065+0000 mgr.smithi045.tkkiao (mgr.14182) 897 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:28 smithi045 bash[25828]: cluster 2023-11-17T07:04:27.300695+0000 mgr.smithi045.tkkiao (mgr.14182) 898 : 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 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:30 smithi045 bash[25828]: cluster 2023-11-17T07:04:29.302726+0000 mgr.smithi045.tkkiao (mgr.14182) 899 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:32 smithi045 bash[25828]: cluster 2023-11-17T07:04:31.304119+0000 mgr.smithi045.tkkiao (mgr.14182) 900 : 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 2023-11-17T07:05:37.257 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:33 smithi045 bash[25828]: audit 2023-11-17T07:04:33.256222+0000 mon.smithi045 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:05:37.257 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:33 smithi045 bash[25828]: audit 2023-11-17T07:04:33.577327+0000 mon.smithi045 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.257 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:34 smithi045 bash[25828]: cluster 2023-11-17T07:04:33.306130+0000 mgr.smithi045.tkkiao (mgr.14182) 901 : 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 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:36 smithi045 bash[25828]: cluster 2023-11-17T07:04:35.307601+0000 mgr.smithi045.tkkiao (mgr.14182) 902 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:38 smithi045 bash[25828]: cluster 2023-11-17T07:04:37.309070+0000 mgr.smithi045.tkkiao (mgr.14182) 903 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: audit 2023-11-17T07:04:39.186570+0000 mon.smithi045 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: cluster 2023-11-17T07:04:39.311057+0000 mgr.smithi045.tkkiao (mgr.14182) 904 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: audit 2023-11-17T07:04:39.479019+0000 mon.smithi045 (mon.0) 863 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: audit 2023-11-17T07:04:39.481056+0000 mon.smithi045 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: audit 2023-11-17T07:04:39.491671+0000 mon.smithi045 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: cluster 2023-11-17T07:04:39.492966+0000 mgr.smithi045.tkkiao (mgr.14182) 905 : 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 2023-11-17T07:05:37.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: audit 2023-11-17T07:04:39.500653+0000 mon.smithi045 (mon.0) 866 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: audit 2023-11-17T07:04:39.516544+0000 mon.smithi045 (mon.0) 867 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:40 smithi045 bash[25828]: cephadm 2023-11-17T07:04:39.520638+0000 mgr.smithi045.tkkiao (mgr.14182) 906 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pzshup on smithi105 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:41 smithi045 bash[25828]: cluster 2023-11-17T07:04:40.182072+0000 mon.smithi045 (mon.0) 868 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:41 smithi045 bash[25828]: cluster 2023-11-17T07:04:40.182142+0000 mon.smithi045 (mon.0) 869 : cluster [INF] Cluster is now healthy 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:42 smithi045 bash[25828]: cluster 2023-11-17T07:04:41.494101+0000 mgr.smithi045.tkkiao (mgr.14182) 907 : 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 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:43 smithi045 bash[25828]: audit 2023-11-17T07:04:43.341109+0000 mon.smithi045 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pzshup"}]: dispatch 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: cephadm 2023-11-17T07:04:43.339977+0000 mgr.smithi045.tkkiao (mgr.14182) 908 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.pzshup ... 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.262 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.262 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.262 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.262 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.pzshup ... 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: cephadm 2023-11-17T07:04:43.340501+0000 mgr.smithi045.tkkiao (mgr.14182) 909 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: cephadm 2023-11-17T07:04:43.343052+0000 mgr.smithi045.tkkiao (mgr.14182) 910 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pzshup on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.pzshup ... 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: cephadm 2023-11-17T07:04:43.348385+0000 mgr.smithi045.tkkiao (mgr.14182) 911 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.qjnjrm on smithi045 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:44 smithi045 bash[25828]: cluster 2023-11-17T07:04:43.495741+0000 mgr.smithi045.tkkiao (mgr.14182) 912 : 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 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:45 smithi045 bash[25828]: audit 2023-11-17T07:04:44.694133+0000 mon.smithi045 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.298 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:46 smithi045 bash[25828]: cluster 2023-11-17T07:04:45.497039+0000 mgr.smithi045.tkkiao (mgr.14182) 913 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:47 smithi045 bash[25828]: audit 2023-11-17T07:04:47.102493+0000 mon.smithi045 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.qjnjrm"}]: dispatch 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: cephadm 2023-11-17T07:04:47.101106+0000 mgr.smithi045.tkkiao (mgr.14182) 914 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.qjnjrm ... 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.qjnjrm ... 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: cephadm 2023-11-17T07:04:47.101698+0000 mgr.smithi045.tkkiao (mgr.14182) 915 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: cephadm 2023-11-17T07:04:47.104090+0000 mgr.smithi045.tkkiao (mgr.14182) 916 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.qjnjrm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.qjnjrm ... 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: cephadm 2023-11-17T07:04:47.108676+0000 mgr.smithi045.tkkiao (mgr.14182) 917 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.stsmer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: cephadm 2023-11-17T07:04:47.112689+0000 mgr.smithi045.tkkiao (mgr.14182) 918 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: cluster 2023-11-17T07:04:47.114159+0000 mgr.smithi045.tkkiao (mgr.14182) 919 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: cluster 2023-11-17T07:04:47.883289+0000 mon.smithi045 (mon.0) 873 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:48 smithi045 bash[25828]: audit 2023-11-17T07:04:48.152257+0000 mon.smithi045 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:50 smithi045 bash[25828]: cluster 2023-11-17T07:04:49.115872+0000 mgr.smithi045.tkkiao (mgr.14182) 920 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:52 smithi045 bash[25828]: cluster 2023-11-17T07:04:51.117383+0000 mgr.smithi045.tkkiao (mgr.14182) 921 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:54 smithi045 bash[25828]: cluster 2023-11-17T07:04:53.119187+0000 mgr.smithi045.tkkiao (mgr.14182) 922 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:56 smithi045 bash[25828]: cluster 2023-11-17T07:04:55.121304+0000 mgr.smithi045.tkkiao (mgr.14182) 923 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:04:58 smithi045 bash[25828]: cluster 2023-11-17T07:04:57.122817+0000 mgr.smithi045.tkkiao (mgr.14182) 924 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:00 smithi045 bash[25828]: cluster 2023-11-17T07:04:59.124743+0000 mgr.smithi045.tkkiao (mgr.14182) 925 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:00 smithi045 bash[25828]: audit 2023-11-17T07:04:59.694736+0000 mon.smithi045 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:02 smithi045 bash[25828]: cluster 2023-11-17T07:05:01.126330+0000 mgr.smithi045.tkkiao (mgr.14182) 926 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:04 smithi045 bash[25828]: cluster 2023-11-17T07:05:03.128009+0000 mgr.smithi045.tkkiao (mgr.14182) 927 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:06 smithi045 bash[25828]: cluster 2023-11-17T07:05:05.129974+0000 mgr.smithi045.tkkiao (mgr.14182) 928 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:08 smithi045 bash[25828]: cluster 2023-11-17T07:05:07.131459+0000 mgr.smithi045.tkkiao (mgr.14182) 929 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:10 smithi045 bash[25828]: cluster 2023-11-17T07:05:09.133291+0000 mgr.smithi045.tkkiao (mgr.14182) 930 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:12 smithi045 bash[25828]: cluster 2023-11-17T07:05:11.134800+0000 mgr.smithi045.tkkiao (mgr.14182) 931 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:14 smithi045 bash[25828]: cluster 2023-11-17T07:05:13.136574+0000 mgr.smithi045.tkkiao (mgr.14182) 932 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:16 smithi045 bash[25828]: cluster 2023-11-17T07:05:15.138713+0000 mgr.smithi045.tkkiao (mgr.14182) 933 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:18 smithi045 bash[25828]: cluster 2023-11-17T07:05:17.140328+0000 mgr.smithi045.tkkiao (mgr.14182) 934 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:20 smithi045 bash[25828]: cluster 2023-11-17T07:05:19.142157+0000 mgr.smithi045.tkkiao (mgr.14182) 935 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:22 smithi045 bash[25828]: cluster 2023-11-17T07:05:21.143638+0000 mgr.smithi045.tkkiao (mgr.14182) 936 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:24 smithi045 bash[25828]: cluster 2023-11-17T07:05:23.145393+0000 mgr.smithi045.tkkiao (mgr.14182) 937 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:26 smithi045 bash[25828]: cluster 2023-11-17T07:05:25.147436+0000 mgr.smithi045.tkkiao (mgr.14182) 938 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:28 smithi045 bash[25828]: cluster 2023-11-17T07:05:27.149064+0000 mgr.smithi045.tkkiao (mgr.14182) 939 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:30 smithi045 bash[25828]: cluster 2023-11-17T07:05:29.151063+0000 mgr.smithi045.tkkiao (mgr.14182) 940 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:32 smithi045 bash[25828]: cluster 2023-11-17T07:05:31.152568+0000 mgr.smithi045.tkkiao (mgr.14182) 941 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:34 smithi045 bash[25828]: cluster 2023-11-17T07:05:33.154280+0000 mgr.smithi045.tkkiao (mgr.14182) 942 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:02 smithi105 bash[28427]: cluster 2023-11-17T07:04:01.278742+0000 mgr.smithi045.tkkiao (mgr.14182) 885 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:04 smithi105 bash[28427]: cluster 2023-11-17T07:04:03.280689+0000 mgr.smithi045.tkkiao (mgr.14182) 886 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:06 smithi105 bash[28427]: cluster 2023-11-17T07:04:05.282305+0000 mgr.smithi045.tkkiao (mgr.14182) 887 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:08 smithi105 bash[28427]: cluster 2023-11-17T07:04:07.283813+0000 mgr.smithi045.tkkiao (mgr.14182) 888 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:10 smithi105 bash[28427]: cluster 2023-11-17T07:04:09.285734+0000 mgr.smithi045.tkkiao (mgr.14182) 889 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:12 smithi105 bash[28427]: cluster 2023-11-17T07:04:11.287166+0000 mgr.smithi045.tkkiao (mgr.14182) 890 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:14 smithi105 bash[28427]: cluster 2023-11-17T07:04:13.289098+0000 mgr.smithi045.tkkiao (mgr.14182) 891 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:16 smithi105 bash[28427]: cluster 2023-11-17T07:04:15.290599+0000 mgr.smithi045.tkkiao (mgr.14182) 892 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:18 smithi105 bash[28427]: cluster 2023-11-17T07:04:17.292232+0000 mgr.smithi045.tkkiao (mgr.14182) 893 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:20 smithi105 bash[28427]: cluster 2023-11-17T07:04:19.294294+0000 mgr.smithi045.tkkiao (mgr.14182) 894 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:22 smithi105 bash[28427]: cluster 2023-11-17T07:04:21.295697+0000 mgr.smithi045.tkkiao (mgr.14182) 895 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:24 smithi105 bash[28427]: cluster 2023-11-17T07:04:23.297589+0000 mgr.smithi045.tkkiao (mgr.14182) 896 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:26 smithi105 bash[28427]: cluster 2023-11-17T07:04:25.299065+0000 mgr.smithi045.tkkiao (mgr.14182) 897 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:28 smithi105 bash[28427]: cluster 2023-11-17T07:04:27.300695+0000 mgr.smithi045.tkkiao (mgr.14182) 898 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:30 smithi105 bash[28427]: cluster 2023-11-17T07:04:29.302726+0000 mgr.smithi045.tkkiao (mgr.14182) 899 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:32 smithi105 bash[28427]: cluster 2023-11-17T07:04:31.304119+0000 mgr.smithi045.tkkiao (mgr.14182) 900 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:33 smithi105 bash[28427]: audit 2023-11-17T07:04:33.256222+0000 mon.smithi045 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:33 smithi105 bash[28427]: audit 2023-11-17T07:04:33.577327+0000 mon.smithi045 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:34 smithi105 bash[28427]: cluster 2023-11-17T07:04:33.306130+0000 mgr.smithi045.tkkiao (mgr.14182) 901 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:36 smithi105 bash[28427]: cluster 2023-11-17T07:04:35.307601+0000 mgr.smithi045.tkkiao (mgr.14182) 902 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:38 smithi105 bash[28427]: cluster 2023-11-17T07:04:37.309070+0000 mgr.smithi045.tkkiao (mgr.14182) 903 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: audit 2023-11-17T07:04:39.186570+0000 mon.smithi045 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: cluster 2023-11-17T07:04:39.311057+0000 mgr.smithi045.tkkiao (mgr.14182) 904 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: audit 2023-11-17T07:04:39.479019+0000 mon.smithi045 (mon.0) 863 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: audit 2023-11-17T07:04:39.481056+0000 mon.smithi045 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: audit 2023-11-17T07:04:39.491671+0000 mon.smithi045 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: cluster 2023-11-17T07:04:39.492966+0000 mgr.smithi045.tkkiao (mgr.14182) 905 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: audit 2023-11-17T07:04:39.500653+0000 mon.smithi045 (mon.0) 866 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: audit 2023-11-17T07:04:39.516544+0000 mon.smithi045 (mon.0) 867 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:40 smithi105 bash[28427]: cephadm 2023-11-17T07:04:39.520638+0000 mgr.smithi045.tkkiao (mgr.14182) 906 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pzshup on smithi105 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:41 smithi105 bash[28427]: cluster 2023-11-17T07:04:40.182072+0000 mon.smithi045 (mon.0) 868 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:41 smithi105 bash[28427]: cluster 2023-11-17T07:04:40.182142+0000 mon.smithi045 (mon.0) 869 : cluster [INF] Cluster is now healthy 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:42 smithi105 bash[28427]: cluster 2023-11-17T07:04:41.494101+0000 mgr.smithi045.tkkiao (mgr.14182) 907 : 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 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:43 smithi105 bash[28427]: audit 2023-11-17T07:04:43.341109+0000 mon.smithi045 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pzshup"}]: dispatch 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: cephadm 2023-11-17T07:04:43.339977+0000 mgr.smithi045.tkkiao (mgr.14182) 908 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.pzshup ... 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.pzshup ... 2023-11-17T07:05:37.341 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.341 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: cephadm 2023-11-17T07:04:43.340501+0000 mgr.smithi045.tkkiao (mgr.14182) 909 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: cephadm 2023-11-17T07:04:43.343052+0000 mgr.smithi045.tkkiao (mgr.14182) 910 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pzshup on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.342 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.pzshup ... 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: cephadm 2023-11-17T07:04:43.348385+0000 mgr.smithi045.tkkiao (mgr.14182) 911 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.qjnjrm on smithi045 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:44 smithi105 bash[28427]: cluster 2023-11-17T07:04:43.495741+0000 mgr.smithi045.tkkiao (mgr.14182) 912 : 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 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:45 smithi105 bash[28427]: audit 2023-11-17T07:04:44.694133+0000 mon.smithi045 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.360 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:46 smithi105 bash[28427]: cluster 2023-11-17T07:04:45.497039+0000 mgr.smithi045.tkkiao (mgr.14182) 913 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:47 smithi105 bash[28427]: audit 2023-11-17T07:04:47.102493+0000 mon.smithi045 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.qjnjrm"}]: dispatch 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: cephadm 2023-11-17T07:04:47.101106+0000 mgr.smithi045.tkkiao (mgr.14182) 914 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.qjnjrm ... 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.361 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.362 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.362 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:05:37.362 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:37.362 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:05:37.362 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:37.362 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:05:37.362 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.363 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.363 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.363 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.363 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.qjnjrm ... 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: cephadm 2023-11-17T07:04:47.101698+0000 mgr.smithi045.tkkiao (mgr.14182) 915 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: cephadm 2023-11-17T07:04:47.104090+0000 mgr.smithi045.tkkiao (mgr.14182) 916 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.qjnjrm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.364 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.qjnjrm ... 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: cephadm 2023-11-17T07:04:47.108676+0000 mgr.smithi045.tkkiao (mgr.14182) 917 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.stsmer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: cephadm 2023-11-17T07:04:47.112689+0000 mgr.smithi045.tkkiao (mgr.14182) 918 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: cluster 2023-11-17T07:04:47.114159+0000 mgr.smithi045.tkkiao (mgr.14182) 919 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: cluster 2023-11-17T07:04:47.883289+0000 mon.smithi045 (mon.0) 873 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:48 smithi105 bash[28427]: audit 2023-11-17T07:04:48.152257+0000 mon.smithi045 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:50 smithi105 bash[28427]: cluster 2023-11-17T07:04:49.115872+0000 mgr.smithi045.tkkiao (mgr.14182) 920 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T07:05:37.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:52 smithi105 bash[28427]: cluster 2023-11-17T07:04:51.117383+0000 mgr.smithi045.tkkiao (mgr.14182) 921 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:05:37.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:54 smithi105 bash[28427]: cluster 2023-11-17T07:04:53.119187+0000 mgr.smithi045.tkkiao (mgr.14182) 922 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:05:37.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:56 smithi105 bash[28427]: cluster 2023-11-17T07:04:55.121304+0000 mgr.smithi045.tkkiao (mgr.14182) 923 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-17T07:05:37.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:04:58 smithi105 bash[28427]: cluster 2023-11-17T07:04:57.122817+0000 mgr.smithi045.tkkiao (mgr.14182) 924 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:05:37.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:00 smithi105 bash[28427]: cluster 2023-11-17T07:04:59.124743+0000 mgr.smithi045.tkkiao (mgr.14182) 925 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:00 smithi105 bash[28427]: audit 2023-11-17T07:04:59.694736+0000 mon.smithi045 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:37.370 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:02 smithi105 bash[28427]: cluster 2023-11-17T07:05:01.126330+0000 mgr.smithi045.tkkiao (mgr.14182) 926 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.370 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:04 smithi105 bash[28427]: cluster 2023-11-17T07:05:03.128009+0000 mgr.smithi045.tkkiao (mgr.14182) 927 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.370 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:06 smithi105 bash[28427]: cluster 2023-11-17T07:05:05.129974+0000 mgr.smithi045.tkkiao (mgr.14182) 928 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.370 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:08 smithi105 bash[28427]: cluster 2023-11-17T07:05:07.131459+0000 mgr.smithi045.tkkiao (mgr.14182) 929 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.370 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:10 smithi105 bash[28427]: cluster 2023-11-17T07:05:09.133291+0000 mgr.smithi045.tkkiao (mgr.14182) 930 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:12 smithi105 bash[28427]: cluster 2023-11-17T07:05:11.134800+0000 mgr.smithi045.tkkiao (mgr.14182) 931 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:14 smithi105 bash[28427]: cluster 2023-11-17T07:05:13.136574+0000 mgr.smithi045.tkkiao (mgr.14182) 932 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:16 smithi105 bash[28427]: cluster 2023-11-17T07:05:15.138713+0000 mgr.smithi045.tkkiao (mgr.14182) 933 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:18 smithi105 bash[28427]: cluster 2023-11-17T07:05:17.140328+0000 mgr.smithi045.tkkiao (mgr.14182) 934 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:20 smithi105 bash[28427]: cluster 2023-11-17T07:05:19.142157+0000 mgr.smithi045.tkkiao (mgr.14182) 935 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:22 smithi105 bash[28427]: cluster 2023-11-17T07:05:21.143638+0000 mgr.smithi045.tkkiao (mgr.14182) 936 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:24 smithi105 bash[28427]: cluster 2023-11-17T07:05:23.145393+0000 mgr.smithi045.tkkiao (mgr.14182) 937 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:26 smithi105 bash[28427]: cluster 2023-11-17T07:05:25.147436+0000 mgr.smithi045.tkkiao (mgr.14182) 938 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:28 smithi105 bash[28427]: cluster 2023-11-17T07:05:27.149064+0000 mgr.smithi045.tkkiao (mgr.14182) 939 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:30 smithi105 bash[28427]: cluster 2023-11-17T07:05:29.151063+0000 mgr.smithi045.tkkiao (mgr.14182) 940 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:32 smithi105 bash[28427]: cluster 2023-11-17T07:05:31.152568+0000 mgr.smithi045.tkkiao (mgr.14182) 941 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:35 smithi105 bash[28427]: cluster 2023-11-17T07:05:33.154280+0000 mgr.smithi045.tkkiao (mgr.14182) 942 : 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 2023-11-17T07:05:37.396 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:37 smithi045 bash[25828]: cluster 2023-11-17T07:05:35.156312+0000 mgr.smithi045.tkkiao (mgr.14182) 943 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:37.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:37 smithi105 bash[28427]: cluster 2023-11-17T07:05:35.156312+0000 mgr.smithi045.tkkiao (mgr.14182) 943 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:39.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:39 smithi045 bash[25828]: cluster 2023-11-17T07:05:37.157888+0000 mgr.smithi045.tkkiao (mgr.14182) 944 : 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 2023-11-17T07:05:39.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:39 smithi105 bash[28427]: cluster 2023-11-17T07:05:37.157888+0000 mgr.smithi045.tkkiao (mgr.14182) 944 : 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 2023-11-17T07:05:40.387 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:05:40.387 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:03:33.252541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zjfrxl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:04:43.342726Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pzshup on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup\nDeploy daemon haproxy.nfs.foo.smithi105.pzshup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:04:47.103814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qjnjrm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm\nDeploy daemon haproxy.nfs.foo.smithi045.qjnjrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:04:47.108415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.stsmer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:05:40.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:41.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:41 smithi045 bash[25828]: cluster 2023-11-17T07:05:39.160082+0000 mgr.smithi045.tkkiao (mgr.14182) 945 : 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 2023-11-17T07:05:41.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:41 smithi105 bash[28427]: cluster 2023-11-17T07:05:39.160082+0000 mgr.smithi045.tkkiao (mgr.14182) 945 : 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 2023-11-17T07:05:41.950 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:42.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:42 smithi045 bash[25828]: audit 2023-11-17T07:05:40.369673+0000 mgr.smithi045.tkkiao (mgr.14182) 946 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:42.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:42 smithi105 bash[28427]: audit 2023-11-17T07:05:40.369673+0000 mgr.smithi045.tkkiao (mgr.14182) 946 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:43.239 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:43 smithi045 bash[25828]: cluster 2023-11-17T07:05:41.161696+0000 mgr.smithi045.tkkiao (mgr.14182) 947 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:43.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:43 smithi105 bash[28427]: cluster 2023-11-17T07:05:41.161696+0000 mgr.smithi045.tkkiao (mgr.14182) 947 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:44.913 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:05:44.913 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:03:33.252541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zjfrxl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:04:43.342726Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pzshup on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup\nDeploy daemon haproxy.nfs.foo.smithi105.pzshup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:04:47.103814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qjnjrm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm\nDeploy daemon haproxy.nfs.foo.smithi045.qjnjrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:04:47.108415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.stsmer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:05:45.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:45 smithi045 bash[25828]: cluster 2023-11-17T07:05:43.162778+0000 mgr.smithi045.tkkiao (mgr.14182) 948 : 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 2023-11-17T07:05:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:45 smithi105 bash[28427]: cluster 2023-11-17T07:05:43.162778+0000 mgr.smithi045.tkkiao (mgr.14182) 948 : 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 2023-11-17T07:05:45.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:46.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:46 smithi045 bash[25828]: audit 2023-11-17T07:05:44.899039+0000 mgr.smithi045.tkkiao (mgr.14182) 949 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:46.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:46 smithi105 bash[28427]: audit 2023-11-17T07:05:44.899039+0000 mgr.smithi045.tkkiao (mgr.14182) 949 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:46.531 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:47.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:47 smithi045 bash[25828]: cluster 2023-11-17T07:05:45.164702+0000 mgr.smithi045.tkkiao (mgr.14182) 950 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:47.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:47 smithi105 bash[28427]: cluster 2023-11-17T07:05:45.164702+0000 mgr.smithi045.tkkiao (mgr.14182) 950 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:05:48.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:48 smithi045 bash[25828]: audit 2023-11-17T07:05:47.116495+0000 mon.smithi045 (mon.0) 876 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:05:48.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:48 smithi045 bash[25828]: audit 2023-11-17T07:05:47.422725+0000 mon.smithi045 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:48.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:48 smithi045 bash[25828]: audit 2023-11-17T07:05:47.722492+0000 mon.smithi045 (mon.0) 878 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:05:48.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:48 smithi045 bash[25828]: audit 2023-11-17T07:05:47.724478+0000 mon.smithi045 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:05:48.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:48 smithi045 bash[25828]: audit 2023-11-17T07:05:47.735363+0000 mon.smithi045 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:48.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:48 smithi045 bash[25828]: audit 2023-11-17T07:05:47.746538+0000 mon.smithi045 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:05:48.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:48 smithi045 bash[25828]: audit 2023-11-17T07:05:47.761766+0000 mon.smithi045 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:48.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:48 smithi105 bash[28427]: audit 2023-11-17T07:05:47.116495+0000 mon.smithi045 (mon.0) 876 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:05:48.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:48 smithi105 bash[28427]: audit 2023-11-17T07:05:47.422725+0000 mon.smithi045 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:48.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:48 smithi105 bash[28427]: audit 2023-11-17T07:05:47.722492+0000 mon.smithi045 (mon.0) 878 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:05:48.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:48 smithi105 bash[28427]: audit 2023-11-17T07:05:47.724478+0000 mon.smithi045 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:05:48.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:48 smithi105 bash[28427]: audit 2023-11-17T07:05:47.735363+0000 mon.smithi045 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:48.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:48 smithi105 bash[28427]: audit 2023-11-17T07:05:47.746538+0000 mon.smithi045 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:05:48.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:48 smithi105 bash[28427]: audit 2023-11-17T07:05:47.761766+0000 mon.smithi045 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:49.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:49 smithi045 bash[25828]: cluster 2023-11-17T07:05:47.166186+0000 mgr.smithi045.tkkiao (mgr.14182) 951 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:49.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:49 smithi045 bash[25828]: cluster 2023-11-17T07:05:47.736328+0000 mgr.smithi045.tkkiao (mgr.14182) 952 : 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 2023-11-17T07:05:49.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:49 smithi045 bash[25828]: cephadm 2023-11-17T07:05:47.768605+0000 mgr.smithi045.tkkiao (mgr.14182) 953 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.awybnc on smithi105 2023-11-17T07:05:49.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:49 smithi045 bash[25828]: cluster 2023-11-17T07:05:48.045888+0000 mon.smithi045 (mon.0) 883 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:05:49.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:49 smithi045 bash[25828]: cluster 2023-11-17T07:05:48.045958+0000 mon.smithi045 (mon.0) 884 : cluster [INF] Cluster is now healthy 2023-11-17T07:05:49.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:49 smithi105 bash[28427]: cluster 2023-11-17T07:05:47.166186+0000 mgr.smithi045.tkkiao (mgr.14182) 951 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:49.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:49 smithi105 bash[28427]: cluster 2023-11-17T07:05:47.736328+0000 mgr.smithi045.tkkiao (mgr.14182) 952 : 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 2023-11-17T07:05:49.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:49 smithi105 bash[28427]: cephadm 2023-11-17T07:05:47.768605+0000 mgr.smithi045.tkkiao (mgr.14182) 953 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.awybnc on smithi105 2023-11-17T07:05:49.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:49 smithi105 bash[28427]: cluster 2023-11-17T07:05:48.045888+0000 mon.smithi045 (mon.0) 883 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:05:49.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:49 smithi105 bash[28427]: cluster 2023-11-17T07:05:48.045958+0000 mon.smithi045 (mon.0) 884 : cluster [INF] Cluster is now healthy 2023-11-17T07:05:49.588 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:05:49.589 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:03:33.252541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zjfrxl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:04:43.342726Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pzshup on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup\nDeploy daemon haproxy.nfs.foo.smithi105.pzshup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:04:47.103814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qjnjrm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm\nDeploy daemon haproxy.nfs.foo.smithi045.qjnjrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:04:47.108415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.stsmer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:05:50.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:51.174 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:51.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:51 smithi045 bash[25828]: audit 2023-11-17T07:05:49.572696+0000 mgr.smithi045.tkkiao (mgr.14182) 954 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:51.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:51 smithi045 bash[25828]: cluster 2023-11-17T07:05:49.737497+0000 mgr.smithi045.tkkiao (mgr.14182) 955 : 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 2023-11-17T07:05:51.383 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:51 smithi105 bash[28427]: audit 2023-11-17T07:05:49.572696+0000 mgr.smithi045.tkkiao (mgr.14182) 954 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:51.383 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:51 smithi105 bash[28427]: cluster 2023-11-17T07:05:49.737497+0000 mgr.smithi045.tkkiao (mgr.14182) 955 : 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 2023-11-17T07:05:52.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:52 smithi045 bash[25828]: audit 2023-11-17T07:05:51.823247+0000 mon.smithi045 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.awybnc"}]: dispatch 2023-11-17T07:05:52.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:52 smithi105 bash[28427]: audit 2023-11-17T07:05:51.823247+0000 mon.smithi045 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.awybnc"}]: dispatch 2023-11-17T07:05:53.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: cluster 2023-11-17T07:05:51.738389+0000 mgr.smithi045.tkkiao (mgr.14182) 956 : 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 2023-11-17T07:05:53.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: cephadm 2023-11-17T07:05:51.822247+0000 mgr.smithi045.tkkiao (mgr.14182) 957 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:53.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:53.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.awybnc ... 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.awybnc ... 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: cephadm 2023-11-17T07:05:51.822761+0000 mgr.smithi045.tkkiao (mgr.14182) 958 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: cephadm 2023-11-17T07:05:51.824819+0000 mgr.smithi045.tkkiao (mgr.14182) 959 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.awybnc ... 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:53.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:53.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:53.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:53 smithi045 bash[25828]: cephadm 2023-11-17T07:05:51.829779+0000 mgr.smithi045.tkkiao (mgr.14182) 960 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.ecemis on smithi045 2023-11-17T07:05:53.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: cluster 2023-11-17T07:05:51.738389+0000 mgr.smithi045.tkkiao (mgr.14182) 956 : 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 2023-11-17T07:05:53.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: cephadm 2023-11-17T07:05:51.822247+0000 mgr.smithi045.tkkiao (mgr.14182) 957 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:53.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:53.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.awybnc ... 2023-11-17T07:05:53.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:53.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:53.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:53.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:05:53.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:53.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:05:53.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:53.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:05:53.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:53.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:53.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.awybnc ... 2023-11-17T07:05:53.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: cephadm 2023-11-17T07:05:51.822761+0000 mgr.smithi045.tkkiao (mgr.14182) 958 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: cephadm 2023-11-17T07:05:51.824819+0000 mgr.smithi045.tkkiao (mgr.14182) 959 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:53.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc 2023-11-17T07:05:53.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.awybnc ... 2023-11-17T07:05:53.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:53.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:53.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:53.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:53.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:53 smithi105 bash[28427]: cephadm 2023-11-17T07:05:51.829779+0000 mgr.smithi045.tkkiao (mgr.14182) 960 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.ecemis on smithi045 2023-11-17T07:05:54.387 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:05:54.387 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:43.342726Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pzshup on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-pzshup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.pzshup\nDeploy daemon haproxy.nfs.foo.smithi105.pzshup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:04:47.103814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.qjnjrm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-qjnjrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.qjnjrm\nDeploy daemon haproxy.nfs.foo.smithi045.qjnjrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:04:47.108415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.stsmer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:05:54.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:55.226 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:55 smithi045 bash[25828]: cluster 2023-11-17T07:05:53.740304+0000 mgr.smithi045.tkkiao (mgr.14182) 961 : 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 2023-11-17T07:05:55.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:55 smithi105 bash[28427]: cluster 2023-11-17T07:05:53.740304+0000 mgr.smithi045.tkkiao (mgr.14182) 961 : 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 2023-11-17T07:05:55.922 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:56.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:56 smithi045 bash[25828]: audit 2023-11-17T07:05:54.374214+0000 mgr.smithi045.tkkiao (mgr.14182) 962 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:56.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:56 smithi045 bash[25828]: audit 2023-11-17T07:05:55.588048+0000 mon.smithi045 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.ecemis"}]: dispatch 2023-11-17T07:05:56.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:56 smithi105 bash[28427]: audit 2023-11-17T07:05:54.374214+0000 mgr.smithi045.tkkiao (mgr.14182) 962 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:56.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:56 smithi105 bash[28427]: audit 2023-11-17T07:05:55.588048+0000 mon.smithi045 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.ecemis"}]: dispatch 2023-11-17T07:05:57.402 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: cephadm 2023-11-17T07:05:55.586824+0000 mgr.smithi045.tkkiao (mgr.14182) 963 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.402 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:57.402 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.402 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.402 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:57.402 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.402 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ecemis ... 2023-11-17T07:05:57.402 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:57.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ecemis ... 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: cephadm 2023-11-17T07:05:55.587370+0000 mgr.smithi045.tkkiao (mgr.14182) 964 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: cephadm 2023-11-17T07:05:55.589565+0000 mgr.smithi045.tkkiao (mgr.14182) 965 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ecemis ... 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: cephadm 2023-11-17T07:05:55.592808+0000 mgr.smithi045.tkkiao (mgr.14182) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:05:57.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: cephadm 2023-11-17T07:05:55.595288+0000 mgr.smithi045.tkkiao (mgr.14182) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:05:57.406 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: cluster 2023-11-17T07:05:55.597277+0000 mgr.smithi045.tkkiao (mgr.14182) 968 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T07:05:57.406 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:57 smithi045 bash[25828]: cluster 2023-11-17T07:05:56.075078+0000 mon.smithi045 (mon.0) 887 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:05:57.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: cephadm 2023-11-17T07:05:55.586824+0000 mgr.smithi045.tkkiao (mgr.14182) 963 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:57.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ecemis ... 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:05:57.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ecemis ... 2023-11-17T07:05:57.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:57.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:57.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:57.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: cephadm 2023-11-17T07:05:55.587370+0000 mgr.smithi045.tkkiao (mgr.14182) 964 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: cephadm 2023-11-17T07:05:55.589565+0000 mgr.smithi045.tkkiao (mgr.14182) 965 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:57.409 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ecemis ... 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: cephadm 2023-11-17T07:05:55.592808+0000 mgr.smithi045.tkkiao (mgr.14182) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: cephadm 2023-11-17T07:05:55.595288+0000 mgr.smithi045.tkkiao (mgr.14182) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:05:57.410 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: cluster 2023-11-17T07:05:55.597277+0000 mgr.smithi045.tkkiao (mgr.14182) 968 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T07:05:57.411 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:57 smithi105 bash[28427]: cluster 2023-11-17T07:05:56.075078+0000 mon.smithi045 (mon.0) 887 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:05:59.104 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:05:59.104 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:05:59.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:59 smithi105 bash[28427]: cluster 2023-11-17T07:05:57.598834+0000 mgr.smithi045.tkkiao (mgr.14182) 969 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T07:05:59.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:05:59 smithi105 bash[28427]: audit 2023-11-17T07:05:58.211270+0000 mon.smithi045 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:59.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:59 smithi045 bash[25828]: cluster 2023-11-17T07:05:57.598834+0000 mgr.smithi045.tkkiao (mgr.14182) 969 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-17T07:05:59.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:05:59 smithi045 bash[25828]: audit 2023-11-17T07:05:58.211270+0000 mon.smithi045 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:05:59.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:00 smithi105 bash[28427]: audit 2023-11-17T07:05:59.087313+0000 mgr.smithi045.tkkiao (mgr.14182) 970 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:00.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:00 smithi045 bash[25828]: audit 2023-11-17T07:05:59.087313+0000 mgr.smithi045.tkkiao (mgr.14182) 970 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:00.693 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:01.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:01 smithi105 bash[28427]: cluster 2023-11-17T07:05:59.600851+0000 mgr.smithi045.tkkiao (mgr.14182) 971 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:06:01.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:01 smithi045 bash[25828]: cluster 2023-11-17T07:05:59.600851+0000 mgr.smithi045.tkkiao (mgr.14182) 971 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:06:03.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:03 smithi105 bash[28427]: cluster 2023-11-17T07:06:01.602513+0000 mgr.smithi045.tkkiao (mgr.14182) 972 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:06:03.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:03 smithi045 bash[25828]: cluster 2023-11-17T07:06:01.602513+0000 mgr.smithi045.tkkiao (mgr.14182) 972 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:06:03.712 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:03.712 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:04.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:04.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:04 smithi105 bash[28427]: cluster 2023-11-17T07:06:03.604171+0000 mgr.smithi045.tkkiao (mgr.14182) 973 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:06:04.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:04 smithi105 bash[28427]: audit 2023-11-17T07:06:03.696753+0000 mgr.smithi045.tkkiao (mgr.14182) 974 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:04.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:04 smithi045 bash[25828]: cluster 2023-11-17T07:06:03.604171+0000 mgr.smithi045.tkkiao (mgr.14182) 973 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:06:04.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:04 smithi045 bash[25828]: audit 2023-11-17T07:06:03.696753+0000 mgr.smithi045.tkkiao (mgr.14182) 974 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:05.277 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:07.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:06 smithi045 bash[25828]: cluster 2023-11-17T07:06:05.605686+0000 mgr.smithi045.tkkiao (mgr.14182) 975 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T07:06:07.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:06 smithi105 bash[28427]: cluster 2023-11-17T07:06:05.605686+0000 mgr.smithi045.tkkiao (mgr.14182) 975 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T07:06:08.434 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:08.435 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:09.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:09.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:08 smithi045 bash[25828]: cluster 2023-11-17T07:06:07.607278+0000 mgr.smithi045.tkkiao (mgr.14182) 976 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:09.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:08 smithi105 bash[28427]: cluster 2023-11-17T07:06:07.607278+0000 mgr.smithi045.tkkiao (mgr.14182) 976 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:10.033 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:10.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:09 smithi045 bash[25828]: audit 2023-11-17T07:06:08.416177+0000 mgr.smithi045.tkkiao (mgr.14182) 977 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:10.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:09 smithi105 bash[28427]: audit 2023-11-17T07:06:08.416177+0000 mgr.smithi045.tkkiao (mgr.14182) 977 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:11.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:10 smithi045 bash[25828]: cluster 2023-11-17T07:06:09.609324+0000 mgr.smithi045.tkkiao (mgr.14182) 978 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:11.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:10 smithi105 bash[28427]: cluster 2023-11-17T07:06:09.609324+0000 mgr.smithi045.tkkiao (mgr.14182) 978 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:12.835 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:12.836 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:13.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:12 smithi045 bash[25828]: cluster 2023-11-17T07:06:11.610908+0000 mgr.smithi045.tkkiao (mgr.14182) 979 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:13.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:12 smithi105 bash[28427]: cluster 2023-11-17T07:06:11.610908+0000 mgr.smithi045.tkkiao (mgr.14182) 979 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:13.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:14.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:13 smithi045 bash[25828]: audit 2023-11-17T07:06:12.818489+0000 mgr.smithi045.tkkiao (mgr.14182) 980 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:14.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:13 smithi105 bash[28427]: audit 2023-11-17T07:06:12.818489+0000 mgr.smithi045.tkkiao (mgr.14182) 980 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:14.430 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:15.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:14 smithi045 bash[25828]: cluster 2023-11-17T07:06:13.612708+0000 mgr.smithi045.tkkiao (mgr.14182) 981 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:15.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:14 smithi105 bash[28427]: cluster 2023-11-17T07:06:13.612708+0000 mgr.smithi045.tkkiao (mgr.14182) 981 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:17.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:16 smithi045 bash[25828]: cluster 2023-11-17T07:06:15.614307+0000 mgr.smithi045.tkkiao (mgr.14182) 982 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:06:17.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:16 smithi105 bash[28427]: cluster 2023-11-17T07:06:15.614307+0000 mgr.smithi045.tkkiao (mgr.14182) 982 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:06:17.549 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:17.549 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:18.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:19.114 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:19.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:18 smithi045 bash[25828]: audit 2023-11-17T07:06:17.533568+0000 mgr.smithi045.tkkiao (mgr.14182) 983 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:19.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:18 smithi045 bash[25828]: cluster 2023-11-17T07:06:17.616397+0000 mgr.smithi045.tkkiao (mgr.14182) 984 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:19.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:18 smithi105 bash[28427]: audit 2023-11-17T07:06:17.533568+0000 mgr.smithi045.tkkiao (mgr.14182) 983 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:19.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:18 smithi105 bash[28427]: cluster 2023-11-17T07:06:17.616397+0000 mgr.smithi045.tkkiao (mgr.14182) 984 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:21.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:20 smithi045 bash[25828]: cluster 2023-11-17T07:06:19.618465+0000 mgr.smithi045.tkkiao (mgr.14182) 985 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:21.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:20 smithi105 bash[28427]: cluster 2023-11-17T07:06:19.618465+0000 mgr.smithi045.tkkiao (mgr.14182) 985 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:22.132 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:22.132 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:22.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:23.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:22 smithi045 bash[25828]: cluster 2023-11-17T07:06:21.619891+0000 mgr.smithi045.tkkiao (mgr.14182) 986 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:23.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:22 smithi105 bash[28427]: cluster 2023-11-17T07:06:21.619891+0000 mgr.smithi045.tkkiao (mgr.14182) 986 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:23.690 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:24.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:23 smithi105 bash[28427]: audit 2023-11-17T07:06:22.114012+0000 mgr.smithi045.tkkiao (mgr.14182) 987 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:24.471 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:23 smithi045 bash[25828]: audit 2023-11-17T07:06:22.114012+0000 mgr.smithi045.tkkiao (mgr.14182) 987 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:25.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:24 smithi045 bash[25828]: cluster 2023-11-17T07:06:23.621632+0000 mgr.smithi045.tkkiao (mgr.14182) 988 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:25.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:24 smithi105 bash[28427]: cluster 2023-11-17T07:06:23.621632+0000 mgr.smithi045.tkkiao (mgr.14182) 988 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:26.808 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:26.808 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:27.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:26 smithi045 bash[25828]: cluster 2023-11-17T07:06:25.623080+0000 mgr.smithi045.tkkiao (mgr.14182) 989 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:06:27.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:27.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:26 smithi105 bash[28427]: cluster 2023-11-17T07:06:25.623080+0000 mgr.smithi045.tkkiao (mgr.14182) 989 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:06:28.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:28 smithi045 bash[25828]: audit 2023-11-17T07:06:26.797761+0000 mgr.smithi045.tkkiao (mgr.14182) 990 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:28.376 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:28.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:28 smithi105 bash[28427]: audit 2023-11-17T07:06:26.797761+0000 mgr.smithi045.tkkiao (mgr.14182) 990 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:29.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:29 smithi045 bash[25828]: cluster 2023-11-17T07:06:27.624593+0000 mgr.smithi045.tkkiao (mgr.14182) 991 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:29 smithi105 bash[28427]: cluster 2023-11-17T07:06:27.624593+0000 mgr.smithi045.tkkiao (mgr.14182) 991 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:31.327 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:31.327 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:31.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:31 smithi045 bash[25828]: cluster 2023-11-17T07:06:29.626665+0000 mgr.smithi045.tkkiao (mgr.14182) 992 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:31.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:31 smithi105 bash[28427]: cluster 2023-11-17T07:06:29.626665+0000 mgr.smithi045.tkkiao (mgr.14182) 992 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:31.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:32.880 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:33.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:33 smithi045 bash[25828]: audit 2023-11-17T07:06:31.315903+0000 mgr.smithi045.tkkiao (mgr.14182) 993 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:33.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:33 smithi045 bash[25828]: cluster 2023-11-17T07:06:31.628410+0000 mgr.smithi045.tkkiao (mgr.14182) 994 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:33.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:33 smithi105 bash[28427]: audit 2023-11-17T07:06:31.315903+0000 mgr.smithi045.tkkiao (mgr.14182) 993 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:33.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:33 smithi105 bash[28427]: cluster 2023-11-17T07:06:31.628410+0000 mgr.smithi045.tkkiao (mgr.14182) 994 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:35.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:35 smithi045 bash[25828]: cluster 2023-11-17T07:06:33.630257+0000 mgr.smithi045.tkkiao (mgr.14182) 995 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:35.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:35 smithi105 bash[28427]: cluster 2023-11-17T07:06:33.630257+0000 mgr.smithi045.tkkiao (mgr.14182) 995 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:35.685 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:35.685 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:36.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:37.290 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:37 smithi045 bash[25828]: cluster 2023-11-17T07:06:35.631697+0000 mgr.smithi045.tkkiao (mgr.14182) 996 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:06:37.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:37 smithi045 bash[25828]: audit 2023-11-17T07:06:35.675590+0000 mgr.smithi045.tkkiao (mgr.14182) 997 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:37.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:37 smithi105 bash[28427]: cluster 2023-11-17T07:06:35.631697+0000 mgr.smithi045.tkkiao (mgr.14182) 996 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:06:37.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:37 smithi105 bash[28427]: audit 2023-11-17T07:06:35.675590+0000 mgr.smithi045.tkkiao (mgr.14182) 997 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:39.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:39 smithi045 bash[25828]: cluster 2023-11-17T07:06:37.633239+0000 mgr.smithi045.tkkiao (mgr.14182) 998 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:39.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:39 smithi105 bash[28427]: cluster 2023-11-17T07:06:37.633239+0000 mgr.smithi045.tkkiao (mgr.14182) 998 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:40.423 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:40.424 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:40.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:41.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:41 smithi045 bash[25828]: cluster 2023-11-17T07:06:39.635304+0000 mgr.smithi045.tkkiao (mgr.14182) 999 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:41.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:41 smithi105 bash[28427]: cluster 2023-11-17T07:06:39.635304+0000 mgr.smithi045.tkkiao (mgr.14182) 999 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:41.997 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:42.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:42 smithi045 bash[25828]: audit 2023-11-17T07:06:40.408330+0000 mgr.smithi045.tkkiao (mgr.14182) 1000 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:42.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:42 smithi105 bash[28427]: audit 2023-11-17T07:06:40.408330+0000 mgr.smithi045.tkkiao (mgr.14182) 1000 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:43.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:43 smithi045 bash[25828]: cluster 2023-11-17T07:06:41.636915+0000 mgr.smithi045.tkkiao (mgr.14182) 1001 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:43 smithi105 bash[28427]: cluster 2023-11-17T07:06:41.636915+0000 mgr.smithi045.tkkiao (mgr.14182) 1001 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:44.950 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:44.950 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:45.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:45 smithi045 bash[25828]: cluster 2023-11-17T07:06:43.638708+0000 mgr.smithi045.tkkiao (mgr.14182) 1002 : 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 2023-11-17T07:06:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:45 smithi105 bash[28427]: cluster 2023-11-17T07:06:43.638708+0000 mgr.smithi045.tkkiao (mgr.14182) 1002 : 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 2023-11-17T07:06:45.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:46.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:46 smithi045 bash[25828]: audit 2023-11-17T07:06:44.932897+0000 mgr.smithi045.tkkiao (mgr.14182) 1003 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:46.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:46 smithi105 bash[28427]: audit 2023-11-17T07:06:44.932897+0000 mgr.smithi045.tkkiao (mgr.14182) 1003 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:46.560 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:47.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:47 smithi045 bash[25828]: cluster 2023-11-17T07:06:45.640221+0000 mgr.smithi045.tkkiao (mgr.14182) 1004 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:06:47.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:47 smithi105 bash[28427]: cluster 2023-11-17T07:06:45.640221+0000 mgr.smithi045.tkkiao (mgr.14182) 1004 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:06:49.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:49 smithi105 bash[28427]: cluster 2023-11-17T07:06:47.642015+0000 mgr.smithi045.tkkiao (mgr.14182) 1005 : 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 2023-11-17T07:06:49.567 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:49.567 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:49.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:49 smithi045 bash[25828]: cluster 2023-11-17T07:06:47.642015+0000 mgr.smithi045.tkkiao (mgr.14182) 1005 : 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 2023-11-17T07:06:50.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:51.198 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:51 smithi105 bash[28427]: audit 2023-11-17T07:06:49.555584+0000 mgr.smithi045.tkkiao (mgr.14182) 1006 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:51 smithi105 bash[28427]: cluster 2023-11-17T07:06:49.644233+0000 mgr.smithi045.tkkiao (mgr.14182) 1007 : 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 2023-11-17T07:06:51.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:51 smithi045 bash[25828]: audit 2023-11-17T07:06:49.555584+0000 mgr.smithi045.tkkiao (mgr.14182) 1006 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:51.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:51 smithi045 bash[25828]: cluster 2023-11-17T07:06:49.644233+0000 mgr.smithi045.tkkiao (mgr.14182) 1007 : 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 2023-11-17T07:06:53.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:53 smithi105 bash[28427]: cluster 2023-11-17T07:06:51.645833+0000 mgr.smithi045.tkkiao (mgr.14182) 1008 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:53.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:53 smithi045 bash[25828]: cluster 2023-11-17T07:06:51.645833+0000 mgr.smithi045.tkkiao (mgr.14182) 1008 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:54.194 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:06:54.195 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:06:54.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:55.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:55 smithi105 bash[28427]: cluster 2023-11-17T07:06:53.647640+0000 mgr.smithi045.tkkiao (mgr.14182) 1009 : 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 2023-11-17T07:06:55.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:55 smithi045 bash[25828]: cluster 2023-11-17T07:06:53.647640+0000 mgr.smithi045.tkkiao (mgr.14182) 1009 : 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 2023-11-17T07:06:55.758 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:56.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:56 smithi105 bash[28427]: audit 2023-11-17T07:06:54.181918+0000 mgr.smithi045.tkkiao (mgr.14182) 1010 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:56.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:56 smithi105 bash[28427]: audit 2023-11-17T07:06:55.599746+0000 mon.smithi045 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:06:56.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:56 smithi105 bash[28427]: audit 2023-11-17T07:06:55.928881+0000 mon.smithi045 (mon.0) 890 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:06:56.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:56 smithi105 bash[28427]: audit 2023-11-17T07:06:55.930455+0000 mon.smithi045 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:06:56.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:56 smithi105 bash[28427]: audit 2023-11-17T07:06:55.936153+0000 mon.smithi045 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:06:56.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:56 smithi105 bash[28427]: audit 2023-11-17T07:06:55.941208+0000 mon.smithi045 (mon.0) 893 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:06:56.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:56 smithi105 bash[28427]: audit 2023-11-17T07:06:55.954743+0000 mon.smithi045 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:06:56.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:56 smithi045 bash[25828]: audit 2023-11-17T07:06:54.181918+0000 mgr.smithi045.tkkiao (mgr.14182) 1010 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:56.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:56 smithi045 bash[25828]: audit 2023-11-17T07:06:55.599746+0000 mon.smithi045 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:06:56.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:56 smithi045 bash[25828]: audit 2023-11-17T07:06:55.928881+0000 mon.smithi045 (mon.0) 890 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:06:56.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:56 smithi045 bash[25828]: audit 2023-11-17T07:06:55.930455+0000 mon.smithi045 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:06:56.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:56 smithi045 bash[25828]: audit 2023-11-17T07:06:55.936153+0000 mon.smithi045 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:06:56.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:56 smithi045 bash[25828]: audit 2023-11-17T07:06:55.941208+0000 mon.smithi045 (mon.0) 893 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:06:56.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:56 smithi045 bash[25828]: audit 2023-11-17T07:06:55.954743+0000 mon.smithi045 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:06:57.191 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:57 smithi045 bash[25828]: cluster 2023-11-17T07:06:55.649112+0000 mgr.smithi045.tkkiao (mgr.14182) 1011 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:03.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:57 smithi045 bash[25828]: cluster 2023-11-17T07:06:55.936781+0000 mgr.smithi045.tkkiao (mgr.14182) 1012 : 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 2023-11-17T07:07:03.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:57 smithi045 bash[25828]: cephadm 2023-11-17T07:06:55.957818+0000 mgr.smithi045.tkkiao (mgr.14182) 1013 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rqdzwl on smithi105 2023-11-17T07:07:03.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:57 smithi045 bash[25828]: cluster 2023-11-17T07:06:56.097571+0000 mon.smithi045 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:07:03.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:57 smithi045 bash[25828]: cluster 2023-11-17T07:06:56.097640+0000 mon.smithi045 (mon.0) 896 : cluster [INF] Cluster is now healthy 2023-11-17T07:07:03.894 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:03.895 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:04:47.112462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mvpuhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:51.824508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.awybnc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-awybnc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.awybnc\nDeploy daemon haproxy.nfs.foo.smithi105.awybnc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.589346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ecemis on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ecemis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ecemis\nDeploy daemon haproxy.nfs.foo.smithi045.ecemis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:05:55.592638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.bhadyo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:03.895 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:06:59 smithi045 bash[25828]: cluster 2023-11-17T07:06:57.938435+0000 mgr.smithi045.tkkiao (mgr.14182) 1014 : 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 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:57 smithi105 bash[28427]: cluster 2023-11-17T07:06:55.649112+0000 mgr.smithi045.tkkiao (mgr.14182) 1011 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:57 smithi105 bash[28427]: cluster 2023-11-17T07:06:55.936781+0000 mgr.smithi045.tkkiao (mgr.14182) 1012 : 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 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:57 smithi105 bash[28427]: cephadm 2023-11-17T07:06:55.957818+0000 mgr.smithi045.tkkiao (mgr.14182) 1013 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rqdzwl on smithi105 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:57 smithi105 bash[28427]: cluster 2023-11-17T07:06:56.097571+0000 mon.smithi045 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:57 smithi105 bash[28427]: cluster 2023-11-17T07:06:56.097640+0000 mon.smithi045 (mon.0) 896 : cluster [INF] Cluster is now healthy 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:06:59 smithi105 bash[28427]: cluster 2023-11-17T07:06:57.938435+0000 mgr.smithi045.tkkiao (mgr.14182) 1014 : 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 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: audit 2023-11-17T07:06:58.807669+0000 mgr.smithi045.tkkiao (mgr.14182) 1015 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: audit 2023-11-17T07:06:59.697936+0000 mon.smithi045 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: cephadm 2023-11-17T07:06:59.921878+0000 mgr.smithi045.tkkiao (mgr.14182) 1016 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rqdzwl ... 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rqdzwl ... 2023-11-17T07:07:03.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: cephadm 2023-11-17T07:06:59.922326+0000 mgr.smithi045.tkkiao (mgr.14182) 1017 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: audit 2023-11-17T07:06:59.922949+0000 mon.smithi045 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rqdzwl"}]: dispatch 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: cephadm 2023-11-17T07:06:59.924796+0000 mgr.smithi045.tkkiao (mgr.14182) 1018 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rqdzwl ... 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: cephadm 2023-11-17T07:06:59.930401+0000 mgr.smithi045.tkkiao (mgr.14182) 1019 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.bhzcfw on smithi045 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:00 smithi105 bash[28427]: cluster 2023-11-17T07:06:59.940119+0000 mgr.smithi045.tkkiao (mgr.14182) 1020 : 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 2023-11-17T07:07:03.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:03 smithi105 bash[28427]: cluster 2023-11-17T07:07:01.941336+0000 mgr.smithi045.tkkiao (mgr.14182) 1021 : 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 2023-11-17T07:07:03.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:03.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: audit 2023-11-17T07:06:58.807669+0000 mgr.smithi045.tkkiao (mgr.14182) 1015 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: audit 2023-11-17T07:06:59.697936+0000 mon.smithi045 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: cephadm 2023-11-17T07:06:59.921878+0000 mgr.smithi045.tkkiao (mgr.14182) 1016 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rqdzwl ... 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:03.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:03.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:03.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:03.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:07:03.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:07:03.903 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:07:04.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:07:04.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:07:04.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:04.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:04.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rqdzwl ... 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: cephadm 2023-11-17T07:06:59.922326+0000 mgr.smithi045.tkkiao (mgr.14182) 1017 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:04.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: audit 2023-11-17T07:06:59.922949+0000 mon.smithi045 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rqdzwl"}]: dispatch 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: cephadm 2023-11-17T07:06:59.924796+0000 mgr.smithi045.tkkiao (mgr.14182) 1018 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rqdzwl ... 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:04.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:04.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: cephadm 2023-11-17T07:06:59.930401+0000 mgr.smithi045.tkkiao (mgr.14182) 1019 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.bhzcfw on smithi045 2023-11-17T07:07:04.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:00 smithi045 bash[25828]: cluster 2023-11-17T07:06:59.940119+0000 mgr.smithi045.tkkiao (mgr.14182) 1020 : 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 2023-11-17T07:07:04.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:02 smithi045 bash[25828]: cluster 2023-11-17T07:07:01.941336+0000 mgr.smithi045.tkkiao (mgr.14182) 1021 : 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 2023-11-17T07:07:04.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:04 smithi045 bash[25828]: audit 2023-11-17T07:07:03.665917+0000 mon.smithi045 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.bhzcfw"}]: dispatch 2023-11-17T07:07:04.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:04 smithi105 bash[28427]: audit 2023-11-17T07:07:03.665917+0000 mon.smithi045 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.bhzcfw"}]: dispatch 2023-11-17T07:07:04.902 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:05.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: cephadm 2023-11-17T07:07:03.665098+0000 mgr.smithi045.tkkiao (mgr.14182) 1022 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:05.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bhzcfw ... 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:07:05.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bhzcfw ... 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: cephadm 2023-11-17T07:07:03.665384+0000 mgr.smithi045.tkkiao (mgr.14182) 1023 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: cephadm 2023-11-17T07:07:03.667242+0000 mgr.smithi045.tkkiao (mgr.14182) 1024 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:07:05.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bhzcfw ... 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: cephadm 2023-11-17T07:07:03.669154+0000 mgr.smithi045.tkkiao (mgr.14182) 1025 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: cephadm 2023-11-17T07:07:03.670797+0000 mgr.smithi045.tkkiao (mgr.14182) 1026 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: cluster 2023-11-17T07:07:03.673041+0000 mgr.smithi045.tkkiao (mgr.14182) 1027 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:07:05.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:05 smithi045 bash[25828]: cluster 2023-11-17T07:07:03.999212+0000 mon.smithi045 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:07:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: cephadm 2023-11-17T07:07:03.665098+0000 mgr.smithi045.tkkiao (mgr.14182) 1022 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bhzcfw ... 2023-11-17T07:07:05.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bhzcfw ... 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: cephadm 2023-11-17T07:07:03.665384+0000 mgr.smithi045.tkkiao (mgr.14182) 1023 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: cephadm 2023-11-17T07:07:03.667242+0000 mgr.smithi045.tkkiao (mgr.14182) 1024 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw 2023-11-17T07:07:05.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bhzcfw ... 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: cephadm 2023-11-17T07:07:03.669154+0000 mgr.smithi045.tkkiao (mgr.14182) 1025 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: cephadm 2023-11-17T07:07:03.670797+0000 mgr.smithi045.tkkiao (mgr.14182) 1026 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: cluster 2023-11-17T07:07:03.673041+0000 mgr.smithi045.tkkiao (mgr.14182) 1027 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:07:05.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:05 smithi105 bash[28427]: cluster 2023-11-17T07:07:03.999212+0000 mon.smithi045 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:07:07.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:07 smithi045 bash[25828]: cluster 2023-11-17T07:07:05.674637+0000 mgr.smithi045.tkkiao (mgr.14182) 1028 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:07:07.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:07 smithi105 bash[28427]: cluster 2023-11-17T07:07:05.674637+0000 mgr.smithi045.tkkiao (mgr.14182) 1028 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:07:08.039 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:13.086 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:13.087 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:09 smithi105 bash[28427]: cluster 2023-11-17T07:07:07.676207+0000 mgr.smithi045.tkkiao (mgr.14182) 1029 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:07:13.087 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:09 smithi105 bash[28427]: audit 2023-11-17T07:07:08.024776+0000 mgr.smithi045.tkkiao (mgr.14182) 1030 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:13.087 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:09 smithi105 bash[28427]: audit 2023-11-17T07:07:08.273951+0000 mon.smithi045 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:07:13.087 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:11 smithi105 bash[28427]: cluster 2023-11-17T07:07:09.678311+0000 mgr.smithi045.tkkiao (mgr.14182) 1031 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:07:13.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:13.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:09 smithi045 bash[25828]: cluster 2023-11-17T07:07:07.676207+0000 mgr.smithi045.tkkiao (mgr.14182) 1029 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:07:13.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:09 smithi045 bash[25828]: audit 2023-11-17T07:07:08.024776+0000 mgr.smithi045.tkkiao (mgr.14182) 1030 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:13.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:09 smithi045 bash[25828]: audit 2023-11-17T07:07:08.273951+0000 mon.smithi045 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:07:13.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:11 smithi045 bash[25828]: cluster 2023-11-17T07:07:09.678311+0000 mgr.smithi045.tkkiao (mgr.14182) 1031 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:07:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:13 smithi045 bash[25828]: cluster 2023-11-17T07:07:11.679768+0000 mgr.smithi045.tkkiao (mgr.14182) 1032 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:07:13.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:13 smithi105 bash[28427]: cluster 2023-11-17T07:07:11.679768+0000 mgr.smithi045.tkkiao (mgr.14182) 1032 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:07:14.089 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:15.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:15 smithi045 bash[25828]: cluster 2023-11-17T07:07:13.681581+0000 mgr.smithi045.tkkiao (mgr.14182) 1033 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:07:15.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:15 smithi045 bash[25828]: audit 2023-11-17T07:07:14.696754+0000 mon.smithi045 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:07:15.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:15 smithi105 bash[28427]: cluster 2023-11-17T07:07:13.681581+0000 mgr.smithi045.tkkiao (mgr.14182) 1033 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:07:15.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:15 smithi105 bash[28427]: audit 2023-11-17T07:07:14.696754+0000 mon.smithi045 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:07:17.164 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:17.165 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:17.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:17 smithi045 bash[25828]: cluster 2023-11-17T07:07:15.683104+0000 mgr.smithi045.tkkiao (mgr.14182) 1034 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:17.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:17 smithi105 bash[28427]: cluster 2023-11-17T07:07:15.683104+0000 mgr.smithi045.tkkiao (mgr.14182) 1034 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:17.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:18.746 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:19.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:19 smithi105 bash[28427]: audit 2023-11-17T07:07:17.147251+0000 mgr.smithi045.tkkiao (mgr.14182) 1035 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:19.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:19 smithi105 bash[28427]: cluster 2023-11-17T07:07:17.684649+0000 mgr.smithi045.tkkiao (mgr.14182) 1036 : 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 2023-11-17T07:07:19.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:19 smithi045 bash[25828]: audit 2023-11-17T07:07:17.147251+0000 mgr.smithi045.tkkiao (mgr.14182) 1035 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:19.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:19 smithi045 bash[25828]: cluster 2023-11-17T07:07:17.684649+0000 mgr.smithi045.tkkiao (mgr.14182) 1036 : 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 2023-11-17T07:07:21.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:21 smithi045 bash[25828]: cluster 2023-11-17T07:07:19.686755+0000 mgr.smithi045.tkkiao (mgr.14182) 1037 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:21.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:21 smithi105 bash[28427]: cluster 2023-11-17T07:07:19.686755+0000 mgr.smithi045.tkkiao (mgr.14182) 1037 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:21.662 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:21.662 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:22.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:23.240 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:23.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:23 smithi045 bash[25828]: audit 2023-11-17T07:07:21.652564+0000 mgr.smithi045.tkkiao (mgr.14182) 1038 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:23.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:23 smithi045 bash[25828]: cluster 2023-11-17T07:07:21.688128+0000 mgr.smithi045.tkkiao (mgr.14182) 1039 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:23.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:23 smithi105 bash[28427]: audit 2023-11-17T07:07:21.652564+0000 mgr.smithi045.tkkiao (mgr.14182) 1038 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:23.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:23 smithi105 bash[28427]: cluster 2023-11-17T07:07:21.688128+0000 mgr.smithi045.tkkiao (mgr.14182) 1039 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:25.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:25 smithi045 bash[25828]: cluster 2023-11-17T07:07:23.690017+0000 mgr.smithi045.tkkiao (mgr.14182) 1040 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:25.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:25 smithi105 bash[28427]: cluster 2023-11-17T07:07:23.690017+0000 mgr.smithi045.tkkiao (mgr.14182) 1040 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:26.221 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:26.221 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:26.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:27.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:27 smithi045 bash[25828]: cluster 2023-11-17T07:07:25.691569+0000 mgr.smithi045.tkkiao (mgr.14182) 1041 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:27.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:27 smithi105 bash[28427]: cluster 2023-11-17T07:07:25.691569+0000 mgr.smithi045.tkkiao (mgr.14182) 1041 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:27.839 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:28.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:28 smithi045 bash[25828]: audit 2023-11-17T07:07:26.211270+0000 mgr.smithi045.tkkiao (mgr.14182) 1042 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:28.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:28 smithi105 bash[28427]: audit 2023-11-17T07:07:26.211270+0000 mgr.smithi045.tkkiao (mgr.14182) 1042 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:29.148 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:29 smithi045 bash[25828]: cluster 2023-11-17T07:07:27.693082+0000 mgr.smithi045.tkkiao (mgr.14182) 1043 : 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 2023-11-17T07:07:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:29 smithi105 bash[28427]: cluster 2023-11-17T07:07:27.693082+0000 mgr.smithi045.tkkiao (mgr.14182) 1043 : 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 2023-11-17T07:07:30.845 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:30.845 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:31.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:31 smithi045 bash[25828]: cluster 2023-11-17T07:07:29.694362+0000 mgr.smithi045.tkkiao (mgr.14182) 1044 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:31.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:31.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:31 smithi105 bash[28427]: cluster 2023-11-17T07:07:29.694362+0000 mgr.smithi045.tkkiao (mgr.14182) 1044 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:32.390 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:32.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:32 smithi105 bash[28427]: audit 2023-11-17T07:07:30.829685+0000 mgr.smithi045.tkkiao (mgr.14182) 1045 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:32.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:32 smithi045 bash[25828]: audit 2023-11-17T07:07:30.829685+0000 mgr.smithi045.tkkiao (mgr.14182) 1045 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:33.377 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:33 smithi045 bash[25828]: cluster 2023-11-17T07:07:31.695859+0000 mgr.smithi045.tkkiao (mgr.14182) 1046 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:33.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:33 smithi105 bash[28427]: cluster 2023-11-17T07:07:31.695859+0000 mgr.smithi045.tkkiao (mgr.14182) 1046 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:35.290 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:35.290 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:35.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:35 smithi105 bash[28427]: cluster 2023-11-17T07:07:33.697053+0000 mgr.smithi045.tkkiao (mgr.14182) 1047 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:35.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:35 smithi045 bash[25828]: cluster 2023-11-17T07:07:33.697053+0000 mgr.smithi045.tkkiao (mgr.14182) 1047 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:35.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:36.894 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:37.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:37 smithi045 bash[25828]: audit 2023-11-17T07:07:35.274939+0000 mgr.smithi045.tkkiao (mgr.14182) 1048 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:37.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:37 smithi045 bash[25828]: cluster 2023-11-17T07:07:35.698442+0000 mgr.smithi045.tkkiao (mgr.14182) 1049 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:37.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:37 smithi105 bash[28427]: audit 2023-11-17T07:07:35.274939+0000 mgr.smithi045.tkkiao (mgr.14182) 1048 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:37.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:37 smithi105 bash[28427]: cluster 2023-11-17T07:07:35.698442+0000 mgr.smithi045.tkkiao (mgr.14182) 1049 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:38.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:38 smithi045 bash[25828]: cluster 2023-11-17T07:07:37.699533+0000 mgr.smithi045.tkkiao (mgr.14182) 1050 : 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 2023-11-17T07:07:38.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:38 smithi105 bash[28427]: cluster 2023-11-17T07:07:37.699533+0000 mgr.smithi045.tkkiao (mgr.14182) 1050 : 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 2023-11-17T07:07:39.860 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:39.860 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:40.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:41.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:40 smithi045 bash[25828]: cluster 2023-11-17T07:07:39.701628+0000 mgr.smithi045.tkkiao (mgr.14182) 1051 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:41.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:40 smithi045 bash[25828]: audit 2023-11-17T07:07:39.847223+0000 mgr.smithi045.tkkiao (mgr.14182) 1052 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:40 smithi105 bash[28427]: cluster 2023-11-17T07:07:39.701628+0000 mgr.smithi045.tkkiao (mgr.14182) 1051 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:40 smithi105 bash[28427]: audit 2023-11-17T07:07:39.847223+0000 mgr.smithi045.tkkiao (mgr.14182) 1052 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:41.407 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:43.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:42 smithi045 bash[25828]: cluster 2023-11-17T07:07:41.703026+0000 mgr.smithi045.tkkiao (mgr.14182) 1053 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:43.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:42 smithi105 bash[28427]: cluster 2023-11-17T07:07:41.703026+0000 mgr.smithi045.tkkiao (mgr.14182) 1053 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:44.478 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:44.478 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:45.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:45.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:44 smithi045 bash[25828]: cluster 2023-11-17T07:07:43.704789+0000 mgr.smithi045.tkkiao (mgr.14182) 1054 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:45.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:44 smithi105 bash[28427]: cluster 2023-11-17T07:07:43.704789+0000 mgr.smithi045.tkkiao (mgr.14182) 1054 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:46.060 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:46.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:45 smithi105 bash[28427]: audit 2023-11-17T07:07:44.461587+0000 mgr.smithi045.tkkiao (mgr.14182) 1055 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:46.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:45 smithi045 bash[25828]: audit 2023-11-17T07:07:44.461587+0000 mgr.smithi045.tkkiao (mgr.14182) 1055 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:47.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:46 smithi045 bash[25828]: cluster 2023-11-17T07:07:45.706265+0000 mgr.smithi045.tkkiao (mgr.14182) 1056 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:47.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:46 smithi105 bash[28427]: cluster 2023-11-17T07:07:45.706265+0000 mgr.smithi045.tkkiao (mgr.14182) 1056 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:48.999 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:07:48.999 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:07:49.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:48 smithi045 bash[25828]: cluster 2023-11-17T07:07:47.707124+0000 mgr.smithi045.tkkiao (mgr.14182) 1057 : 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 2023-11-17T07:07:49.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:48 smithi105 bash[28427]: cluster 2023-11-17T07:07:47.707124+0000 mgr.smithi045.tkkiao (mgr.14182) 1057 : 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 2023-11-17T07:07:49.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:50.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:49 smithi045 bash[25828]: audit 2023-11-17T07:07:48.981833+0000 mgr.smithi045.tkkiao (mgr.14182) 1058 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:50.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:49 smithi105 bash[28427]: audit 2023-11-17T07:07:48.981833+0000 mgr.smithi045.tkkiao (mgr.14182) 1058 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:50.637 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:51.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:50 smithi045 bash[25828]: cluster 2023-11-17T07:07:49.709200+0000 mgr.smithi045.tkkiao (mgr.14182) 1059 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:50 smithi105 bash[28427]: cluster 2023-11-17T07:07:49.709200+0000 mgr.smithi045.tkkiao (mgr.14182) 1059 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:53.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:52 smithi045 bash[25828]: cluster 2023-11-17T07:07:51.710689+0000 mgr.smithi045.tkkiao (mgr.14182) 1060 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.415 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:09:18.415 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:55.595144Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.fmwsko on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:06:59.924532Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rqdzwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rqdzwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rqdzwl\nDeploy daemon haproxy.nfs.foo.smithi105.rqdzwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.667107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bhzcfw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bhzcfw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bhzcfw\nDeploy daemon haproxy.nfs.foo.smithi045.bhzcfw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:03.669024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.gihayo on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:03.670685Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lcqtrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:09:18.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:18.423 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:52 smithi105 bash[28427]: cluster 2023-11-17T07:07:51.710689+0000 mgr.smithi045.tkkiao (mgr.14182) 1060 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.424 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:54 smithi105 bash[28427]: audit 2023-11-17T07:07:53.605271+0000 mgr.smithi045.tkkiao (mgr.14182) 1061 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:18.458 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:54 smithi105 bash[28427]: cluster 2023-11-17T07:07:53.711726+0000 mgr.smithi045.tkkiao (mgr.14182) 1062 : 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 2023-11-17T07:09:18.458 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:57 smithi105 bash[28427]: cluster 2023-11-17T07:07:55.713189+0000 mgr.smithi045.tkkiao (mgr.14182) 1063 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.458 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:07:59 smithi105 bash[28427]: cluster 2023-11-17T07:07:57.714644+0000 mgr.smithi045.tkkiao (mgr.14182) 1064 : 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 2023-11-17T07:09:18.458 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:01 smithi105 bash[28427]: cluster 2023-11-17T07:07:59.718642+0000 mgr.smithi045.tkkiao (mgr.14182) 1065 : 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 2023-11-17T07:09:18.458 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:03 smithi105 bash[28427]: cluster 2023-11-17T07:08:01.720165+0000 mgr.smithi045.tkkiao (mgr.14182) 1066 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.458 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:04 smithi105 bash[28427]: audit 2023-11-17T07:08:03.676877+0000 mon.smithi045 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:09:18.458 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:04 smithi105 bash[28427]: audit 2023-11-17T07:08:04.004747+0000 mon.smithi045 (mon.0) 904 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:04 smithi105 bash[28427]: audit 2023-11-17T07:08:04.006353+0000 mon.smithi045 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:04 smithi105 bash[28427]: audit 2023-11-17T07:08:04.015604+0000 mon.smithi045 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:05 smithi105 bash[28427]: cluster 2023-11-17T07:08:03.721765+0000 mgr.smithi045.tkkiao (mgr.14182) 1067 : 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 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:05 smithi105 bash[28427]: cluster 2023-11-17T07:08:04.016902+0000 mgr.smithi045.tkkiao (mgr.14182) 1068 : 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 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:05 smithi105 bash[28427]: audit 2023-11-17T07:08:04.025147+0000 mon.smithi045 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:05 smithi105 bash[28427]: audit 2023-11-17T07:08:04.044964+0000 mon.smithi045 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:05 smithi105 bash[28427]: cephadm 2023-11-17T07:08:04.048279+0000 mgr.smithi045.tkkiao (mgr.14182) 1069 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.sccrwb on smithi105 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:05 smithi105 bash[28427]: cluster 2023-11-17T07:08:05.018757+0000 mon.smithi045 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:05 smithi105 bash[28427]: cluster 2023-11-17T07:08:05.018829+0000 mon.smithi045 (mon.0) 910 : cluster [INF] Cluster is now healthy 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:06 smithi105 bash[28427]: cluster 2023-11-17T07:08:06.017989+0000 mgr.smithi045.tkkiao (mgr.14182) 1070 : 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 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:07 smithi105 bash[28427]: audit 2023-11-17T07:08:07.841201+0000 mon.smithi045 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.sccrwb"}]: dispatch 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: cephadm 2023-11-17T07:08:07.839755+0000 mgr.smithi045.tkkiao (mgr.14182) 1071 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.sccrwb ... 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.sccrwb ... 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: cephadm 2023-11-17T07:08:07.840358+0000 mgr.smithi045.tkkiao (mgr.14182) 1072 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: cephadm 2023-11-17T07:08:07.843085+0000 mgr.smithi045.tkkiao (mgr.14182) 1073 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.sccrwb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.sccrwb ... 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: cephadm 2023-11-17T07:08:07.848044+0000 mgr.smithi045.tkkiao (mgr.14182) 1074 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.lvgzlt on smithi045 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:08 smithi105 bash[28427]: cluster 2023-11-17T07:08:08.019343+0000 mgr.smithi045.tkkiao (mgr.14182) 1075 : 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 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:11 smithi105 bash[28427]: cluster 2023-11-17T07:08:10.020948+0000 mgr.smithi045.tkkiao (mgr.14182) 1076 : 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 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:12 smithi105 bash[28427]: audit 2023-11-17T07:08:11.624477+0000 mon.smithi045 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.lvgzlt"}]: dispatch 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: cephadm 2023-11-17T07:08:11.623318+0000 mgr.smithi045.tkkiao (mgr.14182) 1077 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.lvgzlt ... 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.lvgzlt ... 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.490 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: cephadm 2023-11-17T07:08:11.623829+0000 mgr.smithi045.tkkiao (mgr.14182) 1078 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: cephadm 2023-11-17T07:08:11.625928+0000 mgr.smithi045.tkkiao (mgr.14182) 1079 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.lvgzlt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.lvgzlt ... 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.491 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: cephadm 2023-11-17T07:08:11.630218+0000 mgr.smithi045.tkkiao (mgr.14182) 1080 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.jrbsdv on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: cephadm 2023-11-17T07:08:11.633874+0000 mgr.smithi045.tkkiao (mgr.14182) 1081 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: cluster 2023-11-17T07:08:11.635518+0000 mgr.smithi045.tkkiao (mgr.14182) 1082 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:13 smithi105 bash[28427]: cluster 2023-11-17T07:08:12.079645+0000 mon.smithi045 (mon.0) 913 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:14 smithi105 bash[28427]: audit 2023-11-17T07:08:13.331543+0000 mon.smithi045 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:14 smithi105 bash[28427]: cluster 2023-11-17T07:08:13.637317+0000 mgr.smithi045.tkkiao (mgr.14182) 1083 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:16 smithi105 bash[28427]: cluster 2023-11-17T07:08:15.638892+0000 mgr.smithi045.tkkiao (mgr.14182) 1084 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:18 smithi105 bash[28427]: cluster 2023-11-17T07:08:17.640350+0000 mgr.smithi045.tkkiao (mgr.14182) 1085 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:20 smithi105 bash[28427]: cluster 2023-11-17T07:08:19.642448+0000 mgr.smithi045.tkkiao (mgr.14182) 1086 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:22 smithi105 bash[28427]: cluster 2023-11-17T07:08:21.643996+0000 mgr.smithi045.tkkiao (mgr.14182) 1087 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:24 smithi105 bash[28427]: cluster 2023-11-17T07:08:23.645749+0000 mgr.smithi045.tkkiao (mgr.14182) 1088 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:26 smithi105 bash[28427]: cluster 2023-11-17T07:08:25.647256+0000 mgr.smithi045.tkkiao (mgr.14182) 1089 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:28 smithi105 bash[28427]: cluster 2023-11-17T07:08:27.648790+0000 mgr.smithi045.tkkiao (mgr.14182) 1090 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:30 smithi105 bash[28427]: cluster 2023-11-17T07:08:29.650786+0000 mgr.smithi045.tkkiao (mgr.14182) 1091 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:33 smithi105 bash[28427]: cluster 2023-11-17T07:08:31.652421+0000 mgr.smithi045.tkkiao (mgr.14182) 1092 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:35 smithi105 bash[28427]: cluster 2023-11-17T07:08:33.654113+0000 mgr.smithi045.tkkiao (mgr.14182) 1093 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:37 smithi105 bash[28427]: cluster 2023-11-17T07:08:35.655716+0000 mgr.smithi045.tkkiao (mgr.14182) 1094 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:39 smithi105 bash[28427]: cluster 2023-11-17T07:08:37.657302+0000 mgr.smithi045.tkkiao (mgr.14182) 1095 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:41 smithi105 bash[28427]: cluster 2023-11-17T07:08:39.659418+0000 mgr.smithi045.tkkiao (mgr.14182) 1096 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:43 smithi105 bash[28427]: cluster 2023-11-17T07:08:41.660888+0000 mgr.smithi045.tkkiao (mgr.14182) 1097 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:45 smithi105 bash[28427]: cluster 2023-11-17T07:08:43.662650+0000 mgr.smithi045.tkkiao (mgr.14182) 1098 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:47 smithi105 bash[28427]: cluster 2023-11-17T07:08:45.664144+0000 mgr.smithi045.tkkiao (mgr.14182) 1099 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:49 smithi105 bash[28427]: cluster 2023-11-17T07:08:47.665664+0000 mgr.smithi045.tkkiao (mgr.14182) 1100 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:51 smithi105 bash[28427]: cluster 2023-11-17T07:08:49.667857+0000 mgr.smithi045.tkkiao (mgr.14182) 1101 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:53 smithi105 bash[28427]: cluster 2023-11-17T07:08:51.669456+0000 mgr.smithi045.tkkiao (mgr.14182) 1102 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:55 smithi105 bash[28427]: cluster 2023-11-17T07:08:53.671229+0000 mgr.smithi045.tkkiao (mgr.14182) 1103 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:57 smithi105 bash[28427]: cluster 2023-11-17T07:08:55.672689+0000 mgr.smithi045.tkkiao (mgr.14182) 1104 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:08:59 smithi105 bash[28427]: cluster 2023-11-17T07:08:57.674178+0000 mgr.smithi045.tkkiao (mgr.14182) 1105 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:01 smithi105 bash[28427]: cluster 2023-11-17T07:08:59.676262+0000 mgr.smithi045.tkkiao (mgr.14182) 1106 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:03 smithi105 bash[28427]: cluster 2023-11-17T07:09:01.677727+0000 mgr.smithi045.tkkiao (mgr.14182) 1107 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:05 smithi105 bash[28427]: cluster 2023-11-17T07:09:03.679400+0000 mgr.smithi045.tkkiao (mgr.14182) 1108 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:07 smithi105 bash[28427]: cluster 2023-11-17T07:09:05.680900+0000 mgr.smithi045.tkkiao (mgr.14182) 1109 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:09 smithi105 bash[28427]: cluster 2023-11-17T07:09:07.682389+0000 mgr.smithi045.tkkiao (mgr.14182) 1110 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:11 smithi105 bash[28427]: cluster 2023-11-17T07:09:09.684617+0000 mgr.smithi045.tkkiao (mgr.14182) 1111 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:12 smithi105 bash[28427]: audit 2023-11-17T07:09:11.637540+0000 mon.smithi045 (mon.0) 915 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:12 smithi105 bash[28427]: audit 2023-11-17T07:09:11.966351+0000 mon.smithi045 (mon.0) 916 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:12 smithi105 bash[28427]: audit 2023-11-17T07:09:11.967821+0000 mon.smithi045 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:12 smithi105 bash[28427]: audit 2023-11-17T07:09:11.975955+0000 mon.smithi045 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:12 smithi105 bash[28427]: audit 2023-11-17T07:09:11.984921+0000 mon.smithi045 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:12 smithi105 bash[28427]: audit 2023-11-17T07:09:11.998260+0000 mon.smithi045 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:13 smithi105 bash[28427]: cluster 2023-11-17T07:09:11.685767+0000 mgr.smithi045.tkkiao (mgr.14182) 1112 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:13 smithi105 bash[28427]: cluster 2023-11-17T07:09:11.976699+0000 mgr.smithi045.tkkiao (mgr.14182) 1113 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:13 smithi105 bash[28427]: cephadm 2023-11-17T07:09:12.001134+0000 mgr.smithi045.tkkiao (mgr.14182) 1114 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.doerjr on smithi105 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:13 smithi105 bash[28427]: cluster 2023-11-17T07:09:12.116538+0000 mon.smithi045 (mon.0) 921 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:13 smithi105 bash[28427]: cluster 2023-11-17T07:09:12.116607+0000 mon.smithi045 (mon.0) 922 : cluster [INF] Cluster is now healthy 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:15 smithi105 bash[28427]: cluster 2023-11-17T07:09:13.978007+0000 mgr.smithi045.tkkiao (mgr.14182) 1115 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:15 smithi105 bash[28427]: audit 2023-11-17T07:09:14.701450+0000 mon.smithi045 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:16 smithi105 bash[28427]: audit 2023-11-17T07:09:15.946189+0000 mon.smithi045 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.doerjr"}]: dispatch 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: cephadm 2023-11-17T07:09:15.944898+0000 mgr.smithi045.tkkiao (mgr.14182) 1116 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.doerjr ... 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.doerjr ... 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: cephadm 2023-11-17T07:09:15.945504+0000 mgr.smithi045.tkkiao (mgr.14182) 1117 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: cephadm 2023-11-17T07:09:15.948001+0000 mgr.smithi045.tkkiao (mgr.14182) 1118 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.doerjr ... 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: cephadm 2023-11-17T07:09:15.952838+0000 mgr.smithi045.tkkiao (mgr.14182) 1119 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.vczttd on smithi045 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:17 smithi105 bash[28427]: cluster 2023-11-17T07:09:15.978829+0000 mgr.smithi045.tkkiao (mgr.14182) 1120 : 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 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:54 smithi045 bash[25828]: audit 2023-11-17T07:07:53.605271+0000 mgr.smithi045.tkkiao (mgr.14182) 1061 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:54 smithi045 bash[25828]: cluster 2023-11-17T07:07:53.711726+0000 mgr.smithi045.tkkiao (mgr.14182) 1062 : 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 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:56 smithi045 bash[25828]: cluster 2023-11-17T07:07:55.713189+0000 mgr.smithi045.tkkiao (mgr.14182) 1063 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:07:59 smithi045 bash[25828]: cluster 2023-11-17T07:07:57.714644+0000 mgr.smithi045.tkkiao (mgr.14182) 1064 : 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 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:01 smithi045 bash[25828]: cluster 2023-11-17T07:07:59.718642+0000 mgr.smithi045.tkkiao (mgr.14182) 1065 : 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 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:03 smithi045 bash[25828]: cluster 2023-11-17T07:08:01.720165+0000 mgr.smithi045.tkkiao (mgr.14182) 1066 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:04 smithi045 bash[25828]: audit 2023-11-17T07:08:03.676877+0000 mon.smithi045 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:04 smithi045 bash[25828]: audit 2023-11-17T07:08:04.004747+0000 mon.smithi045 (mon.0) 904 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:04 smithi045 bash[25828]: audit 2023-11-17T07:08:04.006353+0000 mon.smithi045 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:04 smithi045 bash[25828]: audit 2023-11-17T07:08:04.015604+0000 mon.smithi045 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:05 smithi045 bash[25828]: cluster 2023-11-17T07:08:03.721765+0000 mgr.smithi045.tkkiao (mgr.14182) 1067 : 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 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:05 smithi045 bash[25828]: cluster 2023-11-17T07:08:04.016902+0000 mgr.smithi045.tkkiao (mgr.14182) 1068 : 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 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:05 smithi045 bash[25828]: audit 2023-11-17T07:08:04.025147+0000 mon.smithi045 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:05 smithi045 bash[25828]: audit 2023-11-17T07:08:04.044964+0000 mon.smithi045 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:05 smithi045 bash[25828]: cephadm 2023-11-17T07:08:04.048279+0000 mgr.smithi045.tkkiao (mgr.14182) 1069 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.sccrwb on smithi105 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:05 smithi045 bash[25828]: cluster 2023-11-17T07:08:05.018757+0000 mon.smithi045 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:05 smithi045 bash[25828]: cluster 2023-11-17T07:08:05.018829+0000 mon.smithi045 (mon.0) 910 : cluster [INF] Cluster is now healthy 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:06 smithi045 bash[25828]: cluster 2023-11-17T07:08:06.017989+0000 mgr.smithi045.tkkiao (mgr.14182) 1070 : 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 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:07 smithi045 bash[25828]: audit 2023-11-17T07:08:07.841201+0000 mon.smithi045 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.sccrwb"}]: dispatch 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: cephadm 2023-11-17T07:08:07.839755+0000 mgr.smithi045.tkkiao (mgr.14182) 1071 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.sccrwb ... 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.sccrwb ... 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: cephadm 2023-11-17T07:08:07.840358+0000 mgr.smithi045.tkkiao (mgr.14182) 1072 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: cephadm 2023-11-17T07:08:07.843085+0000 mgr.smithi045.tkkiao (mgr.14182) 1073 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.sccrwb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-sccrwb 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.sccrwb 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.sccrwb ... 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: cephadm 2023-11-17T07:08:07.848044+0000 mgr.smithi045.tkkiao (mgr.14182) 1074 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.lvgzlt on smithi045 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:08 smithi045 bash[25828]: cluster 2023-11-17T07:08:08.019343+0000 mgr.smithi045.tkkiao (mgr.14182) 1075 : 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 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:11 smithi045 bash[25828]: cluster 2023-11-17T07:08:10.020948+0000 mgr.smithi045.tkkiao (mgr.14182) 1076 : 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 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:12 smithi045 bash[25828]: audit 2023-11-17T07:08:11.624477+0000 mon.smithi045 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.lvgzlt"}]: dispatch 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: cephadm 2023-11-17T07:08:11.623318+0000 mgr.smithi045.tkkiao (mgr.14182) 1077 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.lvgzlt ... 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:18.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:09:18.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:18.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:09:18.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.lvgzlt ... 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: cephadm 2023-11-17T07:08:11.623829+0000 mgr.smithi045.tkkiao (mgr.14182) 1078 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: cephadm 2023-11-17T07:08:11.625928+0000 mgr.smithi045.tkkiao (mgr.14182) 1079 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.lvgzlt on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-lvgzlt 2023-11-17T07:09:18.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.lvgzlt 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.lvgzlt ... 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: cephadm 2023-11-17T07:08:11.630218+0000 mgr.smithi045.tkkiao (mgr.14182) 1080 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.jrbsdv on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: cephadm 2023-11-17T07:08:11.633874+0000 mgr.smithi045.tkkiao (mgr.14182) 1081 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: cluster 2023-11-17T07:08:11.635518+0000 mgr.smithi045.tkkiao (mgr.14182) 1082 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:13 smithi045 bash[25828]: cluster 2023-11-17T07:08:12.079645+0000 mon.smithi045 (mon.0) 913 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:09:18.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:14 smithi045 bash[25828]: audit 2023-11-17T07:08:13.331543+0000 mon.smithi045 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:14 smithi045 bash[25828]: cluster 2023-11-17T07:08:13.637317+0000 mgr.smithi045.tkkiao (mgr.14182) 1083 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:16 smithi045 bash[25828]: cluster 2023-11-17T07:08:15.638892+0000 mgr.smithi045.tkkiao (mgr.14182) 1084 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:18 smithi045 bash[25828]: cluster 2023-11-17T07:08:17.640350+0000 mgr.smithi045.tkkiao (mgr.14182) 1085 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:20 smithi045 bash[25828]: cluster 2023-11-17T07:08:19.642448+0000 mgr.smithi045.tkkiao (mgr.14182) 1086 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:22 smithi045 bash[25828]: cluster 2023-11-17T07:08:21.643996+0000 mgr.smithi045.tkkiao (mgr.14182) 1087 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:24 smithi045 bash[25828]: cluster 2023-11-17T07:08:23.645749+0000 mgr.smithi045.tkkiao (mgr.14182) 1088 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:26 smithi045 bash[25828]: cluster 2023-11-17T07:08:25.647256+0000 mgr.smithi045.tkkiao (mgr.14182) 1089 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:28 smithi045 bash[25828]: cluster 2023-11-17T07:08:27.648790+0000 mgr.smithi045.tkkiao (mgr.14182) 1090 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:30 smithi045 bash[25828]: cluster 2023-11-17T07:08:29.650786+0000 mgr.smithi045.tkkiao (mgr.14182) 1091 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:33 smithi045 bash[25828]: cluster 2023-11-17T07:08:31.652421+0000 mgr.smithi045.tkkiao (mgr.14182) 1092 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:35 smithi045 bash[25828]: cluster 2023-11-17T07:08:33.654113+0000 mgr.smithi045.tkkiao (mgr.14182) 1093 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:37 smithi045 bash[25828]: cluster 2023-11-17T07:08:35.655716+0000 mgr.smithi045.tkkiao (mgr.14182) 1094 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:39 smithi045 bash[25828]: cluster 2023-11-17T07:08:37.657302+0000 mgr.smithi045.tkkiao (mgr.14182) 1095 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:41 smithi045 bash[25828]: cluster 2023-11-17T07:08:39.659418+0000 mgr.smithi045.tkkiao (mgr.14182) 1096 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:43 smithi045 bash[25828]: cluster 2023-11-17T07:08:41.660888+0000 mgr.smithi045.tkkiao (mgr.14182) 1097 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:45 smithi045 bash[25828]: cluster 2023-11-17T07:08:43.662650+0000 mgr.smithi045.tkkiao (mgr.14182) 1098 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:47 smithi045 bash[25828]: cluster 2023-11-17T07:08:45.664144+0000 mgr.smithi045.tkkiao (mgr.14182) 1099 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:49 smithi045 bash[25828]: cluster 2023-11-17T07:08:47.665664+0000 mgr.smithi045.tkkiao (mgr.14182) 1100 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:51 smithi045 bash[25828]: cluster 2023-11-17T07:08:49.667857+0000 mgr.smithi045.tkkiao (mgr.14182) 1101 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:53 smithi045 bash[25828]: cluster 2023-11-17T07:08:51.669456+0000 mgr.smithi045.tkkiao (mgr.14182) 1102 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:55 smithi045 bash[25828]: cluster 2023-11-17T07:08:53.671229+0000 mgr.smithi045.tkkiao (mgr.14182) 1103 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:57 smithi045 bash[25828]: cluster 2023-11-17T07:08:55.672689+0000 mgr.smithi045.tkkiao (mgr.14182) 1104 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:08:59 smithi045 bash[25828]: cluster 2023-11-17T07:08:57.674178+0000 mgr.smithi045.tkkiao (mgr.14182) 1105 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:01 smithi045 bash[25828]: cluster 2023-11-17T07:08:59.676262+0000 mgr.smithi045.tkkiao (mgr.14182) 1106 : 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 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:03 smithi045 bash[25828]: cluster 2023-11-17T07:09:01.677727+0000 mgr.smithi045.tkkiao (mgr.14182) 1107 : 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 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:05 smithi045 bash[25828]: cluster 2023-11-17T07:09:03.679400+0000 mgr.smithi045.tkkiao (mgr.14182) 1108 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:07 smithi045 bash[25828]: cluster 2023-11-17T07:09:05.680900+0000 mgr.smithi045.tkkiao (mgr.14182) 1109 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:09 smithi045 bash[25828]: cluster 2023-11-17T07:09:07.682389+0000 mgr.smithi045.tkkiao (mgr.14182) 1110 : 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 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:11 smithi045 bash[25828]: cluster 2023-11-17T07:09:09.684617+0000 mgr.smithi045.tkkiao (mgr.14182) 1111 : 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 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:12 smithi045 bash[25828]: audit 2023-11-17T07:09:11.637540+0000 mon.smithi045 (mon.0) 915 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:12 smithi045 bash[25828]: audit 2023-11-17T07:09:11.966351+0000 mon.smithi045 (mon.0) 916 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:12 smithi045 bash[25828]: audit 2023-11-17T07:09:11.967821+0000 mon.smithi045 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:12 smithi045 bash[25828]: audit 2023-11-17T07:09:11.975955+0000 mon.smithi045 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:12 smithi045 bash[25828]: audit 2023-11-17T07:09:11.984921+0000 mon.smithi045 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:12 smithi045 bash[25828]: audit 2023-11-17T07:09:11.998260+0000 mon.smithi045 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:13 smithi045 bash[25828]: cluster 2023-11-17T07:09:11.685767+0000 mgr.smithi045.tkkiao (mgr.14182) 1112 : 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 2023-11-17T07:09:18.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:13 smithi045 bash[25828]: cluster 2023-11-17T07:09:11.976699+0000 mgr.smithi045.tkkiao (mgr.14182) 1113 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:13 smithi045 bash[25828]: cephadm 2023-11-17T07:09:12.001134+0000 mgr.smithi045.tkkiao (mgr.14182) 1114 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.doerjr on smithi105 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:13 smithi045 bash[25828]: cluster 2023-11-17T07:09:12.116538+0000 mon.smithi045 (mon.0) 921 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:13 smithi045 bash[25828]: cluster 2023-11-17T07:09:12.116607+0000 mon.smithi045 (mon.0) 922 : cluster [INF] Cluster is now healthy 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:15 smithi045 bash[25828]: cluster 2023-11-17T07:09:13.978007+0000 mgr.smithi045.tkkiao (mgr.14182) 1115 : 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 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:15 smithi045 bash[25828]: audit 2023-11-17T07:09:14.701450+0000 mon.smithi045 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:16 smithi045 bash[25828]: audit 2023-11-17T07:09:15.946189+0000 mon.smithi045 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.doerjr"}]: dispatch 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: cephadm 2023-11-17T07:09:15.944898+0000 mgr.smithi045.tkkiao (mgr.14182) 1116 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.doerjr ... 2023-11-17T07:09:18.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.doerjr ... 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: cephadm 2023-11-17T07:09:15.945504+0000 mgr.smithi045.tkkiao (mgr.14182) 1117 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: cephadm 2023-11-17T07:09:15.948001+0000 mgr.smithi045.tkkiao (mgr.14182) 1118 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:09:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.doerjr ... 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: cephadm 2023-11-17T07:09:15.952838+0000 mgr.smithi045.tkkiao (mgr.14182) 1119 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.vczttd on smithi045 2023-11-17T07:09:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:17 smithi045 bash[25828]: cluster 2023-11-17T07:09:15.978829+0000 mgr.smithi045.tkkiao (mgr.14182) 1120 : 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 2023-11-17T07:09:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:18 smithi045 bash[25828]: cluster 2023-11-17T07:09:17.980165+0000 mgr.smithi045.tkkiao (mgr.14182) 1121 : 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 2023-11-17T07:09:18.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:18 smithi105 bash[28427]: cluster 2023-11-17T07:09:17.980165+0000 mgr.smithi045.tkkiao (mgr.14182) 1121 : 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 2023-11-17T07:09:19.417 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:20.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:19 smithi045 bash[25828]: audit 2023-11-17T07:09:19.666719+0000 mon.smithi045 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.vczttd"}]: dispatch 2023-11-17T07:09:20.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:19 smithi105 bash[28427]: audit 2023-11-17T07:09:19.666719+0000 mon.smithi045 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.vczttd"}]: dispatch 2023-11-17T07:09:20.898 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: cephadm 2023-11-17T07:09:19.665755+0000 mgr.smithi045.tkkiao (mgr.14182) 1122 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:20.898 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vczttd ... 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:09:20.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vczttd ... 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:20.900 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: cephadm 2023-11-17T07:09:19.666147+0000 mgr.smithi045.tkkiao (mgr.14182) 1123 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.vczttd 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: cephadm 2023-11-17T07:09:19.667944+0000 mgr.smithi045.tkkiao (mgr.14182) 1124 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vczttd ... 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:20.901 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:20.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:20.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: cephadm 2023-11-17T07:09:19.671913+0000 mgr.smithi045.tkkiao (mgr.14182) 1125 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:20.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: cephadm 2023-11-17T07:09:19.675974+0000 mgr.smithi045.tkkiao (mgr.14182) 1126 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:20.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: cluster 2023-11-17T07:09:19.678533+0000 mgr.smithi045.tkkiao (mgr.14182) 1127 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:09:20.902 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:20 smithi045 bash[25828]: cluster 2023-11-17T07:09:19.730565+0000 mon.smithi045 (mon.0) 926 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:09:21.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: cephadm 2023-11-17T07:09:19.665755+0000 mgr.smithi045.tkkiao (mgr.14182) 1122 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:21.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:21.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vczttd ... 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:09:21.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vczttd ... 2023-11-17T07:09:21.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: cephadm 2023-11-17T07:09:19.666147+0000 mgr.smithi045.tkkiao (mgr.14182) 1123 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.vczttd 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: cephadm 2023-11-17T07:09:19.667944+0000 mgr.smithi045.tkkiao (mgr.14182) 1124 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:09:21.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vczttd ... 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: cephadm 2023-11-17T07:09:19.671913+0000 mgr.smithi045.tkkiao (mgr.14182) 1125 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: cephadm 2023-11-17T07:09:19.675974+0000 mgr.smithi045.tkkiao (mgr.14182) 1126 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: cluster 2023-11-17T07:09:19.678533+0000 mgr.smithi045.tkkiao (mgr.14182) 1127 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:09:21.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:20 smithi105 bash[28427]: cluster 2023-11-17T07:09:19.730565+0000 mon.smithi045 (mon.0) 926 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:09:22.469 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:09:22.470 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:09:23.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:23.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:22 smithi045 bash[25828]: cluster 2023-11-17T07:09:21.680024+0000 mgr.smithi045.tkkiao (mgr.14182) 1128 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:09:23.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:22 smithi105 bash[28427]: cluster 2023-11-17T07:09:21.680024+0000 mgr.smithi045.tkkiao (mgr.14182) 1128 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:09:24.039 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:24.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:23 smithi045 bash[25828]: audit 2023-11-17T07:09:22.460769+0000 mgr.smithi045.tkkiao (mgr.14182) 1129 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:24.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:23 smithi045 bash[25828]: audit 2023-11-17T07:09:23.395123+0000 mon.smithi045 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:24.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:23 smithi105 bash[28427]: audit 2023-11-17T07:09:22.460769+0000 mgr.smithi045.tkkiao (mgr.14182) 1129 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:24.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:23 smithi105 bash[28427]: audit 2023-11-17T07:09:23.395123+0000 mon.smithi045 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:25.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:24 smithi045 bash[25828]: cluster 2023-11-17T07:09:23.681786+0000 mgr.smithi045.tkkiao (mgr.14182) 1130 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:25.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:24 smithi105 bash[28427]: cluster 2023-11-17T07:09:23.681786+0000 mgr.smithi045.tkkiao (mgr.14182) 1130 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:27.146 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:09:27.146 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:09:27.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:26 smithi045 bash[25828]: cluster 2023-11-17T07:09:25.683304+0000 mgr.smithi045.tkkiao (mgr.14182) 1131 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-17T07:09:27.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:26 smithi105 bash[28427]: cluster 2023-11-17T07:09:25.683304+0000 mgr.smithi045.tkkiao (mgr.14182) 1131 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-17T07:09:27.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:28.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:27 smithi045 bash[25828]: audit 2023-11-17T07:09:27.130148+0000 mgr.smithi045.tkkiao (mgr.14182) 1132 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:28.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:28 smithi105 bash[28427]: audit 2023-11-17T07:09:27.130148+0000 mgr.smithi045.tkkiao (mgr.14182) 1132 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:28.683 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:29.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:29 smithi045 bash[25828]: cluster 2023-11-17T07:09:27.684928+0000 mgr.smithi045.tkkiao (mgr.14182) 1133 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:45.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:30 smithi045 bash[25828]: cluster 2023-11-17T07:09:29.687040+0000 mgr.smithi045.tkkiao (mgr.14182) 1134 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:45.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:30 smithi045 bash[25828]: audit 2023-11-17T07:09:29.702833+0000 mon.smithi045 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:45.714 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:09:45.715 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:09:45.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:45.715 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:29 smithi105 bash[28427]: cluster 2023-11-17T07:09:27.684928+0000 mgr.smithi045.tkkiao (mgr.14182) 1133 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:45.716 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:30 smithi105 bash[28427]: cluster 2023-11-17T07:09:29.687040+0000 mgr.smithi045.tkkiao (mgr.14182) 1134 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:45.716 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:30 smithi105 bash[28427]: audit 2023-11-17T07:09:29.702833+0000 mon.smithi045 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:09:45.716 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:32 smithi105 bash[28427]: cluster 2023-11-17T07:09:31.688478+0000 mgr.smithi045.tkkiao (mgr.14182) 1135 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.716 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:32 smithi105 bash[28427]: audit 2023-11-17T07:09:31.741045+0000 mgr.smithi045.tkkiao (mgr.14182) 1136 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:45.716 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:35 smithi105 bash[28427]: cluster 2023-11-17T07:09:33.690266+0000 mgr.smithi045.tkkiao (mgr.14182) 1137 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.717 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:37 smithi105 bash[28427]: cluster 2023-11-17T07:09:35.691788+0000 mgr.smithi045.tkkiao (mgr.14182) 1138 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:45.717 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:39 smithi105 bash[28427]: cluster 2023-11-17T07:09:37.693315+0000 mgr.smithi045.tkkiao (mgr.14182) 1139 : 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 2023-11-17T07:09:45.717 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:41 smithi105 bash[28427]: cluster 2023-11-17T07:09:39.695397+0000 mgr.smithi045.tkkiao (mgr.14182) 1140 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.718 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:43 smithi105 bash[28427]: cluster 2023-11-17T07:09:41.696864+0000 mgr.smithi045.tkkiao (mgr.14182) 1141 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.718 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:45 smithi105 bash[28427]: cluster 2023-11-17T07:09:43.698609+0000 mgr.smithi045.tkkiao (mgr.14182) 1142 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.718 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:32 smithi045 bash[25828]: cluster 2023-11-17T07:09:31.688478+0000 mgr.smithi045.tkkiao (mgr.14182) 1135 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:32 smithi045 bash[25828]: audit 2023-11-17T07:09:31.741045+0000 mgr.smithi045.tkkiao (mgr.14182) 1136 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:45.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:34 smithi045 bash[25828]: cluster 2023-11-17T07:09:33.690266+0000 mgr.smithi045.tkkiao (mgr.14182) 1137 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:37 smithi045 bash[25828]: cluster 2023-11-17T07:09:35.691788+0000 mgr.smithi045.tkkiao (mgr.14182) 1138 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:45.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:39 smithi045 bash[25828]: cluster 2023-11-17T07:09:37.693315+0000 mgr.smithi045.tkkiao (mgr.14182) 1139 : 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 2023-11-17T07:09:45.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:41 smithi045 bash[25828]: cluster 2023-11-17T07:09:39.695397+0000 mgr.smithi045.tkkiao (mgr.14182) 1140 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:43 smithi045 bash[25828]: cluster 2023-11-17T07:09:41.696864+0000 mgr.smithi045.tkkiao (mgr.14182) 1141 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:45.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:45 smithi045 bash[25828]: cluster 2023-11-17T07:09:43.698609+0000 mgr.smithi045.tkkiao (mgr.14182) 1142 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:46.716 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:47.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:47 smithi045 bash[25828]: cluster 2023-11-17T07:09:45.700031+0000 mgr.smithi045.tkkiao (mgr.14182) 1143 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:47.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:47 smithi105 bash[28427]: cluster 2023-11-17T07:09:45.700031+0000 mgr.smithi045.tkkiao (mgr.14182) 1143 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:49.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:49 smithi045 bash[25828]: cluster 2023-11-17T07:09:47.701453+0000 mgr.smithi045.tkkiao (mgr.14182) 1144 : 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 2023-11-17T07:09:49.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:49 smithi105 bash[28427]: cluster 2023-11-17T07:09:47.701453+0000 mgr.smithi045.tkkiao (mgr.14182) 1144 : 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 2023-11-17T07:09:49.722 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:09:49.723 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:09:50.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:51.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:51 smithi045 bash[25828]: cluster 2023-11-17T07:09:49.703480+0000 mgr.smithi045.tkkiao (mgr.14182) 1145 : 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 2023-11-17T07:09:51.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:51 smithi045 bash[25828]: audit 2023-11-17T07:09:49.707211+0000 mgr.smithi045.tkkiao (mgr.14182) 1146 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:51.339 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:51.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:51 smithi105 bash[28427]: cluster 2023-11-17T07:09:49.703480+0000 mgr.smithi045.tkkiao (mgr.14182) 1145 : 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 2023-11-17T07:09:51.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:51 smithi105 bash[28427]: audit 2023-11-17T07:09:49.707211+0000 mgr.smithi045.tkkiao (mgr.14182) 1146 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:53.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:53 smithi045 bash[25828]: cluster 2023-11-17T07:09:51.704940+0000 mgr.smithi045.tkkiao (mgr.14182) 1147 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:53.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:53 smithi105 bash[28427]: cluster 2023-11-17T07:09:51.704940+0000 mgr.smithi045.tkkiao (mgr.14182) 1147 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:54.377 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:09:54.377 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:09:54.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:55.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:55 smithi045 bash[25828]: cluster 2023-11-17T07:09:53.706162+0000 mgr.smithi045.tkkiao (mgr.14182) 1148 : 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 2023-11-17T07:09:55.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:55 smithi105 bash[28427]: cluster 2023-11-17T07:09:53.706162+0000 mgr.smithi045.tkkiao (mgr.14182) 1148 : 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 2023-11-17T07:09:55.928 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:56.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:56 smithi045 bash[25828]: audit 2023-11-17T07:09:54.363966+0000 mgr.smithi045.tkkiao (mgr.14182) 1149 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:56.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:56 smithi105 bash[28427]: audit 2023-11-17T07:09:54.363966+0000 mgr.smithi045.tkkiao (mgr.14182) 1149 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:57.206 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:57 smithi045 bash[25828]: cluster 2023-11-17T07:09:55.707621+0000 mgr.smithi045.tkkiao (mgr.14182) 1150 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:57.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:57 smithi105 bash[28427]: cluster 2023-11-17T07:09:55.707621+0000 mgr.smithi045.tkkiao (mgr.14182) 1150 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:58.899 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:09:58.899 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:09:59.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:09:59 smithi045 bash[25828]: cluster 2023-11-17T07:09:57.708827+0000 mgr.smithi045.tkkiao (mgr.14182) 1151 : 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 2023-11-17T07:09:59.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:09:59 smithi105 bash[28427]: cluster 2023-11-17T07:09:57.708827+0000 mgr.smithi045.tkkiao (mgr.14182) 1151 : 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 2023-11-17T07:09:59.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:00.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: audit 2023-11-17T07:09:58.888815+0000 mgr.smithi045.tkkiao (mgr.14182) 1152 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:00.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000196+0000 mon.smithi045 (mon.0) 929 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-17T07:10:00.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000261+0000 mon.smithi045 (mon.0) 930 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-17T07:10:00.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000288+0000 mon.smithi045 (mon.0) 931 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:10:00.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000326+0000 mon.smithi045 (mon.0) 932 : cluster [WRN] /usr/bin/docker: stdout 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000396+0000 mon.smithi045 (mon.0) 933 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000420+0000 mon.smithi045 (mon.0) 934 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000450+0000 mon.smithi045 (mon.0) 935 : cluster [WRN] /usr/bin/docker: stdout 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000476+0000 mon.smithi045 (mon.0) 936 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000500+0000 mon.smithi045 (mon.0) 937 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi105.doerjr ... 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000523+0000 mon.smithi045 (mon.0) 938 : 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000552+0000 mon.smithi045 (mon.0) 939 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000581+0000 mon.smithi045 (mon.0) 940 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000605+0000 mon.smithi045 (mon.0) 941 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000628+0000 mon.smithi045 (mon.0) 942 : 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000654+0000 mon.smithi045 (mon.0) 943 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000677+0000 mon.smithi045 (mon.0) 944 : cluster [WRN] /usr/bin/docker: stdout 2023-11-17T07:10:00.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000701+0000 mon.smithi045 (mon.0) 945 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000724+0000 mon.smithi045 (mon.0) 946 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000747+0000 mon.smithi045 (mon.0) 947 : cluster [WRN] /usr/bin/docker: stdout 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000773+0000 mon.smithi045 (mon.0) 948 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000795+0000 mon.smithi045 (mon.0) 949 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi045.vczttd ... 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000818+0000 mon.smithi045 (mon.0) 950 : 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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000841+0000 mon.smithi045 (mon.0) 951 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000866+0000 mon.smithi045 (mon.0) 952 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000888+0000 mon.smithi045 (mon.0) 953 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000911+0000 mon.smithi045 (mon.0) 954 : 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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000932+0000 mon.smithi045 (mon.0) 955 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:10:00.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:00 smithi105 bash[28427]: cluster 2023-11-17T07:10:00.000955+0000 mon.smithi045 (mon.0) 956 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:10:00.488 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: audit 2023-11-17T07:09:58.888815+0000 mgr.smithi045.tkkiao (mgr.14182) 1152 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000196+0000 mon.smithi045 (mon.0) 929 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000261+0000 mon.smithi045 (mon.0) 930 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000288+0000 mon.smithi045 (mon.0) 931 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000326+0000 mon.smithi045 (mon.0) 932 : cluster [WRN] /usr/bin/docker: stdout 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000396+0000 mon.smithi045 (mon.0) 933 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000420+0000 mon.smithi045 (mon.0) 934 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000450+0000 mon.smithi045 (mon.0) 935 : cluster [WRN] /usr/bin/docker: stdout 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000476+0000 mon.smithi045 (mon.0) 936 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000500+0000 mon.smithi045 (mon.0) 937 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi105.doerjr ... 2023-11-17T07:10:00.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000523+0000 mon.smithi045 (mon.0) 938 : 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:00.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000552+0000 mon.smithi045 (mon.0) 939 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:00.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000581+0000 mon.smithi045 (mon.0) 940 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:00.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000605+0000 mon.smithi045 (mon.0) 941 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-17T07:10:00.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000628+0000 mon.smithi045 (mon.0) 942 : 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:00.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000654+0000 mon.smithi045 (mon.0) 943 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:10:00.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000677+0000 mon.smithi045 (mon.0) 944 : cluster [WRN] /usr/bin/docker: stdout 2023-11-17T07:10:00.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000701+0000 mon.smithi045 (mon.0) 945 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000724+0000 mon.smithi045 (mon.0) 946 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000747+0000 mon.smithi045 (mon.0) 947 : cluster [WRN] /usr/bin/docker: stdout 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000773+0000 mon.smithi045 (mon.0) 948 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000795+0000 mon.smithi045 (mon.0) 949 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi045.vczttd ... 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000818+0000 mon.smithi045 (mon.0) 950 : 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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000841+0000 mon.smithi045 (mon.0) 951 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000866+0000 mon.smithi045 (mon.0) 952 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000888+0000 mon.smithi045 (mon.0) 953 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000911+0000 mon.smithi045 (mon.0) 954 : 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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000932+0000 mon.smithi045 (mon.0) 955 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:10:00.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:00 smithi045 bash[25828]: cluster 2023-11-17T07:10:00.000955+0000 mon.smithi045 (mon.0) 956 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:10:01.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:01 smithi105 bash[28427]: cluster 2023-11-17T07:09:59.710068+0000 mgr.smithi045.tkkiao (mgr.14182) 1153 : 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 2023-11-17T07:10:01.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:01 smithi045 bash[25828]: cluster 2023-11-17T07:09:59.710068+0000 mgr.smithi045.tkkiao (mgr.14182) 1153 : 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 2023-11-17T07:10:03.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:03 smithi105 bash[28427]: cluster 2023-11-17T07:10:01.723594+0000 mgr.smithi045.tkkiao (mgr.14182) 1154 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:03.571 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:03.571 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:03.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:03 smithi045 bash[25828]: cluster 2023-11-17T07:10:01.723594+0000 mgr.smithi045.tkkiao (mgr.14182) 1154 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:04.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:05.177 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:05.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:05 smithi105 bash[28427]: audit 2023-11-17T07:10:03.557110+0000 mgr.smithi045.tkkiao (mgr.14182) 1155 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:05.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:05 smithi105 bash[28427]: cluster 2023-11-17T07:10:03.725231+0000 mgr.smithi045.tkkiao (mgr.14182) 1156 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:05.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:05 smithi045 bash[25828]: audit 2023-11-17T07:10:03.557110+0000 mgr.smithi045.tkkiao (mgr.14182) 1155 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:05.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:05 smithi045 bash[25828]: cluster 2023-11-17T07:10:03.725231+0000 mgr.smithi045.tkkiao (mgr.14182) 1156 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:07.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:07 smithi105 bash[28427]: cluster 2023-11-17T07:10:05.726696+0000 mgr.smithi045.tkkiao (mgr.14182) 1157 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:07.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:07 smithi045 bash[25828]: cluster 2023-11-17T07:10:05.726696+0000 mgr.smithi045.tkkiao (mgr.14182) 1157 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:08.169 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:08.169 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:08.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:09.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:09 smithi105 bash[28427]: cluster 2023-11-17T07:10:07.727543+0000 mgr.smithi045.tkkiao (mgr.14182) 1158 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:09.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:09 smithi105 bash[28427]: audit 2023-11-17T07:10:08.151971+0000 mgr.smithi045.tkkiao (mgr.14182) 1159 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:09.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:09 smithi045 bash[25828]: cluster 2023-11-17T07:10:07.727543+0000 mgr.smithi045.tkkiao (mgr.14182) 1158 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:09 smithi045 bash[25828]: audit 2023-11-17T07:10:08.151971+0000 mgr.smithi045.tkkiao (mgr.14182) 1159 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:09.760 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:11.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:11 smithi045 bash[25828]: cluster 2023-11-17T07:10:09.729628+0000 mgr.smithi045.tkkiao (mgr.14182) 1160 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:11.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:11 smithi105 bash[28427]: cluster 2023-11-17T07:10:09.729628+0000 mgr.smithi045.tkkiao (mgr.14182) 1160 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:12.626 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:12.627 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:13.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:13.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:13 smithi105 bash[28427]: cluster 2023-11-17T07:10:11.730676+0000 mgr.smithi045.tkkiao (mgr.14182) 1161 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:13.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:13 smithi045 bash[25828]: cluster 2023-11-17T07:10:11.730676+0000 mgr.smithi045.tkkiao (mgr.14182) 1161 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:14.199 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:14.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:14 smithi105 bash[28427]: audit 2023-11-17T07:10:12.612716+0000 mgr.smithi045.tkkiao (mgr.14182) 1162 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:14.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:14 smithi045 bash[25828]: audit 2023-11-17T07:10:12.612716+0000 mgr.smithi045.tkkiao (mgr.14182) 1162 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:15.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:15 smithi105 bash[28427]: cluster 2023-11-17T07:10:13.732390+0000 mgr.smithi045.tkkiao (mgr.14182) 1163 : 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 2023-11-17T07:10:15.464 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:15 smithi045 bash[25828]: cluster 2023-11-17T07:10:13.732390+0000 mgr.smithi045.tkkiao (mgr.14182) 1163 : 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 2023-11-17T07:10:17.245 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:17.246 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:17.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:17 smithi045 bash[25828]: cluster 2023-11-17T07:10:15.733509+0000 mgr.smithi045.tkkiao (mgr.14182) 1164 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:17.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:17 smithi105 bash[28427]: cluster 2023-11-17T07:10:15.733509+0000 mgr.smithi045.tkkiao (mgr.14182) 1164 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:17.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:18.821 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:19.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:19 smithi045 bash[25828]: audit 2023-11-17T07:10:17.228581+0000 mgr.smithi045.tkkiao (mgr.14182) 1165 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:19.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:19 smithi045 bash[25828]: cluster 2023-11-17T07:10:17.734878+0000 mgr.smithi045.tkkiao (mgr.14182) 1166 : 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 2023-11-17T07:10:19.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:19 smithi105 bash[28427]: audit 2023-11-17T07:10:17.228581+0000 mgr.smithi045.tkkiao (mgr.14182) 1165 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:19.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:19 smithi105 bash[28427]: cluster 2023-11-17T07:10:17.734878+0000 mgr.smithi045.tkkiao (mgr.14182) 1166 : 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 2023-11-17T07:10:20.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:20 smithi045 bash[25828]: audit 2023-11-17T07:10:19.680639+0000 mon.smithi045 (mon.0) 957 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:10:20.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:20 smithi045 bash[25828]: audit 2023-11-17T07:10:20.001578+0000 mon.smithi045 (mon.0) 958 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:10:20.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:20 smithi045 bash[25828]: audit 2023-11-17T07:10:20.002756+0000 mon.smithi045 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:10:20.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:20 smithi045 bash[25828]: audit 2023-11-17T07:10:20.008825+0000 mon.smithi045 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:10:20.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:20 smithi045 bash[25828]: audit 2023-11-17T07:10:20.015141+0000 mon.smithi045 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:10:20.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:20 smithi045 bash[25828]: audit 2023-11-17T07:10:20.026160+0000 mon.smithi045 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:10:20.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:20 smithi105 bash[28427]: audit 2023-11-17T07:10:19.680639+0000 mon.smithi045 (mon.0) 957 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:10:20.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:20 smithi105 bash[28427]: audit 2023-11-17T07:10:20.001578+0000 mon.smithi045 (mon.0) 958 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:10:20.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:20 smithi105 bash[28427]: audit 2023-11-17T07:10:20.002756+0000 mon.smithi045 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:10:20.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:20 smithi105 bash[28427]: audit 2023-11-17T07:10:20.008825+0000 mon.smithi045 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:10:20.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:20 smithi105 bash[28427]: audit 2023-11-17T07:10:20.015141+0000 mon.smithi045 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:10:20.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:20 smithi105 bash[28427]: audit 2023-11-17T07:10:20.026160+0000 mon.smithi045 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:10:21.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:21 smithi045 bash[25828]: cluster 2023-11-17T07:10:19.736126+0000 mgr.smithi045.tkkiao (mgr.14182) 1167 : 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 2023-11-17T07:10:21.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:21 smithi045 bash[25828]: cluster 2023-11-17T07:10:20.009500+0000 mgr.smithi045.tkkiao (mgr.14182) 1168 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:10:21.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:21 smithi045 bash[25828]: cephadm 2023-11-17T07:10:20.030312+0000 mgr.smithi045.tkkiao (mgr.14182) 1169 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rsyoig on smithi105 2023-11-17T07:10:21.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:21 smithi045 bash[25828]: cluster 2023-11-17T07:10:20.153996+0000 mon.smithi045 (mon.0) 963 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:10:21.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:21 smithi045 bash[25828]: cluster 2023-11-17T07:10:20.154074+0000 mon.smithi045 (mon.0) 964 : cluster [INF] Cluster is now healthy 2023-11-17T07:10:21.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:21 smithi105 bash[28427]: cluster 2023-11-17T07:10:19.736126+0000 mgr.smithi045.tkkiao (mgr.14182) 1167 : 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 2023-11-17T07:10:21.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:21 smithi105 bash[28427]: cluster 2023-11-17T07:10:20.009500+0000 mgr.smithi045.tkkiao (mgr.14182) 1168 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:10:21.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:21 smithi105 bash[28427]: cephadm 2023-11-17T07:10:20.030312+0000 mgr.smithi045.tkkiao (mgr.14182) 1169 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rsyoig on smithi105 2023-11-17T07:10:21.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:21 smithi105 bash[28427]: cluster 2023-11-17T07:10:20.153996+0000 mon.smithi045 (mon.0) 963 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:10:21.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:21 smithi105 bash[28427]: cluster 2023-11-17T07:10:20.154074+0000 mon.smithi045 (mon.0) 964 : cluster [INF] Cluster is now healthy 2023-11-17T07:10:21.713 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:21.713 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:08:11.633763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xoodwe on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:22.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:22.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:22 smithi045 bash[25828]: audit 2023-11-17T07:10:21.699298+0000 mgr.smithi045.tkkiao (mgr.14182) 1170 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:22 smithi045 bash[25828]: cluster 2023-11-17T07:10:22.010294+0000 mgr.smithi045.tkkiao (mgr.14182) 1171 : 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 2023-11-17T07:10:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:22 smithi105 bash[28427]: audit 2023-11-17T07:10:21.699298+0000 mgr.smithi045.tkkiao (mgr.14182) 1170 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:22 smithi105 bash[28427]: cluster 2023-11-17T07:10:22.010294+0000 mgr.smithi045.tkkiao (mgr.14182) 1171 : 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 2023-11-17T07:10:23.361 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:25.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:25 smithi045 bash[25828]: cluster 2023-11-17T07:10:24.011913+0000 mgr.smithi045.tkkiao (mgr.14182) 1172 : 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 2023-11-17T07:10:25.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:25 smithi045 bash[25828]: audit 2023-11-17T07:10:24.226307+0000 mon.smithi045 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rsyoig"}]: dispatch 2023-11-17T07:10:25.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:25 smithi105 bash[28427]: cluster 2023-11-17T07:10:24.011913+0000 mgr.smithi045.tkkiao (mgr.14182) 1172 : 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 2023-11-17T07:10:25.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:25 smithi105 bash[28427]: audit 2023-11-17T07:10:24.226307+0000 mon.smithi045 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rsyoig"}]: dispatch 2023-11-17T07:10:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: cephadm 2023-11-17T07:10:24.225118+0000 mgr.smithi045.tkkiao (mgr.14182) 1173 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:26.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rsyoig ... 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:10:26.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rsyoig ... 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: cephadm 2023-11-17T07:10:24.225577+0000 mgr.smithi045.tkkiao (mgr.14182) 1174 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: cephadm 2023-11-17T07:10:24.228260+0000 mgr.smithi045.tkkiao (mgr.14182) 1175 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rsyoig ... 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:26 smithi045 bash[25828]: cephadm 2023-11-17T07:10:24.233342+0000 mgr.smithi045.tkkiao (mgr.14182) 1176 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.bydpug on smithi045 2023-11-17T07:10:26.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: cephadm 2023-11-17T07:10:24.225118+0000 mgr.smithi045.tkkiao (mgr.14182) 1173 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:26.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rsyoig ... 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:10:26.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rsyoig ... 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:26.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: cephadm 2023-11-17T07:10:24.225577+0000 mgr.smithi045.tkkiao (mgr.14182) 1174 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: cephadm 2023-11-17T07:10:24.228260+0000 mgr.smithi045.tkkiao (mgr.14182) 1175 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rsyoig ... 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:26.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:26.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:26.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:26.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:26 smithi105 bash[28427]: cephadm 2023-11-17T07:10:24.233342+0000 mgr.smithi045.tkkiao (mgr.14182) 1176 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.bydpug on smithi045 2023-11-17T07:10:26.533 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:26.533 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:15.947685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.doerjr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-doerjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.doerjr\nDeploy daemon haproxy.nfs.foo.smithi105.doerjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.667731Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vczttd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vczttd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vczttd\nDeploy daemon haproxy.nfs.foo.smithi045.vczttd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:09:19.671710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.yhhjer on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:27.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:27.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:27 smithi105 bash[28427]: cluster 2023-11-17T07:10:26.012968+0000 mgr.smithi045.tkkiao (mgr.14182) 1177 : 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 2023-11-17T07:10:27.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:27 smithi045 bash[25828]: cluster 2023-11-17T07:10:26.012968+0000 mgr.smithi045.tkkiao (mgr.14182) 1177 : 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 2023-11-17T07:10:28.173 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:28.185 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:28 smithi045 bash[25828]: audit 2023-11-17T07:10:26.522340+0000 mgr.smithi045.tkkiao (mgr.14182) 1178 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:28.185 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:28 smithi045 bash[25828]: audit 2023-11-17T07:10:27.974913+0000 mon.smithi045 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.bydpug"}]: dispatch 2023-11-17T07:10:28.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:28 smithi105 bash[28427]: audit 2023-11-17T07:10:26.522340+0000 mgr.smithi045.tkkiao (mgr.14182) 1178 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:28.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:28 smithi105 bash[28427]: audit 2023-11-17T07:10:27.974913+0000 mon.smithi045 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.bydpug"}]: dispatch 2023-11-17T07:10:29.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: cephadm 2023-11-17T07:10:27.973013+0000 mgr.smithi045.tkkiao (mgr.14182) 1179 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:29.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:29.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bydpug ... 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bydpug ... 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: cephadm 2023-11-17T07:10:27.973731+0000 mgr.smithi045.tkkiao (mgr.14182) 1180 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: cephadm 2023-11-17T07:10:27.976664+0000 mgr.smithi045.tkkiao (mgr.14182) 1181 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.bydpug ... 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: cephadm 2023-11-17T07:10:27.981111+0000 mgr.smithi045.tkkiao (mgr.14182) 1182 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:10:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: cephadm 2023-11-17T07:10:27.982784+0000 mgr.smithi045.tkkiao (mgr.14182) 1183 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:10:29.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: cluster 2023-11-17T07:10:27.984249+0000 mgr.smithi045.tkkiao (mgr.14182) 1184 : 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 2023-11-17T07:10:29.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: cluster 2023-11-17T07:10:28.076748+0000 mon.smithi045 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:10:29.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:29 smithi045 bash[25828]: audit 2023-11-17T07:10:28.451933+0000 mon.smithi045 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:10:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: cephadm 2023-11-17T07:10:27.973013+0000 mgr.smithi045.tkkiao (mgr.14182) 1179 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:29.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bydpug ... 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:10:29.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bydpug ... 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: cephadm 2023-11-17T07:10:27.973731+0000 mgr.smithi045.tkkiao (mgr.14182) 1180 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: cephadm 2023-11-17T07:10:27.976664+0000 mgr.smithi045.tkkiao (mgr.14182) 1181 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.bydpug ... 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:10:29.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:10:29.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:10:29.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: cephadm 2023-11-17T07:10:27.981111+0000 mgr.smithi045.tkkiao (mgr.14182) 1182 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:10:29.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: cephadm 2023-11-17T07:10:27.982784+0000 mgr.smithi045.tkkiao (mgr.14182) 1183 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:10:29.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: cluster 2023-11-17T07:10:27.984249+0000 mgr.smithi045.tkkiao (mgr.14182) 1184 : 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 2023-11-17T07:10:29.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: cluster 2023-11-17T07:10:28.076748+0000 mon.smithi045 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:10:29.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:29 smithi105 bash[28427]: audit 2023-11-17T07:10:28.451933+0000 mon.smithi045 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:10:31.258 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:31.258 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:31.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:31 smithi105 bash[28427]: cluster 2023-11-17T07:10:29.986192+0000 mgr.smithi045.tkkiao (mgr.14182) 1185 : 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 2023-11-17T07:10:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:31 smithi045 bash[25828]: cluster 2023-11-17T07:10:29.986192+0000 mgr.smithi045.tkkiao (mgr.14182) 1185 : 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 2023-11-17T07:10:31.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:32.869 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:33.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:33 smithi045 bash[25828]: audit 2023-11-17T07:10:31.241203+0000 mgr.smithi045.tkkiao (mgr.14182) 1186 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:33.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:33 smithi045 bash[25828]: cluster 2023-11-17T07:10:31.989457+0000 mgr.smithi045.tkkiao (mgr.14182) 1187 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:33.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:33 smithi105 bash[28427]: audit 2023-11-17T07:10:31.241203+0000 mgr.smithi045.tkkiao (mgr.14182) 1186 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:33.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:33 smithi105 bash[28427]: cluster 2023-11-17T07:10:31.989457+0000 mgr.smithi045.tkkiao (mgr.14182) 1187 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:35.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:35 smithi105 bash[28427]: cluster 2023-11-17T07:10:33.991082+0000 mgr.smithi045.tkkiao (mgr.14182) 1188 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:35.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:35 smithi045 bash[25828]: cluster 2023-11-17T07:10:33.991082+0000 mgr.smithi045.tkkiao (mgr.14182) 1188 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:35.840 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:35.840 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:36.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:37.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:37 smithi105 bash[28427]: audit 2023-11-17T07:10:35.829998+0000 mgr.smithi045.tkkiao (mgr.14182) 1189 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:37.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:37 smithi105 bash[28427]: cluster 2023-11-17T07:10:35.992380+0000 mgr.smithi045.tkkiao (mgr.14182) 1190 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:37.422 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:37.434 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:37 smithi045 bash[25828]: audit 2023-11-17T07:10:35.829998+0000 mgr.smithi045.tkkiao (mgr.14182) 1189 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:37.434 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:37 smithi045 bash[25828]: cluster 2023-11-17T07:10:35.992380+0000 mgr.smithi045.tkkiao (mgr.14182) 1190 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:39.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:39 smithi105 bash[28427]: cluster 2023-11-17T07:10:37.994155+0000 mgr.smithi045.tkkiao (mgr.14182) 1191 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:39.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:39 smithi045 bash[25828]: cluster 2023-11-17T07:10:37.994155+0000 mgr.smithi045.tkkiao (mgr.14182) 1191 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:40.348 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:40.348 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:40.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:41.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:41 smithi045 bash[25828]: cluster 2023-11-17T07:10:39.995990+0000 mgr.smithi045.tkkiao (mgr.14182) 1192 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:41.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:41 smithi105 bash[28427]: cluster 2023-11-17T07:10:39.995990+0000 mgr.smithi045.tkkiao (mgr.14182) 1192 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:41.947 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:42.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:42 smithi045 bash[25828]: audit 2023-11-17T07:10:40.337486+0000 mgr.smithi045.tkkiao (mgr.14182) 1193 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:42.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:42 smithi105 bash[28427]: audit 2023-11-17T07:10:40.337486+0000 mgr.smithi045.tkkiao (mgr.14182) 1193 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:43.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:43 smithi045 bash[25828]: cluster 2023-11-17T07:10:41.997084+0000 mgr.smithi045.tkkiao (mgr.14182) 1194 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:43.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:43 smithi105 bash[28427]: cluster 2023-11-17T07:10:41.997084+0000 mgr.smithi045.tkkiao (mgr.14182) 1194 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:44.923 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:44.923 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:45.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:45 smithi045 bash[25828]: cluster 2023-11-17T07:10:43.998031+0000 mgr.smithi045.tkkiao (mgr.14182) 1195 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:45.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:45 smithi105 bash[28427]: cluster 2023-11-17T07:10:43.998031+0000 mgr.smithi045.tkkiao (mgr.14182) 1195 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:45.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:46.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:46 smithi045 bash[25828]: audit 2023-11-17T07:10:44.908882+0000 mgr.smithi045.tkkiao (mgr.14182) 1196 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:46.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:46 smithi105 bash[28427]: audit 2023-11-17T07:10:44.908882+0000 mgr.smithi045.tkkiao (mgr.14182) 1196 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:46.692 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:47.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:47 smithi045 bash[25828]: cluster 2023-11-17T07:10:46.000572+0000 mgr.smithi045.tkkiao (mgr.14182) 1197 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:47.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:47 smithi105 bash[28427]: cluster 2023-11-17T07:10:46.000572+0000 mgr.smithi045.tkkiao (mgr.14182) 1197 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:49.497 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:49 smithi045 bash[25828]: cluster 2023-11-17T07:10:48.001767+0000 mgr.smithi045.tkkiao (mgr.14182) 1198 : 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 2023-11-17T07:10:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:49 smithi105 bash[28427]: cluster 2023-11-17T07:10:48.001767+0000 mgr.smithi045.tkkiao (mgr.14182) 1198 : 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 2023-11-17T07:10:49.862 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:49.862 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:50.464 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:50 smithi045 bash[25828]: audit 2023-11-17T07:10:49.847253+0000 mgr.smithi045.tkkiao (mgr.14182) 1199 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:50.464 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:50 smithi045 bash[25828]: cluster 2023-11-17T07:10:50.002789+0000 mgr.smithi045.tkkiao (mgr.14182) 1200 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:50.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:50.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:50 smithi105 bash[28427]: audit 2023-11-17T07:10:49.847253+0000 mgr.smithi045.tkkiao (mgr.14182) 1199 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:50.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:50 smithi105 bash[28427]: cluster 2023-11-17T07:10:50.002789+0000 mgr.smithi045.tkkiao (mgr.14182) 1200 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:51.466 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:53.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:53 smithi045 bash[25828]: cluster 2023-11-17T07:10:52.004292+0000 mgr.smithi045.tkkiao (mgr.14182) 1201 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:53.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:53 smithi105 bash[28427]: cluster 2023-11-17T07:10:52.004292+0000 mgr.smithi045.tkkiao (mgr.14182) 1201 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:54.536 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:54.536 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:55.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:55.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:55 smithi045 bash[25828]: cluster 2023-11-17T07:10:54.006619+0000 mgr.smithi045.tkkiao (mgr.14182) 1202 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:55.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:55 smithi105 bash[28427]: cluster 2023-11-17T07:10:54.006619+0000 mgr.smithi045.tkkiao (mgr.14182) 1202 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:56.136 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:56.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:56 smithi045 bash[25828]: audit 2023-11-17T07:10:54.527474+0000 mgr.smithi045.tkkiao (mgr.14182) 1203 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:56.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:56 smithi105 bash[28427]: audit 2023-11-17T07:10:54.527474+0000 mgr.smithi045.tkkiao (mgr.14182) 1203 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:57.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:57 smithi045 bash[25828]: cluster 2023-11-17T07:10:56.007967+0000 mgr.smithi045.tkkiao (mgr.14182) 1204 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:57.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:57 smithi105 bash[28427]: cluster 2023-11-17T07:10:56.007967+0000 mgr.smithi045.tkkiao (mgr.14182) 1204 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:59.125 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:10:59.125 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:10:59.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:10:59 smithi045 bash[25828]: cluster 2023-11-17T07:10:58.009735+0000 mgr.smithi045.tkkiao (mgr.14182) 1205 : 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 2023-11-17T07:10:59.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:10:59 smithi105 bash[28427]: cluster 2023-11-17T07:10:58.009735+0000 mgr.smithi045.tkkiao (mgr.14182) 1205 : 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 2023-11-17T07:10:59.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:00 smithi045 bash[25828]: audit 2023-11-17T07:10:59.112979+0000 mgr.smithi045.tkkiao (mgr.14182) 1206 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:00.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:00 smithi105 bash[28427]: audit 2023-11-17T07:10:59.112979+0000 mgr.smithi045.tkkiao (mgr.14182) 1206 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:00.747 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:01.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:01 smithi045 bash[25828]: cluster 2023-11-17T07:11:00.011623+0000 mgr.smithi045.tkkiao (mgr.14182) 1207 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:01.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:01 smithi105 bash[28427]: cluster 2023-11-17T07:11:00.011623+0000 mgr.smithi045.tkkiao (mgr.14182) 1207 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:03.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:03 smithi045 bash[25828]: cluster 2023-11-17T07:11:02.012587+0000 mgr.smithi045.tkkiao (mgr.14182) 1208 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.771 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:11:26.771 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:11:26.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:26.773 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:03 smithi105 bash[28427]: cluster 2023-11-17T07:11:02.012587+0000 mgr.smithi045.tkkiao (mgr.14182) 1208 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.773 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:05 smithi105 bash[28427]: audit 2023-11-17T07:11:03.777326+0000 mgr.smithi045.tkkiao (mgr.14182) 1209 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:26.773 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:05 smithi105 bash[28427]: cluster 2023-11-17T07:11:04.014393+0000 mgr.smithi045.tkkiao (mgr.14182) 1210 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:07 smithi105 bash[28427]: cluster 2023-11-17T07:11:06.015889+0000 mgr.smithi045.tkkiao (mgr.14182) 1211 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:09 smithi105 bash[28427]: cluster 2023-11-17T07:11:08.017509+0000 mgr.smithi045.tkkiao (mgr.14182) 1212 : 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 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:11 smithi105 bash[28427]: cluster 2023-11-17T07:11:10.019057+0000 mgr.smithi045.tkkiao (mgr.14182) 1213 : 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 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:13 smithi105 bash[28427]: cluster 2023-11-17T07:11:12.020546+0000 mgr.smithi045.tkkiao (mgr.14182) 1214 : 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 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:15 smithi105 bash[28427]: cluster 2023-11-17T07:11:14.022326+0000 mgr.smithi045.tkkiao (mgr.14182) 1215 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:17 smithi105 bash[28427]: cluster 2023-11-17T07:11:16.023812+0000 mgr.smithi045.tkkiao (mgr.14182) 1216 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:19 smithi105 bash[28427]: cluster 2023-11-17T07:11:18.024922+0000 mgr.smithi045.tkkiao (mgr.14182) 1217 : 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 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:21 smithi105 bash[28427]: cluster 2023-11-17T07:11:20.026887+0000 mgr.smithi045.tkkiao (mgr.14182) 1218 : 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 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:23 smithi105 bash[28427]: cluster 2023-11-17T07:11:22.028342+0000 mgr.smithi045.tkkiao (mgr.14182) 1219 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.774 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:25 smithi105 bash[28427]: cluster 2023-11-17T07:11:24.030171+0000 mgr.smithi045.tkkiao (mgr.14182) 1220 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:05 smithi045 bash[25828]: audit 2023-11-17T07:11:03.777326+0000 mgr.smithi045.tkkiao (mgr.14182) 1209 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:26.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:05 smithi045 bash[25828]: cluster 2023-11-17T07:11:04.014393+0000 mgr.smithi045.tkkiao (mgr.14182) 1210 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:07 smithi045 bash[25828]: cluster 2023-11-17T07:11:06.015889+0000 mgr.smithi045.tkkiao (mgr.14182) 1211 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:11:26.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:09 smithi045 bash[25828]: cluster 2023-11-17T07:11:08.017509+0000 mgr.smithi045.tkkiao (mgr.14182) 1212 : 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 2023-11-17T07:11:26.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:11 smithi045 bash[25828]: cluster 2023-11-17T07:11:10.019057+0000 mgr.smithi045.tkkiao (mgr.14182) 1213 : 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 2023-11-17T07:11:26.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:13 smithi045 bash[25828]: cluster 2023-11-17T07:11:12.020546+0000 mgr.smithi045.tkkiao (mgr.14182) 1214 : 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 2023-11-17T07:11:26.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:15 smithi045 bash[25828]: cluster 2023-11-17T07:11:14.022326+0000 mgr.smithi045.tkkiao (mgr.14182) 1215 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:17 smithi045 bash[25828]: cluster 2023-11-17T07:11:16.023812+0000 mgr.smithi045.tkkiao (mgr.14182) 1216 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:19 smithi045 bash[25828]: cluster 2023-11-17T07:11:18.024922+0000 mgr.smithi045.tkkiao (mgr.14182) 1217 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:21 smithi045 bash[25828]: cluster 2023-11-17T07:11:20.026887+0000 mgr.smithi045.tkkiao (mgr.14182) 1218 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:23 smithi045 bash[25828]: cluster 2023-11-17T07:11:22.028342+0000 mgr.smithi045.tkkiao (mgr.14182) 1219 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:25 smithi045 bash[25828]: cluster 2023-11-17T07:11:24.030171+0000 mgr.smithi045.tkkiao (mgr.14182) 1220 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:27.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:27 smithi105 bash[28427]: cluster 2023-11-17T07:11:26.031683+0000 mgr.smithi045.tkkiao (mgr.14182) 1221 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:11:27.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:27 smithi045 bash[25828]: cluster 2023-11-17T07:11:26.031683+0000 mgr.smithi045.tkkiao (mgr.14182) 1221 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:11:27.773 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:28.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:28 smithi045 bash[25828]: audit 2023-11-17T07:11:27.986919+0000 mon.smithi045 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:11:28.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:28 smithi105 bash[28427]: audit 2023-11-17T07:11:27.986919+0000 mon.smithi045 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:11:29.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:29 smithi045 bash[25828]: cluster 2023-11-17T07:11:28.033271+0000 mgr.smithi045.tkkiao (mgr.14182) 1222 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:29.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:29 smithi045 bash[25828]: audit 2023-11-17T07:11:28.308711+0000 mon.smithi045 (mon.0) 970 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:11:29.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:29 smithi045 bash[25828]: audit 2023-11-17T07:11:28.310154+0000 mon.smithi045 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:11:29.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:29 smithi045 bash[25828]: audit 2023-11-17T07:11:28.318037+0000 mon.smithi045 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:29.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:29 smithi045 bash[25828]: audit 2023-11-17T07:11:28.329869+0000 mon.smithi045 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:11:29.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:29 smithi045 bash[25828]: audit 2023-11-17T07:11:28.342492+0000 mon.smithi045 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:29.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:29 smithi105 bash[28427]: cluster 2023-11-17T07:11:28.033271+0000 mgr.smithi045.tkkiao (mgr.14182) 1222 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:29.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:29 smithi105 bash[28427]: audit 2023-11-17T07:11:28.308711+0000 mon.smithi045 (mon.0) 970 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:11:29.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:29 smithi105 bash[28427]: audit 2023-11-17T07:11:28.310154+0000 mon.smithi045 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:11:29.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:29 smithi105 bash[28427]: audit 2023-11-17T07:11:28.318037+0000 mon.smithi045 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:29.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:29 smithi105 bash[28427]: audit 2023-11-17T07:11:28.329869+0000 mon.smithi045 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:11:29.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:29 smithi105 bash[28427]: audit 2023-11-17T07:11:28.342492+0000 mon.smithi045 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:30.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:30 smithi045 bash[25828]: cluster 2023-11-17T07:11:28.319491+0000 mgr.smithi045.tkkiao (mgr.14182) 1223 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:11:30.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:30 smithi045 bash[25828]: cephadm 2023-11-17T07:11:28.346229+0000 mgr.smithi045.tkkiao (mgr.14182) 1224 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hyxsrs on smithi105 2023-11-17T07:11:30.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:30 smithi045 bash[25828]: cluster 2023-11-17T07:11:29.315218+0000 mon.smithi045 (mon.0) 975 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:11:30.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:30 smithi045 bash[25828]: cluster 2023-11-17T07:11:29.315291+0000 mon.smithi045 (mon.0) 976 : cluster [INF] Cluster is now healthy 2023-11-17T07:11:30.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:30 smithi045 bash[25828]: audit 2023-11-17T07:11:29.705228+0000 mon.smithi045 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:30.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:30 smithi105 bash[28427]: cluster 2023-11-17T07:11:28.319491+0000 mgr.smithi045.tkkiao (mgr.14182) 1223 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:11:30.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:30 smithi105 bash[28427]: cephadm 2023-11-17T07:11:28.346229+0000 mgr.smithi045.tkkiao (mgr.14182) 1224 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hyxsrs on smithi105 2023-11-17T07:11:30.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:30 smithi105 bash[28427]: cluster 2023-11-17T07:11:29.315218+0000 mon.smithi045 (mon.0) 975 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:11:30.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:30 smithi105 bash[28427]: cluster 2023-11-17T07:11:29.315291+0000 mon.smithi045 (mon.0) 976 : cluster [INF] Cluster is now healthy 2023-11-17T07:11:30.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:30 smithi105 bash[28427]: audit 2023-11-17T07:11:29.705228+0000 mon.smithi045 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:30.705 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:11:30.705 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:09:19.675760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oywrld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:11:31.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:32.257 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:32.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:32 smithi105 bash[28427]: cluster 2023-11-17T07:11:30.320621+0000 mgr.smithi045.tkkiao (mgr.14182) 1225 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:11:32.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:32 smithi105 bash[28427]: audit 2023-11-17T07:11:30.696615+0000 mgr.smithi045.tkkiao (mgr.14182) 1226 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:32.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:32 smithi105 bash[28427]: audit 2023-11-17T07:11:32.129224+0000 mon.smithi045 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hyxsrs"}]: dispatch 2023-11-17T07:11:32.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:32 smithi045 bash[25828]: cluster 2023-11-17T07:11:30.320621+0000 mgr.smithi045.tkkiao (mgr.14182) 1225 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:11:32.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:32 smithi045 bash[25828]: audit 2023-11-17T07:11:30.696615+0000 mgr.smithi045.tkkiao (mgr.14182) 1226 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:32.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:32 smithi045 bash[25828]: audit 2023-11-17T07:11:32.129224+0000 mon.smithi045 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hyxsrs"}]: dispatch 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: cephadm 2023-11-17T07:11:32.127882+0000 mgr.smithi045.tkkiao (mgr.14182) 1227 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.hyxsrs ... 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.hyxsrs ... 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: cephadm 2023-11-17T07:11:32.128440+0000 mgr.smithi045.tkkiao (mgr.14182) 1228 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: cephadm 2023-11-17T07:11:32.131161+0000 mgr.smithi045.tkkiao (mgr.14182) 1229 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hyxsrs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.439 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:33.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.hyxsrs ... 2023-11-17T07:11:33.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:33.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:33.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:33.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:33 smithi045 bash[25828]: cephadm 2023-11-17T07:11:32.136000+0000 mgr.smithi045.tkkiao (mgr.14182) 1230 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.mkilhb on smithi045 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: cephadm 2023-11-17T07:11:32.127882+0000 mgr.smithi045.tkkiao (mgr.14182) 1227 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.hyxsrs ... 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:33.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.hyxsrs ... 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: cephadm 2023-11-17T07:11:32.128440+0000 mgr.smithi045.tkkiao (mgr.14182) 1228 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: cephadm 2023-11-17T07:11:32.131161+0000 mgr.smithi045.tkkiao (mgr.14182) 1229 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hyxsrs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:33.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.hyxsrs ... 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:33.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:33 smithi105 bash[28427]: cephadm 2023-11-17T07:11:32.136000+0000 mgr.smithi045.tkkiao (mgr.14182) 1230 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.mkilhb on smithi045 2023-11-17T07:11:34.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:34 smithi045 bash[25828]: cluster 2023-11-17T07:11:32.321495+0000 mgr.smithi045.tkkiao (mgr.14182) 1231 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:11:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:34 smithi105 bash[28427]: cluster 2023-11-17T07:11:32.321495+0000 mgr.smithi045.tkkiao (mgr.14182) 1231 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:11:35.305 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:11:35.305 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:10:24.228015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rsyoig on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rsyoig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rsyoig\nDeploy daemon haproxy.nfs.foo.smithi105.rsyoig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.976365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.bydpug on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-bydpug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.bydpug\nDeploy daemon haproxy.nfs.foo.smithi045.bydpug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:10:27.980991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.oqxwck on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:32.130869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hyxsrs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\nDeploy daemon haproxy.nfs.foo.smithi105.hyxsrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:11:35.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:35 smithi045 bash[25828]: cluster 2023-11-17T07:11:34.323169+0000 mgr.smithi045.tkkiao (mgr.14182) 1232 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-17T07:11:35.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:35 smithi105 bash[28427]: cluster 2023-11-17T07:11:34.323169+0000 mgr.smithi045.tkkiao (mgr.14182) 1232 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-17T07:11:35.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:36.201 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: audit 2023-11-17T07:11:35.291850+0000 mgr.smithi045.tkkiao (mgr.14182) 1233 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:36.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: cephadm 2023-11-17T07:11:36.017691+0000 mgr.smithi045.tkkiao (mgr.14182) 1234 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:36.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:36.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.mkilhb ... 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.mkilhb ... 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: cephadm 2023-11-17T07:11:36.018188+0000 mgr.smithi045.tkkiao (mgr.14182) 1235 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: audit 2023-11-17T07:11:36.018847+0000 mon.smithi045 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.mkilhb"}]: dispatch 2023-11-17T07:11:36.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: cephadm 2023-11-17T07:11:36.020245+0000 mgr.smithi045.tkkiao (mgr.14182) 1236 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.mkilhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.mkilhb ... 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: cephadm 2023-11-17T07:11:36.024658+0000 mgr.smithi045.tkkiao (mgr.14182) 1237 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.boclft on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: cephadm 2023-11-17T07:11:36.027217+0000 mgr.smithi045.tkkiao (mgr.14182) 1238 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ajnyrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:11:36.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:36 smithi045 bash[25828]: cluster 2023-11-17T07:11:36.028706+0000 mgr.smithi045.tkkiao (mgr.14182) 1239 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: audit 2023-11-17T07:11:35.291850+0000 mgr.smithi045.tkkiao (mgr.14182) 1233 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: cephadm 2023-11-17T07:11:36.017691+0000 mgr.smithi045.tkkiao (mgr.14182) 1234 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.mkilhb ... 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:36.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:36.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.mkilhb ... 2023-11-17T07:11:36.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:36.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:36.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:36.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: cephadm 2023-11-17T07:11:36.018188+0000 mgr.smithi045.tkkiao (mgr.14182) 1235 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: audit 2023-11-17T07:11:36.018847+0000 mon.smithi045 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.mkilhb"}]: dispatch 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: cephadm 2023-11-17T07:11:36.020245+0000 mgr.smithi045.tkkiao (mgr.14182) 1236 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.mkilhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.mkilhb ... 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:11:36.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:11:36.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:11:36.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:11:36.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: cephadm 2023-11-17T07:11:36.024658+0000 mgr.smithi045.tkkiao (mgr.14182) 1237 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.boclft on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:11:36.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: cephadm 2023-11-17T07:11:36.027217+0000 mgr.smithi045.tkkiao (mgr.14182) 1238 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ajnyrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:11:36.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:36 smithi105 bash[28427]: cluster 2023-11-17T07:11:36.028706+0000 mgr.smithi045.tkkiao (mgr.14182) 1239 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:11:36.983 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:37.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:37 smithi045 bash[25828]: cluster 2023-11-17T07:11:36.187531+0000 mon.smithi045 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:11:37.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:37 smithi105 bash[28427]: cluster 2023-11-17T07:11:36.187531+0000 mon.smithi045 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:11:38.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:38 smithi045 bash[25828]: cluster 2023-11-17T07:11:38.030500+0000 mgr.smithi045.tkkiao (mgr.14182) 1240 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-11-17T07:11:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:38 smithi105 bash[28427]: cluster 2023-11-17T07:11:38.030500+0000 mgr.smithi045.tkkiao (mgr.14182) 1240 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-11-17T07:11:39.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:39 smithi045 bash[25828]: audit 2023-11-17T07:11:38.513041+0000 mon.smithi045 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:39.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:39 smithi105 bash[28427]: audit 2023-11-17T07:11:38.513041+0000 mon.smithi045 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:39.960 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:11:39.960 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:32.130869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hyxsrs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\nDeploy daemon haproxy.nfs.foo.smithi105.hyxsrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:11:36.019957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.mkilhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb\nDeploy daemon haproxy.nfs.foo.smithi045.mkilhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:11:36.024471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.boclft on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:36.027081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ajnyrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:11:40.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:40.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:40 smithi045 bash[25828]: audit 2023-11-17T07:11:39.943075+0000 mgr.smithi045.tkkiao (mgr.14182) 1241 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:40.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:40 smithi045 bash[25828]: cluster 2023-11-17T07:11:40.032299+0000 mgr.smithi045.tkkiao (mgr.14182) 1242 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 699 B/s rd, 0 op/s 2023-11-17T07:11:40.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:40 smithi105 bash[28427]: audit 2023-11-17T07:11:39.943075+0000 mgr.smithi045.tkkiao (mgr.14182) 1241 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:40.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:40 smithi105 bash[28427]: cluster 2023-11-17T07:11:40.032299+0000 mgr.smithi045.tkkiao (mgr.14182) 1242 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 699 B/s rd, 0 op/s 2023-11-17T07:11:41.525 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:43.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:43 smithi045 bash[25828]: cluster 2023-11-17T07:11:42.033796+0000 mgr.smithi045.tkkiao (mgr.14182) 1243 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 699 B/s rd, 0 op/s 2023-11-17T07:11:43.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:43 smithi105 bash[28427]: cluster 2023-11-17T07:11:42.033796+0000 mgr.smithi045.tkkiao (mgr.14182) 1243 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 699 B/s rd, 0 op/s 2023-11-17T07:11:44.499 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:11:44.499 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:32.130869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hyxsrs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\nDeploy daemon haproxy.nfs.foo.smithi105.hyxsrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:11:36.019957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.mkilhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb\nDeploy daemon haproxy.nfs.foo.smithi045.mkilhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:11:36.024471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.boclft on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:36.027081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ajnyrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:11:45.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:45.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:45 smithi045 bash[25828]: cluster 2023-11-17T07:11:44.035116+0000 mgr.smithi045.tkkiao (mgr.14182) 1244 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 699 B/s rd, 0 op/s 2023-11-17T07:11:45.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:45 smithi045 bash[25828]: audit 2023-11-17T07:11:44.703707+0000 mon.smithi045 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:45.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:45 smithi105 bash[28427]: cluster 2023-11-17T07:11:44.035116+0000 mgr.smithi045.tkkiao (mgr.14182) 1244 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 699 B/s rd, 0 op/s 2023-11-17T07:11:45.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:45 smithi105 bash[28427]: audit 2023-11-17T07:11:44.703707+0000 mon.smithi045 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:11:46.055 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:46.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:46 smithi045 bash[25828]: audit 2023-11-17T07:11:44.482814+0000 mgr.smithi045.tkkiao (mgr.14182) 1245 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:55.350 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:47 smithi045 bash[25828]: cluster 2023-11-17T07:11:46.036553+0000 mgr.smithi045.tkkiao (mgr.14182) 1246 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 699 B/s rd, 0 op/s 2023-11-17T07:11:55.351 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:11:55.351 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:32.130869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hyxsrs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\nDeploy daemon haproxy.nfs.foo.smithi105.hyxsrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:11:36.019957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.mkilhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb\nDeploy daemon haproxy.nfs.foo.smithi045.mkilhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:11:36.024471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.boclft on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:36.027081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ajnyrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:11:55.352 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:49 smithi045 bash[25828]: cluster 2023-11-17T07:11:48.037531+0000 mgr.smithi045.tkkiao (mgr.14182) 1247 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-17T07:11:55.352 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:46 smithi105 bash[28427]: audit 2023-11-17T07:11:44.482814+0000 mgr.smithi045.tkkiao (mgr.14182) 1245 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:55.352 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:47 smithi105 bash[28427]: cluster 2023-11-17T07:11:46.036553+0000 mgr.smithi045.tkkiao (mgr.14182) 1246 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 699 B/s rd, 0 op/s 2023-11-17T07:11:55.352 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:49 smithi105 bash[28427]: cluster 2023-11-17T07:11:48.037531+0000 mgr.smithi045.tkkiao (mgr.14182) 1247 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-17T07:11:55.352 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:50 smithi105 bash[28427]: audit 2023-11-17T07:11:48.984678+0000 mgr.smithi045.tkkiao (mgr.14182) 1248 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:55.352 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:51 smithi105 bash[28427]: cluster 2023-11-17T07:11:50.038923+0000 mgr.smithi045.tkkiao (mgr.14182) 1249 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-17T07:11:55.352 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:53 smithi105 bash[28427]: cluster 2023-11-17T07:11:52.040428+0000 mgr.smithi045.tkkiao (mgr.14182) 1250 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:55.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:55.354 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:50 smithi045 bash[25828]: audit 2023-11-17T07:11:48.984678+0000 mgr.smithi045.tkkiao (mgr.14182) 1248 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:55.354 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:51 smithi045 bash[25828]: cluster 2023-11-17T07:11:50.038923+0000 mgr.smithi045.tkkiao (mgr.14182) 1249 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-17T07:11:55.354 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:53 smithi045 bash[25828]: cluster 2023-11-17T07:11:52.040428+0000 mgr.smithi045.tkkiao (mgr.14182) 1250 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:55.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:55 smithi105 bash[28427]: cluster 2023-11-17T07:11:54.042297+0000 mgr.smithi045.tkkiao (mgr.14182) 1251 : 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 2023-11-17T07:11:55.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:55 smithi045 bash[25828]: cluster 2023-11-17T07:11:54.042297+0000 mgr.smithi045.tkkiao (mgr.14182) 1251 : 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 2023-11-17T07:11:56.354 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:57.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:57 smithi105 bash[28427]: cluster 2023-11-17T07:11:56.043857+0000 mgr.smithi045.tkkiao (mgr.14182) 1252 : 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 2023-11-17T07:11:58.992 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:57 smithi045 bash[25828]: cluster 2023-11-17T07:11:56.043857+0000 mgr.smithi045.tkkiao (mgr.14182) 1252 : 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 2023-11-17T07:11:59.298 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:11:59.299 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:03:25.109433Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:03:25.109532Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:03:25.109629Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:10:27.982666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rlgbjz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:32.130869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hyxsrs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-hyxsrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.hyxsrs\nDeploy daemon haproxy.nfs.foo.smithi105.hyxsrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:11:36.019957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.mkilhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-mkilhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.mkilhb\nDeploy daemon haproxy.nfs.foo.smithi045.mkilhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:11:36.024471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.boclft on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:36.027081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ajnyrm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:03:25.109329Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:03:25.109153Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:03:25.110298Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:03:25.109724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:03:25.109822Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:03:25.110202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:11:59.369 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:11:59 smithi045 bash[25828]: cluster 2023-11-17T07:11:58.045460+0000 mgr.smithi045.tkkiao (mgr.14182) 1253 : 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 2023-11-17T07:11:59.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:11:59 smithi105 bash[28427]: cluster 2023-11-17T07:11:58.045460+0000 mgr.smithi045.tkkiao (mgr.14182) 1253 : 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 2023-11-17T07:11:59.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:08.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:01 smithi105 bash[28427]: audit 2023-11-17T07:11:59.287802+0000 mgr.smithi045.tkkiao (mgr.14182) 1254 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:08.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:01 smithi105 bash[28427]: cluster 2023-11-17T07:12:00.047398+0000 mgr.smithi045.tkkiao (mgr.14182) 1255 : 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 2023-11-17T07:14:08.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:03 smithi105 bash[28427]: cluster 2023-11-17T07:12:02.048911+0000 mgr.smithi045.tkkiao (mgr.14182) 1256 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:05 smithi105 bash[28427]: cluster 2023-11-17T07:12:04.050733+0000 mgr.smithi045.tkkiao (mgr.14182) 1257 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:07 smithi105 bash[28427]: cluster 2023-11-17T07:12:06.052618+0000 mgr.smithi045.tkkiao (mgr.14182) 1258 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:09 smithi105 bash[28427]: cluster 2023-11-17T07:12:08.054397+0000 mgr.smithi045.tkkiao (mgr.14182) 1259 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:11 smithi105 bash[28427]: cluster 2023-11-17T07:12:10.056350+0000 mgr.smithi045.tkkiao (mgr.14182) 1260 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:13 smithi105 bash[28427]: cluster 2023-11-17T07:12:12.057879+0000 mgr.smithi045.tkkiao (mgr.14182) 1261 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:15 smithi105 bash[28427]: cluster 2023-11-17T07:12:14.059733+0000 mgr.smithi045.tkkiao (mgr.14182) 1262 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:17 smithi105 bash[28427]: cluster 2023-11-17T07:12:16.061014+0000 mgr.smithi045.tkkiao (mgr.14182) 1263 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:19 smithi105 bash[28427]: cluster 2023-11-17T07:12:18.062709+0000 mgr.smithi045.tkkiao (mgr.14182) 1264 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:21 smithi105 bash[28427]: cluster 2023-11-17T07:12:20.064637+0000 mgr.smithi045.tkkiao (mgr.14182) 1265 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:23 smithi105 bash[28427]: cluster 2023-11-17T07:12:22.066145+0000 mgr.smithi045.tkkiao (mgr.14182) 1266 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:25 smithi105 bash[28427]: cluster 2023-11-17T07:12:24.067921+0000 mgr.smithi045.tkkiao (mgr.14182) 1267 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:27 smithi105 bash[28427]: cluster 2023-11-17T07:12:26.069001+0000 mgr.smithi045.tkkiao (mgr.14182) 1268 : 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 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:29 smithi105 bash[28427]: cluster 2023-11-17T07:12:28.070673+0000 mgr.smithi045.tkkiao (mgr.14182) 1269 : 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 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:31 smithi105 bash[28427]: cluster 2023-11-17T07:12:30.072649+0000 mgr.smithi045.tkkiao (mgr.14182) 1270 : 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 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:33 smithi105 bash[28427]: cluster 2023-11-17T07:12:32.073593+0000 mgr.smithi045.tkkiao (mgr.14182) 1271 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:35 smithi105 bash[28427]: cluster 2023-11-17T07:12:34.075332+0000 mgr.smithi045.tkkiao (mgr.14182) 1272 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:36 smithi105 bash[28427]: audit 2023-11-17T07:12:36.031270+0000 mon.smithi045 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:37 smithi105 bash[28427]: cluster 2023-11-17T07:12:36.076805+0000 mgr.smithi045.tkkiao (mgr.14182) 1273 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2023-11-17T07:14:08.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:37 smithi105 bash[28427]: audit 2023-11-17T07:12:36.365781+0000 mon.smithi045 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:37 smithi105 bash[28427]: audit 2023-11-17T07:12:36.367440+0000 mon.smithi045 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:37 smithi105 bash[28427]: audit 2023-11-17T07:12:36.376091+0000 mon.smithi045 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:37 smithi105 bash[28427]: audit 2023-11-17T07:12:36.385000+0000 mon.smithi045 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:37 smithi105 bash[28427]: audit 2023-11-17T07:12:36.400303+0000 mon.smithi045 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:37 smithi105 bash[28427]: cluster 2023-11-17T07:12:37.057949+0000 mon.smithi045 (mon.0) 989 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:37 smithi105 bash[28427]: cluster 2023-11-17T07:12:37.058024+0000 mon.smithi045 (mon.0) 990 : cluster [INF] Cluster is now healthy 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:38 smithi105 bash[28427]: cluster 2023-11-17T07:12:36.377410+0000 mgr.smithi045.tkkiao (mgr.14182) 1274 : cluster [DBG] pgmap v905: 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, 65 op/s 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:38 smithi105 bash[28427]: cephadm 2023-11-17T07:12:36.404050+0000 mgr.smithi045.tkkiao (mgr.14182) 1275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.riwneu on smithi105 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:40 smithi105 bash[28427]: cluster 2023-11-17T07:12:38.379083+0000 mgr.smithi045.tkkiao (mgr.14182) 1276 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:41 smithi105 bash[28427]: audit 2023-11-17T07:12:40.193441+0000 mon.smithi045 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.riwneu"}]: dispatch 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: cephadm 2023-11-17T07:12:40.192126+0000 mgr.smithi045.tkkiao (mgr.14182) 1277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.riwneu ... 2023-11-17T07:14:08.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.riwneu ... 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: cephadm 2023-11-17T07:12:40.192661+0000 mgr.smithi045.tkkiao (mgr.14182) 1278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: cephadm 2023-11-17T07:12:40.195139+0000 mgr.smithi045.tkkiao (mgr.14182) 1279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.riwneu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.riwneu ... 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: cephadm 2023-11-17T07:12:40.199338+0000 mgr.smithi045.tkkiao (mgr.14182) 1280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.imjhst on smithi045 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:42 smithi105 bash[28427]: cluster 2023-11-17T07:12:40.380308+0000 mgr.smithi045.tkkiao (mgr.14182) 1281 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:44 smithi105 bash[28427]: cluster 2023-11-17T07:12:42.381582+0000 mgr.smithi045.tkkiao (mgr.14182) 1282 : cluster [DBG] pgmap v908: 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, 68 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:44 smithi105 bash[28427]: audit 2023-11-17T07:12:44.002701+0000 mon.smithi045 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.imjhst"}]: dispatch 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: cephadm 2023-11-17T07:12:44.001749+0000 mgr.smithi045.tkkiao (mgr.14182) 1283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.imjhst ... 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.imjhst ... 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: cephadm 2023-11-17T07:12:44.002184+0000 mgr.smithi045.tkkiao (mgr.14182) 1284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: cephadm 2023-11-17T07:12:44.003921+0000 mgr.smithi045.tkkiao (mgr.14182) 1285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.imjhst on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.imjhst ... 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: cephadm 2023-11-17T07:12:44.007777+0000 mgr.smithi045.tkkiao (mgr.14182) 1286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qubrtr on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: cephadm 2023-11-17T07:12:44.010291+0000 mgr.smithi045.tkkiao (mgr.14182) 1287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: cluster 2023-11-17T07:12:44.011737+0000 mgr.smithi045.tkkiao (mgr.14182) 1288 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:45 smithi105 bash[28427]: cluster 2023-11-17T07:12:44.179623+0000 mon.smithi045 (mon.0) 993 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:47 smithi105 bash[28427]: cluster 2023-11-17T07:12:46.012799+0000 mgr.smithi045.tkkiao (mgr.14182) 1289 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 0 B/s wr, 12 op/s 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:49 smithi105 bash[28427]: cluster 2023-11-17T07:12:48.014511+0000 mgr.smithi045.tkkiao (mgr.14182) 1290 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:49 smithi105 bash[28427]: audit 2023-11-17T07:12:48.577578+0000 mon.smithi045 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:51 smithi105 bash[28427]: cluster 2023-11-17T07:12:50.015825+0000 mgr.smithi045.tkkiao (mgr.14182) 1291 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:53 smithi105 bash[28427]: cluster 2023-11-17T07:12:52.017322+0000 mgr.smithi045.tkkiao (mgr.14182) 1292 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:55 smithi105 bash[28427]: cluster 2023-11-17T07:12:54.018428+0000 mgr.smithi045.tkkiao (mgr.14182) 1293 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:57 smithi105 bash[28427]: cluster 2023-11-17T07:12:56.019909+0000 mgr.smithi045.tkkiao (mgr.14182) 1294 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:12:59 smithi105 bash[28427]: cluster 2023-11-17T07:12:58.021654+0000 mgr.smithi045.tkkiao (mgr.14182) 1295 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:01 smithi105 bash[28427]: cluster 2023-11-17T07:13:00.023302+0000 mgr.smithi045.tkkiao (mgr.14182) 1296 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:03 smithi105 bash[28427]: cluster 2023-11-17T07:13:02.024424+0000 mgr.smithi045.tkkiao (mgr.14182) 1297 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:05 smithi105 bash[28427]: cluster 2023-11-17T07:13:04.026266+0000 mgr.smithi045.tkkiao (mgr.14182) 1298 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:07 smithi105 bash[28427]: cluster 2023-11-17T07:13:06.027910+0000 mgr.smithi045.tkkiao (mgr.14182) 1299 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:09 smithi105 bash[28427]: cluster 2023-11-17T07:13:08.029704+0000 mgr.smithi045.tkkiao (mgr.14182) 1300 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:11 smithi105 bash[28427]: cluster 2023-11-17T07:13:10.031555+0000 mgr.smithi045.tkkiao (mgr.14182) 1301 : 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 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:13 smithi105 bash[28427]: cluster 2023-11-17T07:13:12.033016+0000 mgr.smithi045.tkkiao (mgr.14182) 1302 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:15 smithi105 bash[28427]: cluster 2023-11-17T07:13:14.034900+0000 mgr.smithi045.tkkiao (mgr.14182) 1303 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:17 smithi105 bash[28427]: cluster 2023-11-17T07:13:16.036487+0000 mgr.smithi045.tkkiao (mgr.14182) 1304 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:19 smithi105 bash[28427]: cluster 2023-11-17T07:13:18.038113+0000 mgr.smithi045.tkkiao (mgr.14182) 1305 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:21 smithi105 bash[28427]: cluster 2023-11-17T07:13:20.039888+0000 mgr.smithi045.tkkiao (mgr.14182) 1306 : 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 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:23 smithi105 bash[28427]: cluster 2023-11-17T07:13:22.041487+0000 mgr.smithi045.tkkiao (mgr.14182) 1307 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:25 smithi105 bash[28427]: cluster 2023-11-17T07:13:24.043508+0000 mgr.smithi045.tkkiao (mgr.14182) 1308 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:27 smithi105 bash[28427]: cluster 2023-11-17T07:13:26.045091+0000 mgr.smithi045.tkkiao (mgr.14182) 1309 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:29 smithi105 bash[28427]: cluster 2023-11-17T07:13:28.046963+0000 mgr.smithi045.tkkiao (mgr.14182) 1310 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:30 smithi105 bash[28427]: cluster 2023-11-17T07:13:30.048908+0000 mgr.smithi045.tkkiao (mgr.14182) 1311 : 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 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:33 smithi105 bash[28427]: cluster 2023-11-17T07:13:32.050462+0000 mgr.smithi045.tkkiao (mgr.14182) 1312 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:35 smithi105 bash[28427]: cluster 2023-11-17T07:13:34.052204+0000 mgr.smithi045.tkkiao (mgr.14182) 1313 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:37 smithi105 bash[28427]: cluster 2023-11-17T07:13:36.053703+0000 mgr.smithi045.tkkiao (mgr.14182) 1314 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:39 smithi105 bash[28427]: cluster 2023-11-17T07:13:38.055423+0000 mgr.smithi045.tkkiao (mgr.14182) 1315 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:41 smithi105 bash[28427]: cluster 2023-11-17T07:13:40.057377+0000 mgr.smithi045.tkkiao (mgr.14182) 1316 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:43 smithi105 bash[28427]: cluster 2023-11-17T07:13:42.058786+0000 mgr.smithi045.tkkiao (mgr.14182) 1317 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:44 smithi105 bash[28427]: audit 2023-11-17T07:13:44.014358+0000 mon.smithi045 (mon.0) 995 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:14:08.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:45 smithi105 bash[28427]: cluster 2023-11-17T07:13:44.060478+0000 mgr.smithi045.tkkiao (mgr.14182) 1318 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:47 smithi105 bash[28427]: cluster 2023-11-17T07:13:46.062009+0000 mgr.smithi045.tkkiao (mgr.14182) 1319 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:49 smithi105 bash[28427]: cluster 2023-11-17T07:13:48.063722+0000 mgr.smithi045.tkkiao (mgr.14182) 1320 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:51 smithi105 bash[28427]: cluster 2023-11-17T07:13:50.064951+0000 mgr.smithi045.tkkiao (mgr.14182) 1321 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-17T07:14:08.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:51 smithi105 bash[28427]: audit 2023-11-17T07:13:50.301250+0000 mon.smithi045 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:51 smithi105 bash[28427]: audit 2023-11-17T07:13:50.599401+0000 mon.smithi045 (mon.0) 997 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:14:08.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:51 smithi105 bash[28427]: audit 2023-11-17T07:13:50.600853+0000 mon.smithi045 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:14:08.114 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:51 smithi105 bash[28427]: audit 2023-11-17T07:13:50.609893+0000 mon.smithi045 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.114 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:51 smithi105 bash[28427]: audit 2023-11-17T07:13:50.618453+0000 mon.smithi045 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:14:08.114 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:51 smithi105 bash[28427]: audit 2023-11-17T07:13:50.632945+0000 mon.smithi045 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:52 smithi105 bash[28427]: cluster 2023-11-17T07:13:50.610839+0000 mgr.smithi045.tkkiao (mgr.14182) 1322 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:52 smithi105 bash[28427]: cephadm 2023-11-17T07:13:50.636137+0000 mgr.smithi045.tkkiao (mgr.14182) 1323 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jazbwv on smithi105 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:52 smithi105 bash[28427]: cluster 2023-11-17T07:13:51.605615+0000 mon.smithi045 (mon.0) 1002 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:52 smithi105 bash[28427]: cluster 2023-11-17T07:13:51.605681+0000 mon.smithi045 (mon.0) 1003 : cluster [INF] Cluster is now healthy 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:54 smithi105 bash[28427]: cluster 2023-11-17T07:13:52.612084+0000 mgr.smithi045.tkkiao (mgr.14182) 1324 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:55 smithi105 bash[28427]: audit 2023-11-17T07:13:54.394007+0000 mon.smithi045 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jazbwv"}]: dispatch 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: cephadm 2023-11-17T07:13:54.392703+0000 mgr.smithi045.tkkiao (mgr.14182) 1325 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.jazbwv ... 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.jazbwv ... 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: cephadm 2023-11-17T07:13:54.393274+0000 mgr.smithi045.tkkiao (mgr.14182) 1326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: cephadm 2023-11-17T07:13:54.395864+0000 mgr.smithi045.tkkiao (mgr.14182) 1327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.jazbwv ... 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: cephadm 2023-11-17T07:13:54.400244+0000 mgr.smithi045.tkkiao (mgr.14182) 1328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.liixxa on smithi045 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:56 smithi105 bash[28427]: cluster 2023-11-17T07:13:54.613440+0000 mgr.smithi045.tkkiao (mgr.14182) 1329 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:58 smithi105 bash[28427]: cluster 2023-11-17T07:13:56.614610+0000 mgr.smithi045.tkkiao (mgr.14182) 1330 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:59 smithi105 bash[28427]: audit 2023-11-17T07:13:58.200593+0000 mon.smithi045 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.liixxa"}]: dispatch 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:13:59 smithi105 bash[28427]: audit 2023-11-17T07:13:58.642720+0000 mon.smithi045 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: cephadm 2023-11-17T07:13:58.199301+0000 mgr.smithi045.tkkiao (mgr.14182) 1331 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.liixxa ... 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.120 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.liixxa ... 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: cephadm 2023-11-17T07:13:58.199824+0000 mgr.smithi045.tkkiao (mgr.14182) 1332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: cephadm 2023-11-17T07:13:58.202285+0000 mgr.smithi045.tkkiao (mgr.14182) 1333 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.121 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:14:08.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.liixxa ... 2023-11-17T07:14:08.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: cephadm 2023-11-17T07:13:58.206275+0000 mgr.smithi045.tkkiao (mgr.14182) 1334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:08.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: cephadm 2023-11-17T07:13:58.209562+0000 mgr.smithi045.tkkiao (mgr.14182) 1335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:08.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: cluster 2023-11-17T07:13:58.212112+0000 mgr.smithi045.tkkiao (mgr.14182) 1336 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:14:08.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:00 smithi105 bash[28427]: cluster 2023-11-17T07:13:59.172608+0000 mon.smithi045 (mon.0) 1007 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:14:08.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:02 smithi105 bash[28427]: cluster 2023-11-17T07:14:00.214194+0000 mgr.smithi045.tkkiao (mgr.14182) 1337 : 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 2023-11-17T07:14:08.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:04 smithi105 bash[28427]: cluster 2023-11-17T07:14:02.215709+0000 mgr.smithi045.tkkiao (mgr.14182) 1338 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:14:08.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:05 smithi105 bash[28427]: cluster 2023-11-17T07:14:04.217560+0000 mgr.smithi045.tkkiao (mgr.14182) 1339 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:01 smithi045 bash[25828]: audit 2023-11-17T07:11:59.287802+0000 mgr.smithi045.tkkiao (mgr.14182) 1254 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:01 smithi045 bash[25828]: cluster 2023-11-17T07:12:00.047398+0000 mgr.smithi045.tkkiao (mgr.14182) 1255 : 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 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:03 smithi045 bash[25828]: cluster 2023-11-17T07:12:02.048911+0000 mgr.smithi045.tkkiao (mgr.14182) 1256 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:05 smithi045 bash[25828]: cluster 2023-11-17T07:12:04.050733+0000 mgr.smithi045.tkkiao (mgr.14182) 1257 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:07 smithi045 bash[25828]: cluster 2023-11-17T07:12:06.052618+0000 mgr.smithi045.tkkiao (mgr.14182) 1258 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:09 smithi045 bash[25828]: cluster 2023-11-17T07:12:08.054397+0000 mgr.smithi045.tkkiao (mgr.14182) 1259 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:11 smithi045 bash[25828]: cluster 2023-11-17T07:12:10.056350+0000 mgr.smithi045.tkkiao (mgr.14182) 1260 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:13 smithi045 bash[25828]: cluster 2023-11-17T07:12:12.057879+0000 mgr.smithi045.tkkiao (mgr.14182) 1261 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:15 smithi045 bash[25828]: cluster 2023-11-17T07:12:14.059733+0000 mgr.smithi045.tkkiao (mgr.14182) 1262 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:17 smithi045 bash[25828]: cluster 2023-11-17T07:12:16.061014+0000 mgr.smithi045.tkkiao (mgr.14182) 1263 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:19 smithi045 bash[25828]: cluster 2023-11-17T07:12:18.062709+0000 mgr.smithi045.tkkiao (mgr.14182) 1264 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:21 smithi045 bash[25828]: cluster 2023-11-17T07:12:20.064637+0000 mgr.smithi045.tkkiao (mgr.14182) 1265 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:23 smithi045 bash[25828]: cluster 2023-11-17T07:12:22.066145+0000 mgr.smithi045.tkkiao (mgr.14182) 1266 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:25 smithi045 bash[25828]: cluster 2023-11-17T07:12:24.067921+0000 mgr.smithi045.tkkiao (mgr.14182) 1267 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:27 smithi045 bash[25828]: cluster 2023-11-17T07:12:26.069001+0000 mgr.smithi045.tkkiao (mgr.14182) 1268 : 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 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:29 smithi045 bash[25828]: cluster 2023-11-17T07:12:28.070673+0000 mgr.smithi045.tkkiao (mgr.14182) 1269 : 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 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:31 smithi045 bash[25828]: cluster 2023-11-17T07:12:30.072649+0000 mgr.smithi045.tkkiao (mgr.14182) 1270 : 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 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:33 smithi045 bash[25828]: cluster 2023-11-17T07:12:32.073593+0000 mgr.smithi045.tkkiao (mgr.14182) 1271 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:35 smithi045 bash[25828]: cluster 2023-11-17T07:12:34.075332+0000 mgr.smithi045.tkkiao (mgr.14182) 1272 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:36 smithi045 bash[25828]: audit 2023-11-17T07:12:36.031270+0000 mon.smithi045 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:37 smithi045 bash[25828]: cluster 2023-11-17T07:12:36.076805+0000 mgr.smithi045.tkkiao (mgr.14182) 1273 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:37 smithi045 bash[25828]: audit 2023-11-17T07:12:36.365781+0000 mon.smithi045 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:37 smithi045 bash[25828]: audit 2023-11-17T07:12:36.367440+0000 mon.smithi045 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:37 smithi045 bash[25828]: audit 2023-11-17T07:12:36.376091+0000 mon.smithi045 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:37 smithi045 bash[25828]: audit 2023-11-17T07:12:36.385000+0000 mon.smithi045 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:37 smithi045 bash[25828]: audit 2023-11-17T07:12:36.400303+0000 mon.smithi045 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:37 smithi045 bash[25828]: cluster 2023-11-17T07:12:37.057949+0000 mon.smithi045 (mon.0) 989 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:37 smithi045 bash[25828]: cluster 2023-11-17T07:12:37.058024+0000 mon.smithi045 (mon.0) 990 : cluster [INF] Cluster is now healthy 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:38 smithi045 bash[25828]: cluster 2023-11-17T07:12:36.377410+0000 mgr.smithi045.tkkiao (mgr.14182) 1274 : cluster [DBG] pgmap v905: 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, 65 op/s 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:38 smithi045 bash[25828]: cephadm 2023-11-17T07:12:36.404050+0000 mgr.smithi045.tkkiao (mgr.14182) 1275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.riwneu on smithi105 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:40 smithi045 bash[25828]: cluster 2023-11-17T07:12:38.379083+0000 mgr.smithi045.tkkiao (mgr.14182) 1276 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:41 smithi045 bash[25828]: audit 2023-11-17T07:12:40.193441+0000 mon.smithi045 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.riwneu"}]: dispatch 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: cephadm 2023-11-17T07:12:40.192126+0000 mgr.smithi045.tkkiao (mgr.14182) 1277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.231 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.riwneu ... 2023-11-17T07:14:08.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.riwneu ... 2023-11-17T07:14:08.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: cephadm 2023-11-17T07:12:40.192661+0000 mgr.smithi045.tkkiao (mgr.14182) 1278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: cephadm 2023-11-17T07:12:40.195139+0000 mgr.smithi045.tkkiao (mgr.14182) 1279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.riwneu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-riwneu 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.riwneu 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.riwneu ... 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: cephadm 2023-11-17T07:12:40.199338+0000 mgr.smithi045.tkkiao (mgr.14182) 1280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.imjhst on smithi045 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:42 smithi045 bash[25828]: cluster 2023-11-17T07:12:40.380308+0000 mgr.smithi045.tkkiao (mgr.14182) 1281 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:44 smithi045 bash[25828]: cluster 2023-11-17T07:12:42.381582+0000 mgr.smithi045.tkkiao (mgr.14182) 1282 : cluster [DBG] pgmap v908: 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, 68 op/s 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:44 smithi045 bash[25828]: audit 2023-11-17T07:12:44.002701+0000 mon.smithi045 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.imjhst"}]: dispatch 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: cephadm 2023-11-17T07:12:44.001749+0000 mgr.smithi045.tkkiao (mgr.14182) 1283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.imjhst ... 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.imjhst ... 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: cephadm 2023-11-17T07:12:44.002184+0000 mgr.smithi045.tkkiao (mgr.14182) 1284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: cephadm 2023-11-17T07:12:44.003921+0000 mgr.smithi045.tkkiao (mgr.14182) 1285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.imjhst on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-imjhst 2023-11-17T07:14:08.257 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.257 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.257 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.imjhst 2023-11-17T07:14:08.257 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.imjhst ... 2023-11-17T07:14:08.257 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: cephadm 2023-11-17T07:12:44.007777+0000 mgr.smithi045.tkkiao (mgr.14182) 1286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qubrtr on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: cephadm 2023-11-17T07:12:44.010291+0000 mgr.smithi045.tkkiao (mgr.14182) 1287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: cluster 2023-11-17T07:12:44.011737+0000 mgr.smithi045.tkkiao (mgr.14182) 1288 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:45 smithi045 bash[25828]: cluster 2023-11-17T07:12:44.179623+0000 mon.smithi045 (mon.0) 993 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:47 smithi045 bash[25828]: cluster 2023-11-17T07:12:46.012799+0000 mgr.smithi045.tkkiao (mgr.14182) 1289 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 0 B/s wr, 12 op/s 2023-11-17T07:14:08.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:49 smithi045 bash[25828]: cluster 2023-11-17T07:12:48.014511+0000 mgr.smithi045.tkkiao (mgr.14182) 1290 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:49 smithi045 bash[25828]: audit 2023-11-17T07:12:48.577578+0000 mon.smithi045 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:51 smithi045 bash[25828]: cluster 2023-11-17T07:12:50.015825+0000 mgr.smithi045.tkkiao (mgr.14182) 1291 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:53 smithi045 bash[25828]: cluster 2023-11-17T07:12:52.017322+0000 mgr.smithi045.tkkiao (mgr.14182) 1292 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:55 smithi045 bash[25828]: cluster 2023-11-17T07:12:54.018428+0000 mgr.smithi045.tkkiao (mgr.14182) 1293 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:57 smithi045 bash[25828]: cluster 2023-11-17T07:12:56.019909+0000 mgr.smithi045.tkkiao (mgr.14182) 1294 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:12:59 smithi045 bash[25828]: cluster 2023-11-17T07:12:58.021654+0000 mgr.smithi045.tkkiao (mgr.14182) 1295 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:01 smithi045 bash[25828]: cluster 2023-11-17T07:13:00.023302+0000 mgr.smithi045.tkkiao (mgr.14182) 1296 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:03 smithi045 bash[25828]: cluster 2023-11-17T07:13:02.024424+0000 mgr.smithi045.tkkiao (mgr.14182) 1297 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:05 smithi045 bash[25828]: cluster 2023-11-17T07:13:04.026266+0000 mgr.smithi045.tkkiao (mgr.14182) 1298 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:07 smithi045 bash[25828]: cluster 2023-11-17T07:13:06.027910+0000 mgr.smithi045.tkkiao (mgr.14182) 1299 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:09 smithi045 bash[25828]: cluster 2023-11-17T07:13:08.029704+0000 mgr.smithi045.tkkiao (mgr.14182) 1300 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:11 smithi045 bash[25828]: cluster 2023-11-17T07:13:10.031555+0000 mgr.smithi045.tkkiao (mgr.14182) 1301 : 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 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:13 smithi045 bash[25828]: cluster 2023-11-17T07:13:12.033016+0000 mgr.smithi045.tkkiao (mgr.14182) 1302 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:15 smithi045 bash[25828]: cluster 2023-11-17T07:13:14.034900+0000 mgr.smithi045.tkkiao (mgr.14182) 1303 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:17 smithi045 bash[25828]: cluster 2023-11-17T07:13:16.036487+0000 mgr.smithi045.tkkiao (mgr.14182) 1304 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:19 smithi045 bash[25828]: cluster 2023-11-17T07:13:18.038113+0000 mgr.smithi045.tkkiao (mgr.14182) 1305 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:21 smithi045 bash[25828]: cluster 2023-11-17T07:13:20.039888+0000 mgr.smithi045.tkkiao (mgr.14182) 1306 : 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 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:23 smithi045 bash[25828]: cluster 2023-11-17T07:13:22.041487+0000 mgr.smithi045.tkkiao (mgr.14182) 1307 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:25 smithi045 bash[25828]: cluster 2023-11-17T07:13:24.043508+0000 mgr.smithi045.tkkiao (mgr.14182) 1308 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:27 smithi045 bash[25828]: cluster 2023-11-17T07:13:26.045091+0000 mgr.smithi045.tkkiao (mgr.14182) 1309 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:29 smithi045 bash[25828]: cluster 2023-11-17T07:13:28.046963+0000 mgr.smithi045.tkkiao (mgr.14182) 1310 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:30 smithi045 bash[25828]: cluster 2023-11-17T07:13:30.048908+0000 mgr.smithi045.tkkiao (mgr.14182) 1311 : 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 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:33 smithi045 bash[25828]: cluster 2023-11-17T07:13:32.050462+0000 mgr.smithi045.tkkiao (mgr.14182) 1312 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:35 smithi045 bash[25828]: cluster 2023-11-17T07:13:34.052204+0000 mgr.smithi045.tkkiao (mgr.14182) 1313 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:37 smithi045 bash[25828]: cluster 2023-11-17T07:13:36.053703+0000 mgr.smithi045.tkkiao (mgr.14182) 1314 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:39 smithi045 bash[25828]: cluster 2023-11-17T07:13:38.055423+0000 mgr.smithi045.tkkiao (mgr.14182) 1315 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:41 smithi045 bash[25828]: cluster 2023-11-17T07:13:40.057377+0000 mgr.smithi045.tkkiao (mgr.14182) 1316 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:43 smithi045 bash[25828]: cluster 2023-11-17T07:13:42.058786+0000 mgr.smithi045.tkkiao (mgr.14182) 1317 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:44 smithi045 bash[25828]: audit 2023-11-17T07:13:44.014358+0000 mon.smithi045 (mon.0) 995 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:45 smithi045 bash[25828]: cluster 2023-11-17T07:13:44.060478+0000 mgr.smithi045.tkkiao (mgr.14182) 1318 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:47 smithi045 bash[25828]: cluster 2023-11-17T07:13:46.062009+0000 mgr.smithi045.tkkiao (mgr.14182) 1319 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:49 smithi045 bash[25828]: cluster 2023-11-17T07:13:48.063722+0000 mgr.smithi045.tkkiao (mgr.14182) 1320 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:51 smithi045 bash[25828]: cluster 2023-11-17T07:13:50.064951+0000 mgr.smithi045.tkkiao (mgr.14182) 1321 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-17T07:14:08.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:51 smithi045 bash[25828]: audit 2023-11-17T07:13:50.301250+0000 mon.smithi045 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:51 smithi045 bash[25828]: audit 2023-11-17T07:13:50.599401+0000 mon.smithi045 (mon.0) 997 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:51 smithi045 bash[25828]: audit 2023-11-17T07:13:50.600853+0000 mon.smithi045 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:51 smithi045 bash[25828]: audit 2023-11-17T07:13:50.609893+0000 mon.smithi045 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:51 smithi045 bash[25828]: audit 2023-11-17T07:13:50.618453+0000 mon.smithi045 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:51 smithi045 bash[25828]: audit 2023-11-17T07:13:50.632945+0000 mon.smithi045 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:52 smithi045 bash[25828]: cluster 2023-11-17T07:13:50.610839+0000 mgr.smithi045.tkkiao (mgr.14182) 1322 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:52 smithi045 bash[25828]: cephadm 2023-11-17T07:13:50.636137+0000 mgr.smithi045.tkkiao (mgr.14182) 1323 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jazbwv on smithi105 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:52 smithi045 bash[25828]: cluster 2023-11-17T07:13:51.605615+0000 mon.smithi045 (mon.0) 1002 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:52 smithi045 bash[25828]: cluster 2023-11-17T07:13:51.605681+0000 mon.smithi045 (mon.0) 1003 : cluster [INF] Cluster is now healthy 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:54 smithi045 bash[25828]: cluster 2023-11-17T07:13:52.612084+0000 mgr.smithi045.tkkiao (mgr.14182) 1324 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:55 smithi045 bash[25828]: audit 2023-11-17T07:13:54.394007+0000 mon.smithi045 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jazbwv"}]: dispatch 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: cephadm 2023-11-17T07:13:54.392703+0000 mgr.smithi045.tkkiao (mgr.14182) 1325 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.jazbwv ... 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:14:08.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.jazbwv ... 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: cephadm 2023-11-17T07:13:54.393274+0000 mgr.smithi045.tkkiao (mgr.14182) 1326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: cephadm 2023-11-17T07:13:54.395864+0000 mgr.smithi045.tkkiao (mgr.14182) 1327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.jazbwv ... 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: cephadm 2023-11-17T07:13:54.400244+0000 mgr.smithi045.tkkiao (mgr.14182) 1328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.liixxa on smithi045 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:56 smithi045 bash[25828]: cluster 2023-11-17T07:13:54.613440+0000 mgr.smithi045.tkkiao (mgr.14182) 1329 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:58 smithi045 bash[25828]: cluster 2023-11-17T07:13:56.614610+0000 mgr.smithi045.tkkiao (mgr.14182) 1330 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:59 smithi045 bash[25828]: audit 2023-11-17T07:13:58.200593+0000 mon.smithi045 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.liixxa"}]: dispatch 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:13:59 smithi045 bash[25828]: audit 2023-11-17T07:13:58.642720+0000 mon.smithi045 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: cephadm 2023-11-17T07:13:58.199301+0000 mgr.smithi045.tkkiao (mgr.14182) 1331 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.liixxa ... 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.liixxa ... 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: cephadm 2023-11-17T07:13:58.199824+0000 mgr.smithi045.tkkiao (mgr.14182) 1332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: cephadm 2023-11-17T07:13:58.202285+0000 mgr.smithi045.tkkiao (mgr.14182) 1333 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa 2023-11-17T07:14:08.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.liixxa ... 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: cephadm 2023-11-17T07:13:58.206275+0000 mgr.smithi045.tkkiao (mgr.14182) 1334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: cephadm 2023-11-17T07:13:58.209562+0000 mgr.smithi045.tkkiao (mgr.14182) 1335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: cluster 2023-11-17T07:13:58.212112+0000 mgr.smithi045.tkkiao (mgr.14182) 1336 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:00 smithi045 bash[25828]: cluster 2023-11-17T07:13:59.172608+0000 mon.smithi045 (mon.0) 1007 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:02 smithi045 bash[25828]: cluster 2023-11-17T07:14:00.214194+0000 mgr.smithi045.tkkiao (mgr.14182) 1337 : 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 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:04 smithi045 bash[25828]: cluster 2023-11-17T07:14:02.215709+0000 mgr.smithi045.tkkiao (mgr.14182) 1338 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:14:08.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:05 smithi045 bash[25828]: cluster 2023-11-17T07:14:04.217560+0000 mgr.smithi045.tkkiao (mgr.14182) 1339 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:14:08.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:08 smithi105 bash[28427]: cluster 2023-11-17T07:14:06.219029+0000 mgr.smithi045.tkkiao (mgr.14182) 1340 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:14:08.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:08 smithi045 bash[25828]: cluster 2023-11-17T07:14:06.219029+0000 mgr.smithi045.tkkiao (mgr.14182) 1340 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:14:09.026 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:10.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:10 smithi045 bash[25828]: cluster 2023-11-17T07:14:08.220741+0000 mgr.smithi045.tkkiao (mgr.14182) 1341 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:14:10.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:10 smithi105 bash[28427]: cluster 2023-11-17T07:14:08.220741+0000 mgr.smithi045.tkkiao (mgr.14182) 1341 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:14:11.973 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:11.973 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:12.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:12 smithi045 bash[25828]: cluster 2023-11-17T07:14:10.222691+0000 mgr.smithi045.tkkiao (mgr.14182) 1342 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:12.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:12 smithi105 bash[28427]: cluster 2023-11-17T07:14:10.222691+0000 mgr.smithi045.tkkiao (mgr.14182) 1342 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:12.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:13.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:13 smithi105 bash[28427]: audit 2023-11-17T07:14:11.957335+0000 mgr.smithi045.tkkiao (mgr.14182) 1343 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:13.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:13 smithi045 bash[25828]: audit 2023-11-17T07:14:11.957335+0000 mgr.smithi045.tkkiao (mgr.14182) 1343 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:13.628 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:14.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:14 smithi105 bash[28427]: cluster 2023-11-17T07:14:12.224220+0000 mgr.smithi045.tkkiao (mgr.14182) 1344 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:14.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:14 smithi045 bash[25828]: cluster 2023-11-17T07:14:12.224220+0000 mgr.smithi045.tkkiao (mgr.14182) 1344 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:16.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:16 smithi105 bash[28427]: cluster 2023-11-17T07:14:14.226082+0000 mgr.smithi045.tkkiao (mgr.14182) 1345 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:16.537 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:16.538 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:16.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:16 smithi045 bash[25828]: cluster 2023-11-17T07:14:14.226082+0000 mgr.smithi045.tkkiao (mgr.14182) 1345 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:17.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:18.123 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:18.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:18 smithi105 bash[28427]: cluster 2023-11-17T07:14:16.227522+0000 mgr.smithi045.tkkiao (mgr.14182) 1346 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:18.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:18 smithi105 bash[28427]: audit 2023-11-17T07:14:16.523674+0000 mgr.smithi045.tkkiao (mgr.14182) 1347 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:18 smithi045 bash[25828]: cluster 2023-11-17T07:14:16.227522+0000 mgr.smithi045.tkkiao (mgr.14182) 1346 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:18 smithi045 bash[25828]: audit 2023-11-17T07:14:16.523674+0000 mgr.smithi045.tkkiao (mgr.14182) 1347 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:20.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:20 smithi105 bash[28427]: cluster 2023-11-17T07:14:18.229213+0000 mgr.smithi045.tkkiao (mgr.14182) 1348 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:20.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:20 smithi045 bash[25828]: cluster 2023-11-17T07:14:18.229213+0000 mgr.smithi045.tkkiao (mgr.14182) 1348 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:21.189 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:21.189 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:21.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:22.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:22 smithi105 bash[28427]: cluster 2023-11-17T07:14:20.231117+0000 mgr.smithi045.tkkiao (mgr.14182) 1349 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:22.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:22 smithi105 bash[28427]: audit 2023-11-17T07:14:21.177422+0000 mgr.smithi045.tkkiao (mgr.14182) 1350 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:22 smithi045 bash[25828]: cluster 2023-11-17T07:14:20.231117+0000 mgr.smithi045.tkkiao (mgr.14182) 1349 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:22 smithi045 bash[25828]: audit 2023-11-17T07:14:21.177422+0000 mgr.smithi045.tkkiao (mgr.14182) 1350 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:22.756 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:24.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:24 smithi045 bash[25828]: cluster 2023-11-17T07:14:22.232626+0000 mgr.smithi045.tkkiao (mgr.14182) 1351 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:24.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:24 smithi105 bash[28427]: cluster 2023-11-17T07:14:22.232626+0000 mgr.smithi045.tkkiao (mgr.14182) 1351 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:25.688 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:25.688 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:26.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:26.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:26 smithi045 bash[25828]: cluster 2023-11-17T07:14:24.234454+0000 mgr.smithi045.tkkiao (mgr.14182) 1352 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:26.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:26 smithi105 bash[28427]: cluster 2023-11-17T07:14:24.234454+0000 mgr.smithi045.tkkiao (mgr.14182) 1352 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:27.237 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:27.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:27 smithi045 bash[25828]: audit 2023-11-17T07:14:25.671361+0000 mgr.smithi045.tkkiao (mgr.14182) 1353 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:27.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:27 smithi105 bash[28427]: audit 2023-11-17T07:14:25.671361+0000 mgr.smithi045.tkkiao (mgr.14182) 1353 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:28.454 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:28 smithi045 bash[25828]: cluster 2023-11-17T07:14:26.235937+0000 mgr.smithi045.tkkiao (mgr.14182) 1354 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:28.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:28 smithi105 bash[28427]: cluster 2023-11-17T07:14:26.235937+0000 mgr.smithi045.tkkiao (mgr.14182) 1354 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:30.220 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:30.220 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:30.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:30 smithi045 bash[25828]: cluster 2023-11-17T07:14:28.237684+0000 mgr.smithi045.tkkiao (mgr.14182) 1355 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:30.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:30 smithi105 bash[28427]: cluster 2023-11-17T07:14:28.237684+0000 mgr.smithi045.tkkiao (mgr.14182) 1355 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:30.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:31.792 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:32.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:32 smithi045 bash[25828]: audit 2023-11-17T07:14:30.205220+0000 mgr.smithi045.tkkiao (mgr.14182) 1356 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:32.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:32 smithi045 bash[25828]: cluster 2023-11-17T07:14:30.239650+0000 mgr.smithi045.tkkiao (mgr.14182) 1357 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:32.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:32 smithi105 bash[28427]: audit 2023-11-17T07:14:30.205220+0000 mgr.smithi045.tkkiao (mgr.14182) 1356 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:32.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:32 smithi105 bash[28427]: cluster 2023-11-17T07:14:30.239650+0000 mgr.smithi045.tkkiao (mgr.14182) 1357 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:34 smithi045 bash[25828]: cluster 2023-11-17T07:14:32.241181+0000 mgr.smithi045.tkkiao (mgr.14182) 1358 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:34 smithi105 bash[28427]: cluster 2023-11-17T07:14:32.241181+0000 mgr.smithi045.tkkiao (mgr.14182) 1358 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:34.738 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:34.738 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:35.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:36.310 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:36.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:36 smithi045 bash[25828]: cluster 2023-11-17T07:14:34.242972+0000 mgr.smithi045.tkkiao (mgr.14182) 1359 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:36.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:36 smithi045 bash[25828]: audit 2023-11-17T07:14:34.721501+0000 mgr.smithi045.tkkiao (mgr.14182) 1360 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:36.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:36 smithi105 bash[28427]: cluster 2023-11-17T07:14:34.242972+0000 mgr.smithi045.tkkiao (mgr.14182) 1359 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:36.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:36 smithi105 bash[28427]: audit 2023-11-17T07:14:34.721501+0000 mgr.smithi045.tkkiao (mgr.14182) 1360 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:38.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:38 smithi045 bash[25828]: cluster 2023-11-17T07:14:36.244480+0000 mgr.smithi045.tkkiao (mgr.14182) 1361 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:38.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:38 smithi105 bash[28427]: cluster 2023-11-17T07:14:36.244480+0000 mgr.smithi045.tkkiao (mgr.14182) 1361 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:39.273 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:39.273 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:39.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:40.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:40 smithi045 bash[25828]: cluster 2023-11-17T07:14:38.246188+0000 mgr.smithi045.tkkiao (mgr.14182) 1362 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:40.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:40 smithi105 bash[28427]: cluster 2023-11-17T07:14:38.246188+0000 mgr.smithi045.tkkiao (mgr.14182) 1362 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:40.841 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:41.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:41 smithi045 bash[25828]: audit 2023-11-17T07:14:39.264565+0000 mgr.smithi045.tkkiao (mgr.14182) 1363 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:41.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:41 smithi105 bash[28427]: audit 2023-11-17T07:14:39.264565+0000 mgr.smithi045.tkkiao (mgr.14182) 1363 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:42.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:42 smithi045 bash[25828]: cluster 2023-11-17T07:14:40.248118+0000 mgr.smithi045.tkkiao (mgr.14182) 1364 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:42.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:42 smithi105 bash[28427]: cluster 2023-11-17T07:14:40.248118+0000 mgr.smithi045.tkkiao (mgr.14182) 1364 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:43.506 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:43 smithi045 bash[25828]: cluster 2023-11-17T07:14:42.249530+0000 mgr.smithi045.tkkiao (mgr.14182) 1365 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:43.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:43 smithi105 bash[28427]: cluster 2023-11-17T07:14:42.249530+0000 mgr.smithi045.tkkiao (mgr.14182) 1365 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:43.943 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:43.944 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:44.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:44 smithi045 bash[25828]: audit 2023-11-17T07:14:43.930349+0000 mgr.smithi045.tkkiao (mgr.14182) 1366 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:44.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:44.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:44 smithi105 bash[28427]: audit 2023-11-17T07:14:43.930349+0000 mgr.smithi045.tkkiao (mgr.14182) 1366 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:45.525 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:45.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:45 smithi045 bash[25828]: cluster 2023-11-17T07:14:44.251316+0000 mgr.smithi045.tkkiao (mgr.14182) 1367 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:45.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:45 smithi105 bash[28427]: cluster 2023-11-17T07:14:44.251316+0000 mgr.smithi045.tkkiao (mgr.14182) 1367 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:48.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:48 smithi105 bash[28427]: cluster 2023-11-17T07:14:46.252799+0000 mgr.smithi045.tkkiao (mgr.14182) 1368 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:48.541 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:48.541 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:48.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:48 smithi045 bash[25828]: cluster 2023-11-17T07:14:46.252799+0000 mgr.smithi045.tkkiao (mgr.14182) 1368 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:49.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:50.182 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:50.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:50 smithi105 bash[28427]: cluster 2023-11-17T07:14:48.254619+0000 mgr.smithi045.tkkiao (mgr.14182) 1369 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:50.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:50 smithi105 bash[28427]: audit 2023-11-17T07:14:48.524126+0000 mgr.smithi045.tkkiao (mgr.14182) 1370 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:50.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:50 smithi045 bash[25828]: cluster 2023-11-17T07:14:48.254619+0000 mgr.smithi045.tkkiao (mgr.14182) 1369 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:50.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:50 smithi045 bash[25828]: audit 2023-11-17T07:14:48.524126+0000 mgr.smithi045.tkkiao (mgr.14182) 1370 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:52.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:52 smithi105 bash[28427]: cluster 2023-11-17T07:14:50.255780+0000 mgr.smithi045.tkkiao (mgr.14182) 1371 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:52.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:52 smithi045 bash[25828]: cluster 2023-11-17T07:14:50.255780+0000 mgr.smithi045.tkkiao (mgr.14182) 1371 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:53.262 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:53.263 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:53.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:54.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:54 smithi105 bash[28427]: cluster 2023-11-17T07:14:52.256915+0000 mgr.smithi045.tkkiao (mgr.14182) 1372 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:54.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:54 smithi045 bash[25828]: cluster 2023-11-17T07:14:52.256915+0000 mgr.smithi045.tkkiao (mgr.14182) 1372 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:54.869 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:55.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:55 smithi105 bash[28427]: audit 2023-11-17T07:14:53.245357+0000 mgr.smithi045.tkkiao (mgr.14182) 1373 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:55.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:55 smithi045 bash[25828]: audit 2023-11-17T07:14:53.245357+0000 mgr.smithi045.tkkiao (mgr.14182) 1373 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:56.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:56 smithi045 bash[25828]: cluster 2023-11-17T07:14:54.259096+0000 mgr.smithi045.tkkiao (mgr.14182) 1374 : 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 2023-11-17T07:14:56.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:56 smithi105 bash[28427]: cluster 2023-11-17T07:14:54.259096+0000 mgr.smithi045.tkkiao (mgr.14182) 1374 : 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 2023-11-17T07:14:58.036 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:14:58.036 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:14:58.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:58 smithi105 bash[28427]: cluster 2023-11-17T07:14:56.260349+0000 mgr.smithi045.tkkiao (mgr.14182) 1375 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:58 smithi045 bash[25828]: cluster 2023-11-17T07:14:56.260349+0000 mgr.smithi045.tkkiao (mgr.14182) 1375 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:58.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:59.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:59 smithi045 bash[25828]: audit 2023-11-17T07:14:58.022213+0000 mgr.smithi045.tkkiao (mgr.14182) 1376 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:59.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:59 smithi045 bash[25828]: audit 2023-11-17T07:14:58.215265+0000 mon.smithi045 (mon.0) 1008 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:14:59.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:14:59 smithi045 bash[25828]: audit 2023-11-17T07:14:58.511918+0000 mon.smithi045 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:14:59.620 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:59.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:59 smithi105 bash[28427]: audit 2023-11-17T07:14:58.022213+0000 mgr.smithi045.tkkiao (mgr.14182) 1376 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:59.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:59 smithi105 bash[28427]: audit 2023-11-17T07:14:58.215265+0000 mon.smithi045 (mon.0) 1008 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:14:59.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:14:59 smithi105 bash[28427]: audit 2023-11-17T07:14:58.511918+0000 mon.smithi045 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:00.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:00 smithi045 bash[25828]: cluster 2023-11-17T07:14:58.261613+0000 mgr.smithi045.tkkiao (mgr.14182) 1377 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:00.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:00 smithi105 bash[28427]: cluster 2023-11-17T07:14:58.261613+0000 mgr.smithi045.tkkiao (mgr.14182) 1377 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:02.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:02 smithi045 bash[25828]: cluster 2023-11-17T07:15:00.263329+0000 mgr.smithi045.tkkiao (mgr.14182) 1378 : 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 2023-11-17T07:15:02.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:02 smithi105 bash[28427]: cluster 2023-11-17T07:15:00.263329+0000 mgr.smithi045.tkkiao (mgr.14182) 1378 : 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 2023-11-17T07:15:02.716 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:02.716 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:04:39.169878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:04:39.170274Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:04:39.170554Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:04:39.170816Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:04:39.171323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:04:39.171070Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:04:39.172356Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:03.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:04.316 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:04.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:04 smithi045 bash[25828]: cluster 2023-11-17T07:15:02.264480+0000 mgr.smithi045.tkkiao (mgr.14182) 1379 : 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 2023-11-17T07:15:04.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:04 smithi045 bash[25828]: audit 2023-11-17T07:15:02.701104+0000 mgr.smithi045.tkkiao (mgr.14182) 1380 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:04.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:04 smithi045 bash[25828]: audit 2023-11-17T07:15:04.143118+0000 mon.smithi045 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:04.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:04 smithi105 bash[28427]: cluster 2023-11-17T07:15:02.264480+0000 mgr.smithi045.tkkiao (mgr.14182) 1379 : 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 2023-11-17T07:15:04.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:04 smithi105 bash[28427]: audit 2023-11-17T07:15:02.701104+0000 mgr.smithi045.tkkiao (mgr.14182) 1380 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:04.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:04 smithi105 bash[28427]: audit 2023-11-17T07:15:04.143118+0000 mon.smithi045 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:05.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:05 smithi045 bash[25828]: audit 2023-11-17T07:15:04.444929+0000 mon.smithi045 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:15:05.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:05 smithi045 bash[25828]: audit 2023-11-17T07:15:04.446587+0000 mon.smithi045 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:15:05.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:05 smithi045 bash[25828]: audit 2023-11-17T07:15:04.456436+0000 mon.smithi045 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:05.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:05 smithi045 bash[25828]: audit 2023-11-17T07:15:04.465810+0000 mon.smithi045 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:15:05.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:05 smithi045 bash[25828]: audit 2023-11-17T07:15:04.482356+0000 mon.smithi045 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:05.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:05 smithi105 bash[28427]: audit 2023-11-17T07:15:04.444929+0000 mon.smithi045 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:15:05.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:05 smithi105 bash[28427]: audit 2023-11-17T07:15:04.446587+0000 mon.smithi045 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:15:05.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:05 smithi105 bash[28427]: audit 2023-11-17T07:15:04.456436+0000 mon.smithi045 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:05.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:05 smithi105 bash[28427]: audit 2023-11-17T07:15:04.465810+0000 mon.smithi045 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:15:05.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:05 smithi105 bash[28427]: audit 2023-11-17T07:15:04.482356+0000 mon.smithi045 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:06.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:06 smithi045 bash[25828]: cluster 2023-11-17T07:15:04.266319+0000 mgr.smithi045.tkkiao (mgr.14182) 1381 : 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 2023-11-17T07:15:06.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:06 smithi045 bash[25828]: cluster 2023-11-17T07:15:04.457740+0000 mgr.smithi045.tkkiao (mgr.14182) 1382 : cluster [DBG] pgmap v981: 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 2023-11-17T07:15:06.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:06 smithi045 bash[25828]: cephadm 2023-11-17T07:15:04.485417+0000 mgr.smithi045.tkkiao (mgr.14182) 1383 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qwpoei on smithi105 2023-11-17T07:15:06.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:06 smithi045 bash[25828]: cluster 2023-11-17T07:15:05.169267+0000 mon.smithi045 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:15:06.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:06 smithi045 bash[25828]: cluster 2023-11-17T07:15:05.169308+0000 mon.smithi045 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2023-11-17T07:15:06.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:06 smithi105 bash[28427]: cluster 2023-11-17T07:15:04.266319+0000 mgr.smithi045.tkkiao (mgr.14182) 1381 : 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 2023-11-17T07:15:06.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:06 smithi105 bash[28427]: cluster 2023-11-17T07:15:04.457740+0000 mgr.smithi045.tkkiao (mgr.14182) 1382 : cluster [DBG] pgmap v981: 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 2023-11-17T07:15:06.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:06 smithi105 bash[28427]: cephadm 2023-11-17T07:15:04.485417+0000 mgr.smithi045.tkkiao (mgr.14182) 1383 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qwpoei on smithi105 2023-11-17T07:15:06.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:06 smithi105 bash[28427]: cluster 2023-11-17T07:15:05.169267+0000 mon.smithi045 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:15:06.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:06 smithi105 bash[28427]: cluster 2023-11-17T07:15:05.169308+0000 mon.smithi045 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2023-11-17T07:15:07.269 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:07.269 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:12:44.010185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.nnowrq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:07.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:08.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:08 smithi045 bash[25828]: cluster 2023-11-17T07:15:06.458957+0000 mgr.smithi045.tkkiao (mgr.14182) 1384 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:15:08.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:08 smithi105 bash[28427]: cluster 2023-11-17T07:15:06.458957+0000 mgr.smithi045.tkkiao (mgr.14182) 1384 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:15:08.802 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:09 smithi045 bash[25828]: audit 2023-11-17T07:15:07.252877+0000 mgr.smithi045.tkkiao (mgr.14182) 1385 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:09 smithi045 bash[25828]: audit 2023-11-17T07:15:08.275957+0000 mon.smithi045 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qwpoei"}]: dispatch 2023-11-17T07:15:09.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:09 smithi105 bash[28427]: audit 2023-11-17T07:15:07.252877+0000 mgr.smithi045.tkkiao (mgr.14182) 1385 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:09.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:09 smithi105 bash[28427]: audit 2023-11-17T07:15:08.275957+0000 mon.smithi045 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qwpoei"}]: dispatch 2023-11-17T07:15:10.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: cephadm 2023-11-17T07:15:08.274816+0000 mgr.smithi045.tkkiao (mgr.14182) 1386 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:10.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qwpoei ... 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:15:10.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qwpoei ... 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:10.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: cephadm 2023-11-17T07:15:08.275329+0000 mgr.smithi045.tkkiao (mgr.14182) 1387 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: cephadm 2023-11-17T07:15:08.277622+0000 mgr.smithi045.tkkiao (mgr.14182) 1388 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qwpoei ... 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:10.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:10.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: cephadm 2023-11-17T07:15:08.282405+0000 mgr.smithi045.tkkiao (mgr.14182) 1389 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.iqzbjm on smithi045 2023-11-17T07:15:10.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:10 smithi045 bash[25828]: cluster 2023-11-17T07:15:08.460647+0000 mgr.smithi045.tkkiao (mgr.14182) 1390 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:15:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: cephadm 2023-11-17T07:15:08.274816+0000 mgr.smithi045.tkkiao (mgr.14182) 1386 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qwpoei ... 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:15:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qwpoei ... 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: cephadm 2023-11-17T07:15:08.275329+0000 mgr.smithi045.tkkiao (mgr.14182) 1387 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: cephadm 2023-11-17T07:15:08.277622+0000 mgr.smithi045.tkkiao (mgr.14182) 1388 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei 2023-11-17T07:15:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qwpoei ... 2023-11-17T07:15:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: cephadm 2023-11-17T07:15:08.282405+0000 mgr.smithi045.tkkiao (mgr.14182) 1389 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.iqzbjm on smithi045 2023-11-17T07:15:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:10 smithi105 bash[28427]: cluster 2023-11-17T07:15:08.460647+0000 mgr.smithi045.tkkiao (mgr.14182) 1390 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:15:11.852 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:11.853 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:54.395596Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jazbwv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jazbwv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jazbwv\nDeploy daemon haproxy.nfs.foo.smithi105.jazbwv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.202054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.liixxa on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-liixxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.liixxa\nDeploy daemon haproxy.nfs.foo.smithi045.liixxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:13:58.206083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ftwskp on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:12.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:12 smithi045 bash[25828]: cluster 2023-11-17T07:15:10.461397+0000 mgr.smithi045.tkkiao (mgr.14182) 1391 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:15:12.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:12 smithi045 bash[25828]: audit 2023-11-17T07:15:12.070534+0000 mon.smithi045 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.iqzbjm"}]: dispatch 2023-11-17T07:15:12.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:12.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:12 smithi105 bash[28427]: cluster 2023-11-17T07:15:10.461397+0000 mgr.smithi045.tkkiao (mgr.14182) 1391 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:15:12.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:12 smithi105 bash[28427]: audit 2023-11-17T07:15:12.070534+0000 mon.smithi045 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.iqzbjm"}]: dispatch 2023-11-17T07:15:13.506 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:13.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: audit 2023-11-17T07:15:11.834396+0000 mgr.smithi045.tkkiao (mgr.14182) 1392 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:13.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: cephadm 2023-11-17T07:15:12.069508+0000 mgr.smithi045.tkkiao (mgr.14182) 1393 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:13.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:13.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.iqzbjm ... 2023-11-17T07:15:13.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:13.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:13.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.iqzbjm ... 2023-11-17T07:15:13.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: cephadm 2023-11-17T07:15:12.069940+0000 mgr.smithi045.tkkiao (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: cephadm 2023-11-17T07:15:12.071891+0000 mgr.smithi045.tkkiao (mgr.14182) 1395 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.iqzbjm ... 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: cephadm 2023-11-17T07:15:12.076205+0000 mgr.smithi045.tkkiao (mgr.14182) 1396 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:15:13.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: cephadm 2023-11-17T07:15:12.080340+0000 mgr.smithi045.tkkiao (mgr.14182) 1397 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:15:13.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: cluster 2023-11-17T07:15:12.081761+0000 mgr.smithi045.tkkiao (mgr.14182) 1398 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T07:15:13.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:13 smithi045 bash[25828]: cluster 2023-11-17T07:15:12.205210+0000 mon.smithi045 (mon.0) 1020 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:15:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: audit 2023-11-17T07:15:11.834396+0000 mgr.smithi045.tkkiao (mgr.14182) 1392 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: cephadm 2023-11-17T07:15:12.069508+0000 mgr.smithi045.tkkiao (mgr.14182) 1393 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.iqzbjm ... 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:13.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.iqzbjm ... 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: cephadm 2023-11-17T07:15:12.069940+0000 mgr.smithi045.tkkiao (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: cephadm 2023-11-17T07:15:12.071891+0000 mgr.smithi045.tkkiao (mgr.14182) 1395 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.iqzbjm ... 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:15:13.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:15:13.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:15:13.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:15:13.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: cephadm 2023-11-17T07:15:12.076205+0000 mgr.smithi045.tkkiao (mgr.14182) 1396 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:15:13.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: cephadm 2023-11-17T07:15:12.080340+0000 mgr.smithi045.tkkiao (mgr.14182) 1397 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:15:13.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: cluster 2023-11-17T07:15:12.081761+0000 mgr.smithi045.tkkiao (mgr.14182) 1398 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T07:15:13.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:13 smithi105 bash[28427]: cluster 2023-11-17T07:15:12.205210+0000 mon.smithi045 (mon.0) 1020 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:15:14.856 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:14 smithi045 bash[25828]: audit 2023-11-17T07:15:13.706246+0000 mon.smithi045 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:14.857 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:14 smithi045 bash[25828]: cluster 2023-11-17T07:15:14.083488+0000 mgr.smithi045.tkkiao (mgr.14182) 1399 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T07:15:15.151 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:14 smithi105 bash[28427]: audit 2023-11-17T07:15:13.706246+0000 mon.smithi045 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:15:15.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:14 smithi105 bash[28427]: cluster 2023-11-17T07:15:14.083488+0000 mgr.smithi045.tkkiao (mgr.14182) 1399 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-17T07:15:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:16.533 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:17.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:17.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:17 smithi105 bash[28427]: cluster 2023-11-17T07:15:16.084340+0000 mgr.smithi045.tkkiao (mgr.14182) 1400 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:15:17.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:17 smithi045 bash[25828]: cluster 2023-11-17T07:15:16.084340+0000 mgr.smithi045.tkkiao (mgr.14182) 1400 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:15:18.182 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:18.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:18 smithi045 bash[25828]: audit 2023-11-17T07:15:16.523916+0000 mgr.smithi045.tkkiao (mgr.14182) 1401 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:18.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:18 smithi105 bash[28427]: audit 2023-11-17T07:15:16.523916+0000 mgr.smithi045.tkkiao (mgr.14182) 1401 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:19.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:19 smithi045 bash[25828]: cluster 2023-11-17T07:15:18.086122+0000 mgr.smithi045.tkkiao (mgr.14182) 1402 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:15:19.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:19 smithi105 bash[28427]: cluster 2023-11-17T07:15:18.086122+0000 mgr.smithi045.tkkiao (mgr.14182) 1402 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:15:21.061 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:21.061 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:21.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:21 smithi045 bash[25828]: cluster 2023-11-17T07:15:20.088212+0000 mgr.smithi045.tkkiao (mgr.14182) 1403 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:15:21.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:21.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:21 smithi105 bash[28427]: cluster 2023-11-17T07:15:20.088212+0000 mgr.smithi045.tkkiao (mgr.14182) 1403 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:15:22.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:22 smithi045 bash[25828]: audit 2023-11-17T07:15:21.047835+0000 mgr.smithi045.tkkiao (mgr.14182) 1404 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:22.634 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:22.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:22 smithi105 bash[28427]: audit 2023-11-17T07:15:21.047835+0000 mgr.smithi045.tkkiao (mgr.14182) 1404 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:23.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:23 smithi045 bash[25828]: cluster 2023-11-17T07:15:22.089769+0000 mgr.smithi045.tkkiao (mgr.14182) 1405 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:15:23.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:23 smithi105 bash[28427]: cluster 2023-11-17T07:15:22.089769+0000 mgr.smithi045.tkkiao (mgr.14182) 1405 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:15:25.575 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:25.575 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:25.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:25 smithi045 bash[25828]: cluster 2023-11-17T07:15:24.090832+0000 mgr.smithi045.tkkiao (mgr.14182) 1406 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:25.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:25 smithi105 bash[28427]: cluster 2023-11-17T07:15:24.090832+0000 mgr.smithi045.tkkiao (mgr.14182) 1406 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:26.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:27.130 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:27.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:27 smithi045 bash[25828]: audit 2023-11-17T07:15:25.561511+0000 mgr.smithi045.tkkiao (mgr.14182) 1407 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:27.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:27 smithi045 bash[25828]: cluster 2023-11-17T07:15:26.091821+0000 mgr.smithi045.tkkiao (mgr.14182) 1408 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:27.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:27 smithi105 bash[28427]: audit 2023-11-17T07:15:25.561511+0000 mgr.smithi045.tkkiao (mgr.14182) 1407 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:27.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:27 smithi105 bash[28427]: cluster 2023-11-17T07:15:26.091821+0000 mgr.smithi045.tkkiao (mgr.14182) 1408 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:29.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:29 smithi045 bash[25828]: cluster 2023-11-17T07:15:28.093522+0000 mgr.smithi045.tkkiao (mgr.14182) 1409 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:29.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:29 smithi105 bash[28427]: cluster 2023-11-17T07:15:28.093522+0000 mgr.smithi045.tkkiao (mgr.14182) 1409 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:29.941 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:29.941 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:30.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:31.541 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:31 smithi045 bash[25828]: audit 2023-11-17T07:15:29.927259+0000 mgr.smithi045.tkkiao (mgr.14182) 1410 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:31 smithi045 bash[25828]: cluster 2023-11-17T07:15:30.095435+0000 mgr.smithi045.tkkiao (mgr.14182) 1411 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:31.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:31 smithi105 bash[28427]: audit 2023-11-17T07:15:29.927259+0000 mgr.smithi045.tkkiao (mgr.14182) 1410 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:31.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:31 smithi105 bash[28427]: cluster 2023-11-17T07:15:30.095435+0000 mgr.smithi045.tkkiao (mgr.14182) 1411 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:33.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:33 smithi045 bash[25828]: cluster 2023-11-17T07:15:32.096950+0000 mgr.smithi045.tkkiao (mgr.14182) 1412 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:33.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:33 smithi105 bash[28427]: cluster 2023-11-17T07:15:32.096950+0000 mgr.smithi045.tkkiao (mgr.14182) 1412 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:34.605 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:34.605 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:35.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:35.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:35 smithi045 bash[25828]: cluster 2023-11-17T07:15:34.098709+0000 mgr.smithi045.tkkiao (mgr.14182) 1413 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:35.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:35 smithi105 bash[28427]: cluster 2023-11-17T07:15:34.098709+0000 mgr.smithi045.tkkiao (mgr.14182) 1413 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:36.140 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:36.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:36 smithi045 bash[25828]: audit 2023-11-17T07:15:34.588478+0000 mgr.smithi045.tkkiao (mgr.14182) 1414 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:36.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:36 smithi105 bash[28427]: audit 2023-11-17T07:15:34.588478+0000 mgr.smithi045.tkkiao (mgr.14182) 1414 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:37.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:37 smithi045 bash[25828]: cluster 2023-11-17T07:15:36.100189+0000 mgr.smithi045.tkkiao (mgr.14182) 1415 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:37.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:37 smithi105 bash[28427]: cluster 2023-11-17T07:15:36.100189+0000 mgr.smithi045.tkkiao (mgr.14182) 1415 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:38.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:38 smithi045 bash[25828]: cluster 2023-11-17T07:15:38.101890+0000 mgr.smithi045.tkkiao (mgr.14182) 1416 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:38.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:38 smithi105 bash[28427]: cluster 2023-11-17T07:15:38.101890+0000 mgr.smithi045.tkkiao (mgr.14182) 1416 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:39.344 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:39.344 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:39.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:40.889 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:41.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:41 smithi045 bash[25828]: audit 2023-11-17T07:15:39.333742+0000 mgr.smithi045.tkkiao (mgr.14182) 1417 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:41.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:41 smithi045 bash[25828]: cluster 2023-11-17T07:15:40.103876+0000 mgr.smithi045.tkkiao (mgr.14182) 1418 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:41.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:41 smithi105 bash[28427]: audit 2023-11-17T07:15:39.333742+0000 mgr.smithi045.tkkiao (mgr.14182) 1417 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:41.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:41 smithi105 bash[28427]: cluster 2023-11-17T07:15:40.103876+0000 mgr.smithi045.tkkiao (mgr.14182) 1418 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:43.448 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:43 smithi045 bash[25828]: cluster 2023-11-17T07:15:42.105440+0000 mgr.smithi045.tkkiao (mgr.14182) 1419 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:43.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:43 smithi105 bash[28427]: cluster 2023-11-17T07:15:42.105440+0000 mgr.smithi045.tkkiao (mgr.14182) 1419 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:43.816 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:43.816 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:44.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:45.418 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:45.431 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:45 smithi045 bash[25828]: audit 2023-11-17T07:15:43.799995+0000 mgr.smithi045.tkkiao (mgr.14182) 1420 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:45.431 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:45 smithi045 bash[25828]: cluster 2023-11-17T07:15:44.107247+0000 mgr.smithi045.tkkiao (mgr.14182) 1421 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:45.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:45 smithi105 bash[28427]: audit 2023-11-17T07:15:43.799995+0000 mgr.smithi045.tkkiao (mgr.14182) 1420 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:45.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:45 smithi105 bash[28427]: cluster 2023-11-17T07:15:44.107247+0000 mgr.smithi045.tkkiao (mgr.14182) 1421 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:47.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:47 smithi045 bash[25828]: cluster 2023-11-17T07:15:46.108751+0000 mgr.smithi045.tkkiao (mgr.14182) 1422 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:47.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:47 smithi105 bash[28427]: cluster 2023-11-17T07:15:46.108751+0000 mgr.smithi045.tkkiao (mgr.14182) 1422 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:48.402 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:48.402 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:49.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:49.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:49 smithi045 bash[25828]: cluster 2023-11-17T07:15:48.109949+0000 mgr.smithi045.tkkiao (mgr.14182) 1423 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:49.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:49 smithi105 bash[28427]: cluster 2023-11-17T07:15:48.109949+0000 mgr.smithi045.tkkiao (mgr.14182) 1423 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:50.023 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:50.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:50 smithi045 bash[25828]: audit 2023-11-17T07:15:48.387747+0000 mgr.smithi045.tkkiao (mgr.14182) 1424 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:50.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:50 smithi105 bash[28427]: audit 2023-11-17T07:15:48.387747+0000 mgr.smithi045.tkkiao (mgr.14182) 1424 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:51.294 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:51 smithi045 bash[25828]: cluster 2023-11-17T07:15:50.111788+0000 mgr.smithi045.tkkiao (mgr.14182) 1425 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:51.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:51 smithi105 bash[28427]: cluster 2023-11-17T07:15:50.111788+0000 mgr.smithi045.tkkiao (mgr.14182) 1425 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:52.910 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:52.910 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:53.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:53 smithi045 bash[25828]: cluster 2023-11-17T07:15:52.113462+0000 mgr.smithi045.tkkiao (mgr.14182) 1426 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:53.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:53.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:53 smithi105 bash[28427]: cluster 2023-11-17T07:15:52.113462+0000 mgr.smithi045.tkkiao (mgr.14182) 1426 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:54.511 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:54.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:54 smithi045 bash[25828]: audit 2023-11-17T07:15:52.902354+0000 mgr.smithi045.tkkiao (mgr.14182) 1427 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:54.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:54 smithi105 bash[28427]: audit 2023-11-17T07:15:52.902354+0000 mgr.smithi045.tkkiao (mgr.14182) 1427 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:55.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:55 smithi045 bash[25828]: cluster 2023-11-17T07:15:54.115305+0000 mgr.smithi045.tkkiao (mgr.14182) 1428 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:55.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:55 smithi105 bash[28427]: cluster 2023-11-17T07:15:54.115305+0000 mgr.smithi045.tkkiao (mgr.14182) 1428 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:57.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:57 smithi105 bash[28427]: cluster 2023-11-17T07:15:56.116834+0000 mgr.smithi045.tkkiao (mgr.14182) 1429 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:57 smithi045 bash[25828]: cluster 2023-11-17T07:15:56.116834+0000 mgr.smithi045.tkkiao (mgr.14182) 1429 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:57.728 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:15:57.728 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:15:58.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:59.305 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:59.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:59 smithi105 bash[28427]: audit 2023-11-17T07:15:57.713184+0000 mgr.smithi045.tkkiao (mgr.14182) 1430 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:59.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:15:59 smithi105 bash[28427]: cluster 2023-11-17T07:15:58.118533+0000 mgr.smithi045.tkkiao (mgr.14182) 1431 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:59.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:59 smithi045 bash[25828]: audit 2023-11-17T07:15:57.713184+0000 mgr.smithi045.tkkiao (mgr.14182) 1430 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:59.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:15:59 smithi045 bash[25828]: cluster 2023-11-17T07:15:58.118533+0000 mgr.smithi045.tkkiao (mgr.14182) 1431 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:01.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:01 smithi105 bash[28427]: cluster 2023-11-17T07:16:00.120495+0000 mgr.smithi045.tkkiao (mgr.14182) 1432 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:01.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:01 smithi045 bash[25828]: cluster 2023-11-17T07:16:00.120495+0000 mgr.smithi045.tkkiao (mgr.14182) 1432 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:02.312 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:16:02.312 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:16:02.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:03.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:03 smithi105 bash[28427]: cluster 2023-11-17T07:16:02.121652+0000 mgr.smithi045.tkkiao (mgr.14182) 1433 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:03.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:03 smithi045 bash[25828]: cluster 2023-11-17T07:16:02.121652+0000 mgr.smithi045.tkkiao (mgr.14182) 1433 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:03.869 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:04.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:04 smithi045 bash[25828]: audit 2023-11-17T07:16:02.301346+0000 mgr.smithi045.tkkiao (mgr.14182) 1434 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:04.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:04 smithi105 bash[28427]: audit 2023-11-17T07:16:02.301346+0000 mgr.smithi045.tkkiao (mgr.14182) 1434 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:05.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:05 smithi045 bash[25828]: cluster 2023-11-17T07:16:04.123374+0000 mgr.smithi045.tkkiao (mgr.14182) 1435 : 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 2023-11-17T07:16:05.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:05 smithi105 bash[28427]: cluster 2023-11-17T07:16:04.123374+0000 mgr.smithi045.tkkiao (mgr.14182) 1435 : 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 2023-11-17T07:16:06.872 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:16:06.872 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:16:07.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:07 smithi045 bash[25828]: cluster 2023-11-17T07:16:06.124834+0000 mgr.smithi045.tkkiao (mgr.14182) 1436 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:16:07.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:07.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:07 smithi105 bash[28427]: cluster 2023-11-17T07:16:06.124834+0000 mgr.smithi045.tkkiao (mgr.14182) 1436 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:16:08.459 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:08.472 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:08 smithi045 bash[25828]: audit 2023-11-17T07:16:06.863824+0000 mgr.smithi045.tkkiao (mgr.14182) 1437 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:08.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:08 smithi105 bash[28427]: audit 2023-11-17T07:16:06.863824+0000 mgr.smithi045.tkkiao (mgr.14182) 1437 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:09.475 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:09 smithi045 bash[25828]: cluster 2023-11-17T07:16:08.126667+0000 mgr.smithi045.tkkiao (mgr.14182) 1438 : 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 2023-11-17T07:16:09.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:09 smithi105 bash[28427]: cluster 2023-11-17T07:16:08.126667+0000 mgr.smithi045.tkkiao (mgr.14182) 1438 : 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 2023-11-17T07:16:11.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:11 smithi045 bash[25828]: cluster 2023-11-17T07:16:10.128700+0000 mgr.smithi045.tkkiao (mgr.14182) 1439 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:11.460 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:16:11.460 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:16:11.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:11 smithi105 bash[28427]: cluster 2023-11-17T07:16:10.128700+0000 mgr.smithi045.tkkiao (mgr.14182) 1439 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:12.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:12.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:12 smithi045 bash[25828]: audit 2023-11-17T07:16:12.083949+0000 mon.smithi045 (mon.0) 1022 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:16:12.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:12 smithi105 bash[28427]: audit 2023-11-17T07:16:12.083949+0000 mon.smithi045 (mon.0) 1022 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:16:13.024 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:13.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:13 smithi045 bash[25828]: audit 2023-11-17T07:16:11.444135+0000 mgr.smithi045.tkkiao (mgr.14182) 1440 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:13.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:13 smithi045 bash[25828]: cluster 2023-11-17T07:16:12.130292+0000 mgr.smithi045.tkkiao (mgr.14182) 1441 : 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 2023-11-17T07:16:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:13 smithi045 bash[25828]: audit 2023-11-17T07:16:12.394977+0000 mon.smithi045 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:13 smithi045 bash[25828]: audit 2023-11-17T07:16:12.713170+0000 mon.smithi045 (mon.0) 1024 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:16:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:13 smithi045 bash[25828]: audit 2023-11-17T07:16:12.715230+0000 mon.smithi045 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:16:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:13 smithi045 bash[25828]: audit 2023-11-17T07:16:12.725883+0000 mon.smithi045 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:13 smithi045 bash[25828]: audit 2023-11-17T07:16:12.733488+0000 mon.smithi045 (mon.0) 1027 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:16:13.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:13 smithi045 bash[25828]: audit 2023-11-17T07:16:12.747896+0000 mon.smithi045 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:13 smithi105 bash[28427]: audit 2023-11-17T07:16:11.444135+0000 mgr.smithi045.tkkiao (mgr.14182) 1440 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:13 smithi105 bash[28427]: cluster 2023-11-17T07:16:12.130292+0000 mgr.smithi045.tkkiao (mgr.14182) 1441 : 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 2023-11-17T07:16:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:13 smithi105 bash[28427]: audit 2023-11-17T07:16:12.394977+0000 mon.smithi045 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:13 smithi105 bash[28427]: audit 2023-11-17T07:16:12.713170+0000 mon.smithi045 (mon.0) 1024 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:16:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:13 smithi105 bash[28427]: audit 2023-11-17T07:16:12.715230+0000 mon.smithi045 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:16:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:13 smithi105 bash[28427]: audit 2023-11-17T07:16:12.725883+0000 mon.smithi045 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:13 smithi105 bash[28427]: audit 2023-11-17T07:16:12.733488+0000 mon.smithi045 (mon.0) 1027 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:16:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:13 smithi105 bash[28427]: audit 2023-11-17T07:16:12.747896+0000 mon.smithi045 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:14.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:14 smithi045 bash[25828]: cluster 2023-11-17T07:16:12.727072+0000 mgr.smithi045.tkkiao (mgr.14182) 1442 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:16:14.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:14 smithi045 bash[25828]: cephadm 2023-11-17T07:16:12.752174+0000 mgr.smithi045.tkkiao (mgr.14182) 1443 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.vodcdp on smithi105 2023-11-17T07:16:14.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:14 smithi045 bash[25828]: cluster 2023-11-17T07:16:13.721610+0000 mon.smithi045 (mon.0) 1029 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:16:14.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:14 smithi045 bash[25828]: cluster 2023-11-17T07:16:13.721677+0000 mon.smithi045 (mon.0) 1030 : cluster [INF] Cluster is now healthy 2023-11-17T07:16:14.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:14 smithi105 bash[28427]: cluster 2023-11-17T07:16:12.727072+0000 mgr.smithi045.tkkiao (mgr.14182) 1442 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:16:14.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:14 smithi105 bash[28427]: cephadm 2023-11-17T07:16:12.752174+0000 mgr.smithi045.tkkiao (mgr.14182) 1443 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.vodcdp on smithi105 2023-11-17T07:16:14.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:14 smithi105 bash[28427]: cluster 2023-11-17T07:16:13.721610+0000 mon.smithi045 (mon.0) 1029 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:16:14.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:14 smithi105 bash[28427]: cluster 2023-11-17T07:16:13.721677+0000 mon.smithi045 (mon.0) 1030 : cluster [INF] Cluster is now healthy 2023-11-17T07:16:16.026 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:16:16.026 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:13:58.209296Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vqqznb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:08.277391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qwpoei on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qwpoei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qwpoei\nDeploy daemon haproxy.nfs.foo.smithi105.qwpoei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.071668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.iqzbjm on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-iqzbjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.iqzbjm\nDeploy daemon haproxy.nfs.foo.smithi045.iqzbjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:15:12.075980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qfhbwx on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:16:16.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:15 smithi045 bash[25828]: audit 2023-11-17T07:16:14.713441+0000 mon.smithi045 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:16.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:15 smithi045 bash[25828]: cluster 2023-11-17T07:16:14.738611+0000 mgr.smithi045.tkkiao (mgr.14182) 1444 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-17T07:16:16.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:15 smithi105 bash[28427]: audit 2023-11-17T07:16:14.713441+0000 mon.smithi045 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:16.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:15 smithi105 bash[28427]: cluster 2023-11-17T07:16:14.738611+0000 mgr.smithi045.tkkiao (mgr.14182) 1444 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-17T07:16:16.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:17.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:17 smithi105 bash[28427]: audit 2023-11-17T07:16:16.012915+0000 mgr.smithi045.tkkiao (mgr.14182) 1445 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:17.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:17 smithi105 bash[28427]: audit 2023-11-17T07:16:16.565591+0000 mon.smithi045 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.vodcdp"}]: dispatch 2023-11-17T07:16:17.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:17 smithi045 bash[25828]: audit 2023-11-17T07:16:16.012915+0000 mgr.smithi045.tkkiao (mgr.14182) 1445 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:17.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:17 smithi045 bash[25828]: audit 2023-11-17T07:16:16.565591+0000 mon.smithi045 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.vodcdp"}]: dispatch 2023-11-17T07:16:17.634 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:18.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: cephadm 2023-11-17T07:16:16.564520+0000 mgr.smithi045.tkkiao (mgr.14182) 1446 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:18.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.vodcdp ... 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:16:18.403 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.vodcdp ... 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.404 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: cephadm 2023-11-17T07:16:16.564954+0000 mgr.smithi045.tkkiao (mgr.14182) 1447 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: cephadm 2023-11-17T07:16:16.566954+0000 mgr.smithi045.tkkiao (mgr.14182) 1448 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.vodcdp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.vodcdp ... 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: cephadm 2023-11-17T07:16:16.569199+0000 mgr.smithi045.tkkiao (mgr.14182) 1449 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.kjltap on smithi045 2023-11-17T07:16:18.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:18 smithi105 bash[28427]: cluster 2023-11-17T07:16:16.739908+0000 mgr.smithi045.tkkiao (mgr.14182) 1450 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: cephadm 2023-11-17T07:16:16.564520+0000 mgr.smithi045.tkkiao (mgr.14182) 1446 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.vodcdp ... 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:18.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:18.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.vodcdp ... 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: cephadm 2023-11-17T07:16:16.564954+0000 mgr.smithi045.tkkiao (mgr.14182) 1447 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: cephadm 2023-11-17T07:16:16.566954+0000 mgr.smithi045.tkkiao (mgr.14182) 1448 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.vodcdp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.vodcdp ... 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: cephadm 2023-11-17T07:16:16.569199+0000 mgr.smithi045.tkkiao (mgr.14182) 1449 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.kjltap on smithi045 2023-11-17T07:16:18.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:18 smithi045 bash[25828]: cluster 2023-11-17T07:16:16.739908+0000 mgr.smithi045.tkkiao (mgr.14182) 1450 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:16:20.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:20 smithi045 bash[25828]: cluster 2023-11-17T07:16:18.741173+0000 mgr.smithi045.tkkiao (mgr.14182) 1451 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:16:20.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:20 smithi105 bash[28427]: cluster 2023-11-17T07:16:18.741173+0000 mgr.smithi045.tkkiao (mgr.14182) 1451 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:16:20.783 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:16:20.783 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:16:16.566806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vodcdp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp\nDeploy daemon haproxy.nfs.foo.smithi105.vodcdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:16:20.395837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.kjltap on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap\nDeploy daemon haproxy.nfs.foo.smithi045.kjltap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:16:20.397939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.efnnts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:16:20.399690Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qiewfz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:16:21.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:21.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:21 smithi045 bash[25828]: audit 2023-11-17T07:16:20.395089+0000 mon.smithi045 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.kjltap"}]: dispatch 2023-11-17T07:16:21.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:21 smithi105 bash[28427]: audit 2023-11-17T07:16:20.395089+0000 mon.smithi045 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.kjltap"}]: dispatch 2023-11-17T07:16:22.387 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: cephadm 2023-11-17T07:16:20.393958+0000 mgr.smithi045.tkkiao (mgr.14182) 1452 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.kjltap ... 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:22.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.kjltap ... 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: cephadm 2023-11-17T07:16:20.394213+0000 mgr.smithi045.tkkiao (mgr.14182) 1453 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: cephadm 2023-11-17T07:16:20.395968+0000 mgr.smithi045.tkkiao (mgr.14182) 1454 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.kjltap on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.kjltap ... 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: cephadm 2023-11-17T07:16:20.398060+0000 mgr.smithi045.tkkiao (mgr.14182) 1455 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.efnnts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: cephadm 2023-11-17T07:16:20.399808+0000 mgr.smithi045.tkkiao (mgr.14182) 1456 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.qiewfz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: cluster 2023-11-17T07:16:20.401093+0000 mgr.smithi045.tkkiao (mgr.14182) 1457 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:16:22.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: audit 2023-11-17T07:16:20.772964+0000 mgr.smithi045.tkkiao (mgr.14182) 1458 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:22.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:22 smithi045 bash[25828]: cluster 2023-11-17T07:16:21.150762+0000 mon.smithi045 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:16:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: cephadm 2023-11-17T07:16:20.393958+0000 mgr.smithi045.tkkiao (mgr.14182) 1452 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.kjltap ... 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:16:22.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:22.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:22.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.kjltap ... 2023-11-17T07:16:22.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: cephadm 2023-11-17T07:16:20.394213+0000 mgr.smithi045.tkkiao (mgr.14182) 1453 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: cephadm 2023-11-17T07:16:20.395968+0000 mgr.smithi045.tkkiao (mgr.14182) 1454 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.kjltap on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap 2023-11-17T07:16:22.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.kjltap ... 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: cephadm 2023-11-17T07:16:20.398060+0000 mgr.smithi045.tkkiao (mgr.14182) 1455 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.efnnts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: cephadm 2023-11-17T07:16:20.399808+0000 mgr.smithi045.tkkiao (mgr.14182) 1456 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.qiewfz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: cluster 2023-11-17T07:16:20.401093+0000 mgr.smithi045.tkkiao (mgr.14182) 1457 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: audit 2023-11-17T07:16:20.772964+0000 mgr.smithi045.tkkiao (mgr.14182) 1458 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:22.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:22 smithi105 bash[28427]: cluster 2023-11-17T07:16:21.150762+0000 mon.smithi045 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:16:24.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:24 smithi045 bash[25828]: cluster 2023-11-17T07:16:22.403069+0000 mgr.smithi045.tkkiao (mgr.14182) 1459 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:16:24.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:24 smithi045 bash[25828]: audit 2023-11-17T07:16:23.764390+0000 mon.smithi045 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:24.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:24 smithi105 bash[28427]: cluster 2023-11-17T07:16:22.403069+0000 mgr.smithi045.tkkiao (mgr.14182) 1459 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:16:24.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:24 smithi105 bash[28427]: audit 2023-11-17T07:16:23.764390+0000 mon.smithi045 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:16:25.500 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:16:25.500 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:15:12.080118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.clmngr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:16:16.566806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vodcdp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-vodcdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.vodcdp\nDeploy daemon haproxy.nfs.foo.smithi105.vodcdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:16:20.395837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.kjltap on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kjltap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kjltap\nDeploy daemon haproxy.nfs.foo.smithi045.kjltap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:16:20.397939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.efnnts on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:16:20.399690Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qiewfz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:16:26.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:31.400 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:26 smithi105 bash[28427]: cluster 2023-11-17T07:16:24.405093+0000 mgr.smithi045.tkkiao (mgr.14182) 1460 : cluster [DBG] pgmap v1022: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-17T07:18:31.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:27 smithi105 bash[28427]: audit 2023-11-17T07:16:25.489727+0000 mgr.smithi045.tkkiao (mgr.14182) 1461 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:31.401 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:28 smithi105 bash[28427]: cluster 2023-11-17T07:16:26.406568+0000 mgr.smithi045.tkkiao (mgr.14182) 1462 : cluster [DBG] pgmap v1023: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.465 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:30 smithi105 bash[28427]: cluster 2023-11-17T07:16:28.408458+0000 mgr.smithi045.tkkiao (mgr.14182) 1463 : cluster [DBG] pgmap v1024: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.465 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:30 smithi105 bash[28427]: audit 2023-11-17T07:16:29.713050+0000 mon.smithi045 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.465 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:32 smithi105 bash[28427]: cluster 2023-11-17T07:16:30.409954+0000 mgr.smithi045.tkkiao (mgr.14182) 1464 : cluster [DBG] pgmap v1025: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.465 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:34 smithi105 bash[28427]: cluster 2023-11-17T07:16:32.411454+0000 mgr.smithi045.tkkiao (mgr.14182) 1465 : cluster [DBG] pgmap v1026: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:36 smithi105 bash[28427]: cluster 2023-11-17T07:16:34.413461+0000 mgr.smithi045.tkkiao (mgr.14182) 1466 : cluster [DBG] pgmap v1027: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:38 smithi105 bash[28427]: cluster 2023-11-17T07:16:36.414883+0000 mgr.smithi045.tkkiao (mgr.14182) 1467 : cluster [DBG] pgmap v1028: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:40 smithi105 bash[28427]: cluster 2023-11-17T07:16:38.416802+0000 mgr.smithi045.tkkiao (mgr.14182) 1468 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:42 smithi105 bash[28427]: cluster 2023-11-17T07:16:40.418322+0000 mgr.smithi045.tkkiao (mgr.14182) 1469 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:43 smithi105 bash[28427]: cluster 2023-11-17T07:16:42.420395+0000 mgr.smithi045.tkkiao (mgr.14182) 1470 : cluster [DBG] pgmap v1031: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:45 smithi105 bash[28427]: cluster 2023-11-17T07:16:44.422417+0000 mgr.smithi045.tkkiao (mgr.14182) 1471 : cluster [DBG] pgmap v1032: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:48 smithi105 bash[28427]: cluster 2023-11-17T07:16:46.423831+0000 mgr.smithi045.tkkiao (mgr.14182) 1472 : cluster [DBG] pgmap v1033: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:50 smithi105 bash[28427]: cluster 2023-11-17T07:16:48.425803+0000 mgr.smithi045.tkkiao (mgr.14182) 1473 : cluster [DBG] pgmap v1034: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:52 smithi105 bash[28427]: cluster 2023-11-17T07:16:50.427341+0000 mgr.smithi045.tkkiao (mgr.14182) 1474 : cluster [DBG] pgmap v1035: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:54 smithi105 bash[28427]: cluster 2023-11-17T07:16:52.428424+0000 mgr.smithi045.tkkiao (mgr.14182) 1475 : cluster [DBG] pgmap v1036: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:56 smithi105 bash[28427]: cluster 2023-11-17T07:16:54.430442+0000 mgr.smithi045.tkkiao (mgr.14182) 1476 : cluster [DBG] pgmap v1037: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:16:58 smithi105 bash[28427]: cluster 2023-11-17T07:16:56.431275+0000 mgr.smithi045.tkkiao (mgr.14182) 1477 : cluster [DBG] pgmap v1038: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.466 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:00 smithi105 bash[28427]: cluster 2023-11-17T07:16:58.433241+0000 mgr.smithi045.tkkiao (mgr.14182) 1478 : cluster [DBG] pgmap v1039: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:02 smithi105 bash[28427]: cluster 2023-11-17T07:17:00.434711+0000 mgr.smithi045.tkkiao (mgr.14182) 1479 : cluster [DBG] pgmap v1040: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:04 smithi105 bash[28427]: cluster 2023-11-17T07:17:02.435911+0000 mgr.smithi045.tkkiao (mgr.14182) 1480 : cluster [DBG] pgmap v1041: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:06 smithi105 bash[28427]: cluster 2023-11-17T07:17:04.437944+0000 mgr.smithi045.tkkiao (mgr.14182) 1481 : cluster [DBG] pgmap v1042: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:08 smithi105 bash[28427]: cluster 2023-11-17T07:17:06.439382+0000 mgr.smithi045.tkkiao (mgr.14182) 1482 : cluster [DBG] pgmap v1043: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:10 smithi105 bash[28427]: cluster 2023-11-17T07:17:08.441365+0000 mgr.smithi045.tkkiao (mgr.14182) 1483 : cluster [DBG] pgmap v1044: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:12 smithi105 bash[28427]: cluster 2023-11-17T07:17:10.442810+0000 mgr.smithi045.tkkiao (mgr.14182) 1484 : cluster [DBG] pgmap v1045: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:14 smithi105 bash[28427]: cluster 2023-11-17T07:17:12.443847+0000 mgr.smithi045.tkkiao (mgr.14182) 1485 : cluster [DBG] pgmap v1046: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:16 smithi105 bash[28427]: cluster 2023-11-17T07:17:14.445833+0000 mgr.smithi045.tkkiao (mgr.14182) 1486 : cluster [DBG] pgmap v1047: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:18 smithi105 bash[28427]: cluster 2023-11-17T07:17:16.447295+0000 mgr.smithi045.tkkiao (mgr.14182) 1487 : cluster [DBG] pgmap v1048: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:20 smithi105 bash[28427]: cluster 2023-11-17T07:17:18.449291+0000 mgr.smithi045.tkkiao (mgr.14182) 1488 : cluster [DBG] pgmap v1049: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:21 smithi105 bash[28427]: audit 2023-11-17T07:17:20.404491+0000 mon.smithi045 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:21 smithi105 bash[28427]: audit 2023-11-17T07:17:20.740073+0000 mon.smithi045 (mon.0) 1038 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:18:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:21 smithi105 bash[28427]: audit 2023-11-17T07:17:20.741350+0000 mon.smithi045 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:21 smithi105 bash[28427]: audit 2023-11-17T07:17:20.749782+0000 mon.smithi045 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:21 smithi105 bash[28427]: audit 2023-11-17T07:17:20.758023+0000 mon.smithi045 (mon.0) 1041 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:21 smithi105 bash[28427]: audit 2023-11-17T07:17:20.772148+0000 mon.smithi045 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:22 smithi105 bash[28427]: cluster 2023-11-17T07:17:20.450892+0000 mgr.smithi045.tkkiao (mgr.14182) 1489 : cluster [DBG] pgmap v1050: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:22 smithi105 bash[28427]: cluster 2023-11-17T07:17:20.750627+0000 mgr.smithi045.tkkiao (mgr.14182) 1490 : cluster [DBG] pgmap v1051: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:22 smithi105 bash[28427]: cephadm 2023-11-17T07:17:20.776010+0000 mgr.smithi045.tkkiao (mgr.14182) 1491 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.uzxfpc on smithi105 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:22 smithi105 bash[28427]: cluster 2023-11-17T07:17:21.203212+0000 mon.smithi045 (mon.0) 1043 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:22 smithi105 bash[28427]: cluster 2023-11-17T07:17:21.203275+0000 mon.smithi045 (mon.0) 1044 : cluster [INF] Cluster is now healthy 2023-11-17T07:18:31.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:24 smithi105 bash[28427]: cluster 2023-11-17T07:17:22.752026+0000 mgr.smithi045.tkkiao (mgr.14182) 1492 : cluster [DBG] pgmap v1052: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:25 smithi105 bash[28427]: audit 2023-11-17T07:17:24.532965+0000 mon.smithi045 (mon.0) 1045 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.uzxfpc"}]: dispatch 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: cephadm 2023-11-17T07:17:24.531817+0000 mgr.smithi045.tkkiao (mgr.14182) 1493 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.uzxfpc ... 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.uzxfpc ... 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: cephadm 2023-11-17T07:17:24.532372+0000 mgr.smithi045.tkkiao (mgr.14182) 1494 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: cephadm 2023-11-17T07:17:24.534587+0000 mgr.smithi045.tkkiao (mgr.14182) 1495 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.uzxfpc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.uzxfpc ... 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: cephadm 2023-11-17T07:17:24.539610+0000 mgr.smithi045.tkkiao (mgr.14182) 1496 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.kiewnq on smithi045 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:26 smithi105 bash[28427]: cluster 2023-11-17T07:17:24.753297+0000 mgr.smithi045.tkkiao (mgr.14182) 1497 : cluster [DBG] pgmap v1053: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:28 smithi105 bash[28427]: cluster 2023-11-17T07:17:26.754496+0000 mgr.smithi045.tkkiao (mgr.14182) 1498 : cluster [DBG] pgmap v1054: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: cephadm 2023-11-17T07:17:28.397273+0000 mgr.smithi045.tkkiao (mgr.14182) 1499 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.kiewnq ... 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.472 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.473 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.kiewnq ... 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: cephadm 2023-11-17T07:17:28.397779+0000 mgr.smithi045.tkkiao (mgr.14182) 1500 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: audit 2023-11-17T07:17:28.398518+0000 mon.smithi045 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.kiewnq"}]: dispatch 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: cephadm 2023-11-17T07:17:28.400102+0000 mgr.smithi045.tkkiao (mgr.14182) 1501 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.kiewnq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.474 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.kiewnq ... 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: cephadm 2023-11-17T07:17:28.404483+0000 mgr.smithi045.tkkiao (mgr.14182) 1502 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.ztoemj on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: cephadm 2023-11-17T07:17:28.406408+0000 mgr.smithi045.tkkiao (mgr.14182) 1503 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: cluster 2023-11-17T07:17:28.408257+0000 mgr.smithi045.tkkiao (mgr.14182) 1504 : cluster [DBG] pgmap v1055: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:18:31.475 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:29 smithi105 bash[28427]: audit 2023-11-17T07:17:28.823795+0000 mon.smithi045 (mon.0) 1047 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:30 smithi105 bash[28427]: cluster 2023-11-17T07:17:29.242690+0000 mon.smithi045 (mon.0) 1048 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:32 smithi105 bash[28427]: cluster 2023-11-17T07:17:30.409797+0000 mgr.smithi045.tkkiao (mgr.14182) 1505 : cluster [DBG] pgmap v1056: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:34 smithi105 bash[28427]: cluster 2023-11-17T07:17:32.411228+0000 mgr.smithi045.tkkiao (mgr.14182) 1506 : cluster [DBG] pgmap v1057: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:36 smithi105 bash[28427]: cluster 2023-11-17T07:17:34.413225+0000 mgr.smithi045.tkkiao (mgr.14182) 1507 : cluster [DBG] pgmap v1058: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:38 smithi105 bash[28427]: cluster 2023-11-17T07:17:36.414670+0000 mgr.smithi045.tkkiao (mgr.14182) 1508 : cluster [DBG] pgmap v1059: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:40 smithi105 bash[28427]: cluster 2023-11-17T07:17:38.416355+0000 mgr.smithi045.tkkiao (mgr.14182) 1509 : cluster [DBG] pgmap v1060: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:42 smithi105 bash[28427]: cluster 2023-11-17T07:17:40.417834+0000 mgr.smithi045.tkkiao (mgr.14182) 1510 : cluster [DBG] pgmap v1061: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:44 smithi105 bash[28427]: cluster 2023-11-17T07:17:42.419683+0000 mgr.smithi045.tkkiao (mgr.14182) 1511 : cluster [DBG] pgmap v1062: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:46 smithi105 bash[28427]: cluster 2023-11-17T07:17:44.421850+0000 mgr.smithi045.tkkiao (mgr.14182) 1512 : cluster [DBG] pgmap v1063: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:48 smithi105 bash[28427]: cluster 2023-11-17T07:17:46.423276+0000 mgr.smithi045.tkkiao (mgr.14182) 1513 : cluster [DBG] pgmap v1064: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:50 smithi105 bash[28427]: cluster 2023-11-17T07:17:48.425313+0000 mgr.smithi045.tkkiao (mgr.14182) 1514 : cluster [DBG] pgmap v1065: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:52 smithi105 bash[28427]: cluster 2023-11-17T07:17:50.427074+0000 mgr.smithi045.tkkiao (mgr.14182) 1515 : cluster [DBG] pgmap v1066: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:53 smithi105 bash[28427]: cluster 2023-11-17T07:17:52.428579+0000 mgr.smithi045.tkkiao (mgr.14182) 1516 : cluster [DBG] pgmap v1067: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.476 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:55 smithi105 bash[28427]: cluster 2023-11-17T07:17:54.430560+0000 mgr.smithi045.tkkiao (mgr.14182) 1517 : cluster [DBG] pgmap v1068: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:17:58 smithi105 bash[28427]: cluster 2023-11-17T07:17:56.431998+0000 mgr.smithi045.tkkiao (mgr.14182) 1518 : cluster [DBG] pgmap v1069: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:00 smithi105 bash[28427]: cluster 2023-11-17T07:17:58.434047+0000 mgr.smithi045.tkkiao (mgr.14182) 1519 : cluster [DBG] pgmap v1070: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:02 smithi105 bash[28427]: cluster 2023-11-17T07:18:00.435620+0000 mgr.smithi045.tkkiao (mgr.14182) 1520 : cluster [DBG] pgmap v1071: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:04 smithi105 bash[28427]: cluster 2023-11-17T07:18:02.436544+0000 mgr.smithi045.tkkiao (mgr.14182) 1521 : cluster [DBG] pgmap v1072: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:06 smithi105 bash[28427]: cluster 2023-11-17T07:18:04.438473+0000 mgr.smithi045.tkkiao (mgr.14182) 1522 : cluster [DBG] pgmap v1073: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:08 smithi105 bash[28427]: cluster 2023-11-17T07:18:06.439905+0000 mgr.smithi045.tkkiao (mgr.14182) 1523 : cluster [DBG] pgmap v1074: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:10 smithi105 bash[28427]: cluster 2023-11-17T07:18:08.441807+0000 mgr.smithi045.tkkiao (mgr.14182) 1524 : cluster [DBG] pgmap v1075: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:12 smithi105 bash[28427]: cluster 2023-11-17T07:18:10.443324+0000 mgr.smithi045.tkkiao (mgr.14182) 1525 : cluster [DBG] pgmap v1076: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:14 smithi105 bash[28427]: cluster 2023-11-17T07:18:12.444468+0000 mgr.smithi045.tkkiao (mgr.14182) 1526 : cluster [DBG] pgmap v1077: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:16 smithi105 bash[28427]: cluster 2023-11-17T07:18:14.446462+0000 mgr.smithi045.tkkiao (mgr.14182) 1527 : cluster [DBG] pgmap v1078: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:17 smithi105 bash[28427]: cluster 2023-11-17T07:18:16.447914+0000 mgr.smithi045.tkkiao (mgr.14182) 1528 : cluster [DBG] pgmap v1079: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:19 smithi105 bash[28427]: cluster 2023-11-17T07:18:18.449884+0000 mgr.smithi045.tkkiao (mgr.14182) 1529 : cluster [DBG] pgmap v1080: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.477 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:22 smithi105 bash[28427]: cluster 2023-11-17T07:18:20.451341+0000 mgr.smithi045.tkkiao (mgr.14182) 1530 : cluster [DBG] pgmap v1081: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:24 smithi105 bash[28427]: cluster 2023-11-17T07:18:22.452412+0000 mgr.smithi045.tkkiao (mgr.14182) 1531 : cluster [DBG] pgmap v1082: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:26 smithi105 bash[28427]: cluster 2023-11-17T07:18:24.454435+0000 mgr.smithi045.tkkiao (mgr.14182) 1532 : cluster [DBG] pgmap v1083: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:28 smithi105 bash[28427]: cluster 2023-11-17T07:18:26.455805+0000 mgr.smithi045.tkkiao (mgr.14182) 1533 : cluster [DBG] pgmap v1084: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:29 smithi105 bash[28427]: audit 2023-11-17T07:18:28.410277+0000 mon.smithi045 (mon.0) 1049 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:29 smithi105 bash[28427]: audit 2023-11-17T07:18:28.732683+0000 mon.smithi045 (mon.0) 1050 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:29 smithi105 bash[28427]: audit 2023-11-17T07:18:28.734395+0000 mon.smithi045 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:29 smithi105 bash[28427]: audit 2023-11-17T07:18:28.742909+0000 mon.smithi045 (mon.0) 1052 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:29 smithi105 bash[28427]: audit 2023-11-17T07:18:28.751991+0000 mon.smithi045 (mon.0) 1053 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:29 smithi105 bash[28427]: audit 2023-11-17T07:18:28.767004+0000 mon.smithi045 (mon.0) 1054 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:30 smithi105 bash[28427]: cluster 2023-11-17T07:18:28.457854+0000 mgr.smithi045.tkkiao (mgr.14182) 1534 : cluster [DBG] pgmap v1085: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:30 smithi105 bash[28427]: cluster 2023-11-17T07:18:28.743905+0000 mgr.smithi045.tkkiao (mgr.14182) 1535 : cluster [DBG] pgmap v1086: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:30 smithi105 bash[28427]: cephadm 2023-11-17T07:18:28.773416+0000 mgr.smithi045.tkkiao (mgr.14182) 1536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.cfzren on smithi105 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:30 smithi105 bash[28427]: cluster 2023-11-17T07:18:29.224169+0000 mon.smithi045 (mon.0) 1055 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:18:31.478 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:30 smithi105 bash[28427]: cluster 2023-11-17T07:18:29.224241+0000 mon.smithi045 (mon.0) 1056 : cluster [INF] Cluster is now healthy 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:30 smithi105 bash[28427]: audit 2023-11-17T07:18:29.716623+0000 mon.smithi045 (mon.0) 1057 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:26 smithi045 bash[25828]: cluster 2023-11-17T07:16:24.405093+0000 mgr.smithi045.tkkiao (mgr.14182) 1460 : cluster [DBG] pgmap v1022: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:27 smithi045 bash[25828]: audit 2023-11-17T07:16:25.489727+0000 mgr.smithi045.tkkiao (mgr.14182) 1461 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:28 smithi045 bash[25828]: cluster 2023-11-17T07:16:26.406568+0000 mgr.smithi045.tkkiao (mgr.14182) 1462 : cluster [DBG] pgmap v1023: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:30 smithi045 bash[25828]: cluster 2023-11-17T07:16:28.408458+0000 mgr.smithi045.tkkiao (mgr.14182) 1463 : cluster [DBG] pgmap v1024: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:30 smithi045 bash[25828]: audit 2023-11-17T07:16:29.713050+0000 mon.smithi045 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:32 smithi045 bash[25828]: cluster 2023-11-17T07:16:30.409954+0000 mgr.smithi045.tkkiao (mgr.14182) 1464 : cluster [DBG] pgmap v1025: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:34 smithi045 bash[25828]: cluster 2023-11-17T07:16:32.411454+0000 mgr.smithi045.tkkiao (mgr.14182) 1465 : cluster [DBG] pgmap v1026: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:36 smithi045 bash[25828]: cluster 2023-11-17T07:16:34.413461+0000 mgr.smithi045.tkkiao (mgr.14182) 1466 : cluster [DBG] pgmap v1027: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:38 smithi045 bash[25828]: cluster 2023-11-17T07:16:36.414883+0000 mgr.smithi045.tkkiao (mgr.14182) 1467 : cluster [DBG] pgmap v1028: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:40 smithi045 bash[25828]: cluster 2023-11-17T07:16:38.416802+0000 mgr.smithi045.tkkiao (mgr.14182) 1468 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:42 smithi045 bash[25828]: cluster 2023-11-17T07:16:40.418322+0000 mgr.smithi045.tkkiao (mgr.14182) 1469 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:43 smithi045 bash[25828]: cluster 2023-11-17T07:16:42.420395+0000 mgr.smithi045.tkkiao (mgr.14182) 1470 : cluster [DBG] pgmap v1031: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:45 smithi045 bash[25828]: cluster 2023-11-17T07:16:44.422417+0000 mgr.smithi045.tkkiao (mgr.14182) 1471 : cluster [DBG] pgmap v1032: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:48 smithi045 bash[25828]: cluster 2023-11-17T07:16:46.423831+0000 mgr.smithi045.tkkiao (mgr.14182) 1472 : cluster [DBG] pgmap v1033: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:50 smithi045 bash[25828]: cluster 2023-11-17T07:16:48.425803+0000 mgr.smithi045.tkkiao (mgr.14182) 1473 : cluster [DBG] pgmap v1034: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:52 smithi045 bash[25828]: cluster 2023-11-17T07:16:50.427341+0000 mgr.smithi045.tkkiao (mgr.14182) 1474 : cluster [DBG] pgmap v1035: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:54 smithi045 bash[25828]: cluster 2023-11-17T07:16:52.428424+0000 mgr.smithi045.tkkiao (mgr.14182) 1475 : cluster [DBG] pgmap v1036: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:56 smithi045 bash[25828]: cluster 2023-11-17T07:16:54.430442+0000 mgr.smithi045.tkkiao (mgr.14182) 1476 : cluster [DBG] pgmap v1037: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:16:58 smithi045 bash[25828]: cluster 2023-11-17T07:16:56.431275+0000 mgr.smithi045.tkkiao (mgr.14182) 1477 : cluster [DBG] pgmap v1038: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:00 smithi045 bash[25828]: cluster 2023-11-17T07:16:58.433241+0000 mgr.smithi045.tkkiao (mgr.14182) 1478 : cluster [DBG] pgmap v1039: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:02 smithi045 bash[25828]: cluster 2023-11-17T07:17:00.434711+0000 mgr.smithi045.tkkiao (mgr.14182) 1479 : cluster [DBG] pgmap v1040: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:04 smithi045 bash[25828]: cluster 2023-11-17T07:17:02.435911+0000 mgr.smithi045.tkkiao (mgr.14182) 1480 : cluster [DBG] pgmap v1041: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:06 smithi045 bash[25828]: cluster 2023-11-17T07:17:04.437944+0000 mgr.smithi045.tkkiao (mgr.14182) 1481 : cluster [DBG] pgmap v1042: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:08 smithi045 bash[25828]: cluster 2023-11-17T07:17:06.439382+0000 mgr.smithi045.tkkiao (mgr.14182) 1482 : cluster [DBG] pgmap v1043: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:10 smithi045 bash[25828]: cluster 2023-11-17T07:17:08.441365+0000 mgr.smithi045.tkkiao (mgr.14182) 1483 : cluster [DBG] pgmap v1044: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:12 smithi045 bash[25828]: cluster 2023-11-17T07:17:10.442810+0000 mgr.smithi045.tkkiao (mgr.14182) 1484 : cluster [DBG] pgmap v1045: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:14 smithi045 bash[25828]: cluster 2023-11-17T07:17:12.443847+0000 mgr.smithi045.tkkiao (mgr.14182) 1485 : cluster [DBG] pgmap v1046: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:16 smithi045 bash[25828]: cluster 2023-11-17T07:17:14.445833+0000 mgr.smithi045.tkkiao (mgr.14182) 1486 : cluster [DBG] pgmap v1047: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.512 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:18 smithi045 bash[25828]: cluster 2023-11-17T07:17:16.447295+0000 mgr.smithi045.tkkiao (mgr.14182) 1487 : cluster [DBG] pgmap v1048: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.512 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:20 smithi045 bash[25828]: cluster 2023-11-17T07:17:18.449291+0000 mgr.smithi045.tkkiao (mgr.14182) 1488 : cluster [DBG] pgmap v1049: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.512 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:21 smithi045 bash[25828]: audit 2023-11-17T07:17:20.404491+0000 mon.smithi045 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:21 smithi045 bash[25828]: audit 2023-11-17T07:17:20.740073+0000 mon.smithi045 (mon.0) 1038 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:21 smithi045 bash[25828]: audit 2023-11-17T07:17:20.741350+0000 mon.smithi045 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:21 smithi045 bash[25828]: audit 2023-11-17T07:17:20.749782+0000 mon.smithi045 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:21 smithi045 bash[25828]: audit 2023-11-17T07:17:20.758023+0000 mon.smithi045 (mon.0) 1041 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:21 smithi045 bash[25828]: audit 2023-11-17T07:17:20.772148+0000 mon.smithi045 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:22 smithi045 bash[25828]: cluster 2023-11-17T07:17:20.450892+0000 mgr.smithi045.tkkiao (mgr.14182) 1489 : cluster [DBG] pgmap v1050: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:22 smithi045 bash[25828]: cluster 2023-11-17T07:17:20.750627+0000 mgr.smithi045.tkkiao (mgr.14182) 1490 : cluster [DBG] pgmap v1051: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:22 smithi045 bash[25828]: cephadm 2023-11-17T07:17:20.776010+0000 mgr.smithi045.tkkiao (mgr.14182) 1491 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.uzxfpc on smithi105 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:22 smithi045 bash[25828]: cluster 2023-11-17T07:17:21.203212+0000 mon.smithi045 (mon.0) 1043 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:22 smithi045 bash[25828]: cluster 2023-11-17T07:17:21.203275+0000 mon.smithi045 (mon.0) 1044 : cluster [INF] Cluster is now healthy 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:24 smithi045 bash[25828]: cluster 2023-11-17T07:17:22.752026+0000 mgr.smithi045.tkkiao (mgr.14182) 1492 : cluster [DBG] pgmap v1052: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:25 smithi045 bash[25828]: audit 2023-11-17T07:17:24.532965+0000 mon.smithi045 (mon.0) 1045 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.uzxfpc"}]: dispatch 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: cephadm 2023-11-17T07:17:24.531817+0000 mgr.smithi045.tkkiao (mgr.14182) 1493 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.uzxfpc ... 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.uzxfpc ... 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: cephadm 2023-11-17T07:17:24.532372+0000 mgr.smithi045.tkkiao (mgr.14182) 1494 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: cephadm 2023-11-17T07:17:24.534587+0000 mgr.smithi045.tkkiao (mgr.14182) 1495 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.uzxfpc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.uzxfpc ... 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: cephadm 2023-11-17T07:17:24.539610+0000 mgr.smithi045.tkkiao (mgr.14182) 1496 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.kiewnq on smithi045 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:26 smithi045 bash[25828]: cluster 2023-11-17T07:17:24.753297+0000 mgr.smithi045.tkkiao (mgr.14182) 1497 : cluster [DBG] pgmap v1053: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:28 smithi045 bash[25828]: cluster 2023-11-17T07:17:26.754496+0000 mgr.smithi045.tkkiao (mgr.14182) 1498 : cluster [DBG] pgmap v1054: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: cephadm 2023-11-17T07:17:28.397273+0000 mgr.smithi045.tkkiao (mgr.14182) 1499 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.kiewnq ... 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.kiewnq ... 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: cephadm 2023-11-17T07:17:28.397779+0000 mgr.smithi045.tkkiao (mgr.14182) 1500 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: audit 2023-11-17T07:17:28.398518+0000 mon.smithi045 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.kiewnq"}]: dispatch 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: cephadm 2023-11-17T07:17:28.400102+0000 mgr.smithi045.tkkiao (mgr.14182) 1501 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.kiewnq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.kiewnq ... 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: cephadm 2023-11-17T07:17:28.404483+0000 mgr.smithi045.tkkiao (mgr.14182) 1502 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.ztoemj on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: cephadm 2023-11-17T07:17:28.406408+0000 mgr.smithi045.tkkiao (mgr.14182) 1503 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: cluster 2023-11-17T07:17:28.408257+0000 mgr.smithi045.tkkiao (mgr.14182) 1504 : cluster [DBG] pgmap v1055: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:29 smithi045 bash[25828]: audit 2023-11-17T07:17:28.823795+0000 mon.smithi045 (mon.0) 1047 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:30 smithi045 bash[25828]: cluster 2023-11-17T07:17:29.242690+0000 mon.smithi045 (mon.0) 1048 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:32 smithi045 bash[25828]: cluster 2023-11-17T07:17:30.409797+0000 mgr.smithi045.tkkiao (mgr.14182) 1505 : cluster [DBG] pgmap v1056: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:34 smithi045 bash[25828]: cluster 2023-11-17T07:17:32.411228+0000 mgr.smithi045.tkkiao (mgr.14182) 1506 : cluster [DBG] pgmap v1057: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:36 smithi045 bash[25828]: cluster 2023-11-17T07:17:34.413225+0000 mgr.smithi045.tkkiao (mgr.14182) 1507 : cluster [DBG] pgmap v1058: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:38 smithi045 bash[25828]: cluster 2023-11-17T07:17:36.414670+0000 mgr.smithi045.tkkiao (mgr.14182) 1508 : cluster [DBG] pgmap v1059: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:40 smithi045 bash[25828]: cluster 2023-11-17T07:17:38.416355+0000 mgr.smithi045.tkkiao (mgr.14182) 1509 : cluster [DBG] pgmap v1060: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:42 smithi045 bash[25828]: cluster 2023-11-17T07:17:40.417834+0000 mgr.smithi045.tkkiao (mgr.14182) 1510 : cluster [DBG] pgmap v1061: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:44 smithi045 bash[25828]: cluster 2023-11-17T07:17:42.419683+0000 mgr.smithi045.tkkiao (mgr.14182) 1511 : cluster [DBG] pgmap v1062: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:46 smithi045 bash[25828]: cluster 2023-11-17T07:17:44.421850+0000 mgr.smithi045.tkkiao (mgr.14182) 1512 : cluster [DBG] pgmap v1063: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:48 smithi045 bash[25828]: cluster 2023-11-17T07:17:46.423276+0000 mgr.smithi045.tkkiao (mgr.14182) 1513 : cluster [DBG] pgmap v1064: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:50 smithi045 bash[25828]: cluster 2023-11-17T07:17:48.425313+0000 mgr.smithi045.tkkiao (mgr.14182) 1514 : cluster [DBG] pgmap v1065: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:52 smithi045 bash[25828]: cluster 2023-11-17T07:17:50.427074+0000 mgr.smithi045.tkkiao (mgr.14182) 1515 : cluster [DBG] pgmap v1066: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:53 smithi045 bash[25828]: cluster 2023-11-17T07:17:52.428579+0000 mgr.smithi045.tkkiao (mgr.14182) 1516 : cluster [DBG] pgmap v1067: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:55 smithi045 bash[25828]: cluster 2023-11-17T07:17:54.430560+0000 mgr.smithi045.tkkiao (mgr.14182) 1517 : cluster [DBG] pgmap v1068: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:17:58 smithi045 bash[25828]: cluster 2023-11-17T07:17:56.431998+0000 mgr.smithi045.tkkiao (mgr.14182) 1518 : cluster [DBG] pgmap v1069: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:00 smithi045 bash[25828]: cluster 2023-11-17T07:17:58.434047+0000 mgr.smithi045.tkkiao (mgr.14182) 1519 : cluster [DBG] pgmap v1070: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:02 smithi045 bash[25828]: cluster 2023-11-17T07:18:00.435620+0000 mgr.smithi045.tkkiao (mgr.14182) 1520 : cluster [DBG] pgmap v1071: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:04 smithi045 bash[25828]: cluster 2023-11-17T07:18:02.436544+0000 mgr.smithi045.tkkiao (mgr.14182) 1521 : cluster [DBG] pgmap v1072: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:06 smithi045 bash[25828]: cluster 2023-11-17T07:18:04.438473+0000 mgr.smithi045.tkkiao (mgr.14182) 1522 : cluster [DBG] pgmap v1073: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:08 smithi045 bash[25828]: cluster 2023-11-17T07:18:06.439905+0000 mgr.smithi045.tkkiao (mgr.14182) 1523 : cluster [DBG] pgmap v1074: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:10 smithi045 bash[25828]: cluster 2023-11-17T07:18:08.441807+0000 mgr.smithi045.tkkiao (mgr.14182) 1524 : cluster [DBG] pgmap v1075: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:12 smithi045 bash[25828]: cluster 2023-11-17T07:18:10.443324+0000 mgr.smithi045.tkkiao (mgr.14182) 1525 : cluster [DBG] pgmap v1076: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:14 smithi045 bash[25828]: cluster 2023-11-17T07:18:12.444468+0000 mgr.smithi045.tkkiao (mgr.14182) 1526 : cluster [DBG] pgmap v1077: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:16 smithi045 bash[25828]: cluster 2023-11-17T07:18:14.446462+0000 mgr.smithi045.tkkiao (mgr.14182) 1527 : cluster [DBG] pgmap v1078: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:17 smithi045 bash[25828]: cluster 2023-11-17T07:18:16.447914+0000 mgr.smithi045.tkkiao (mgr.14182) 1528 : cluster [DBG] pgmap v1079: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:19 smithi045 bash[25828]: cluster 2023-11-17T07:18:18.449884+0000 mgr.smithi045.tkkiao (mgr.14182) 1529 : cluster [DBG] pgmap v1080: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:22 smithi045 bash[25828]: cluster 2023-11-17T07:18:20.451341+0000 mgr.smithi045.tkkiao (mgr.14182) 1530 : cluster [DBG] pgmap v1081: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:24 smithi045 bash[25828]: cluster 2023-11-17T07:18:22.452412+0000 mgr.smithi045.tkkiao (mgr.14182) 1531 : cluster [DBG] pgmap v1082: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:26 smithi045 bash[25828]: cluster 2023-11-17T07:18:24.454435+0000 mgr.smithi045.tkkiao (mgr.14182) 1532 : cluster [DBG] pgmap v1083: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:28 smithi045 bash[25828]: cluster 2023-11-17T07:18:26.455805+0000 mgr.smithi045.tkkiao (mgr.14182) 1533 : cluster [DBG] pgmap v1084: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:29 smithi045 bash[25828]: audit 2023-11-17T07:18:28.410277+0000 mon.smithi045 (mon.0) 1049 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:29 smithi045 bash[25828]: audit 2023-11-17T07:18:28.732683+0000 mon.smithi045 (mon.0) 1050 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:29 smithi045 bash[25828]: audit 2023-11-17T07:18:28.734395+0000 mon.smithi045 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:29 smithi045 bash[25828]: audit 2023-11-17T07:18:28.742909+0000 mon.smithi045 (mon.0) 1052 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:29 smithi045 bash[25828]: audit 2023-11-17T07:18:28.751991+0000 mon.smithi045 (mon.0) 1053 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:29 smithi045 bash[25828]: audit 2023-11-17T07:18:28.767004+0000 mon.smithi045 (mon.0) 1054 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:31.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:30 smithi045 bash[25828]: cluster 2023-11-17T07:18:28.457854+0000 mgr.smithi045.tkkiao (mgr.14182) 1534 : cluster [DBG] pgmap v1085: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:30 smithi045 bash[25828]: cluster 2023-11-17T07:18:28.743905+0000 mgr.smithi045.tkkiao (mgr.14182) 1535 : cluster [DBG] pgmap v1086: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:31.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:30 smithi045 bash[25828]: cephadm 2023-11-17T07:18:28.773416+0000 mgr.smithi045.tkkiao (mgr.14182) 1536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.cfzren on smithi105 2023-11-17T07:18:31.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:30 smithi045 bash[25828]: cluster 2023-11-17T07:18:29.224169+0000 mon.smithi045 (mon.0) 1055 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:18:31.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:30 smithi045 bash[25828]: cluster 2023-11-17T07:18:29.224241+0000 mon.smithi045 (mon.0) 1056 : cluster [INF] Cluster is now healthy 2023-11-17T07:18:31.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:30 smithi045 bash[25828]: audit 2023-11-17T07:18:29.716623+0000 mon.smithi045 (mon.0) 1057 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:32.373 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:32.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:32 smithi105 bash[28427]: cluster 2023-11-17T07:18:30.745039+0000 mgr.smithi045.tkkiao (mgr.14182) 1537 : cluster [DBG] pgmap v1087: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:32.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:32 smithi045 bash[25828]: cluster 2023-11-17T07:18:30.745039+0000 mgr.smithi045.tkkiao (mgr.14182) 1537 : cluster [DBG] pgmap v1087: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:33.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:33 smithi045 bash[25828]: audit 2023-11-17T07:18:32.613914+0000 mon.smithi045 (mon.0) 1058 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.cfzren"}]: dispatch 2023-11-17T07:18:33.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:33 smithi105 bash[28427]: audit 2023-11-17T07:18:32.613914+0000 mon.smithi045 (mon.0) 1058 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.cfzren"}]: dispatch 2023-11-17T07:18:34.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: cephadm 2023-11-17T07:18:32.612894+0000 mgr.smithi045.tkkiao (mgr.14182) 1538 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:34.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:34.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.cfzren ... 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:34.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.cfzren ... 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: cephadm 2023-11-17T07:18:32.613252+0000 mgr.smithi045.tkkiao (mgr.14182) 1539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: cephadm 2023-11-17T07:18:32.615380+0000 mgr.smithi045.tkkiao (mgr.14182) 1540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.cfzren ... 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: cephadm 2023-11-17T07:18:32.619626+0000 mgr.smithi045.tkkiao (mgr.14182) 1541 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.ixijfc on smithi045 2023-11-17T07:18:34.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:34 smithi045 bash[25828]: cluster 2023-11-17T07:18:32.746414+0000 mgr.smithi045.tkkiao (mgr.14182) 1542 : cluster [DBG] pgmap v1088: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: cephadm 2023-11-17T07:18:32.612894+0000 mgr.smithi045.tkkiao (mgr.14182) 1538 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.cfzren ... 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:34.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.cfzren ... 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:34.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: cephadm 2023-11-17T07:18:32.613252+0000 mgr.smithi045.tkkiao (mgr.14182) 1539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: cephadm 2023-11-17T07:18:32.615380+0000 mgr.smithi045.tkkiao (mgr.14182) 1540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.cfzren ... 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:34.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:34.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: cephadm 2023-11-17T07:18:32.619626+0000 mgr.smithi045.tkkiao (mgr.14182) 1541 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.ixijfc on smithi045 2023-11-17T07:18:34.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:34 smithi105 bash[28427]: cluster 2023-11-17T07:18:32.746414+0000 mgr.smithi045.tkkiao (mgr.14182) 1542 : cluster [DBG] pgmap v1088: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:35.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:35 smithi045 bash[25828]: cluster 2023-11-17T07:18:34.748079+0000 mgr.smithi045.tkkiao (mgr.14182) 1543 : cluster [DBG] pgmap v1089: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:35.594 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:18:35.594 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:24.534353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uzxfpc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-uzxfpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.uzxfpc\nDeploy daemon haproxy.nfs.foo.smithi105.uzxfpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:17:28.399871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.kiewnq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-kiewnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.kiewnq\nDeploy daemon haproxy.nfs.foo.smithi045.kiewnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:17:28.404253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.ztoemj on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:18:35.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:35 smithi105 bash[28427]: cluster 2023-11-17T07:18:34.748079+0000 mgr.smithi045.tkkiao (mgr.14182) 1543 : cluster [DBG] pgmap v1089: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:18:36.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:37.153 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:37.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:37 smithi045 bash[25828]: audit 2023-11-17T07:18:35.578212+0000 mgr.smithi045.tkkiao (mgr.14182) 1544 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:37.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:37 smithi045 bash[25828]: audit 2023-11-17T07:18:36.440438+0000 mon.smithi045 (mon.0) 1059 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.ixijfc"}]: dispatch 2023-11-17T07:18:37.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:37 smithi105 bash[28427]: audit 2023-11-17T07:18:35.578212+0000 mgr.smithi045.tkkiao (mgr.14182) 1544 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:37.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:37 smithi105 bash[28427]: audit 2023-11-17T07:18:36.440438+0000 mon.smithi045 (mon.0) 1059 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.ixijfc"}]: dispatch 2023-11-17T07:18:38.507 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: cephadm 2023-11-17T07:18:36.439171+0000 mgr.smithi045.tkkiao (mgr.14182) 1545 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.507 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ixijfc ... 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:38.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ixijfc ... 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: cephadm 2023-11-17T07:18:36.439694+0000 mgr.smithi045.tkkiao (mgr.14182) 1546 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: cephadm 2023-11-17T07:18:36.442131+0000 mgr.smithi045.tkkiao (mgr.14182) 1547 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ixijfc ... 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: cephadm 2023-11-17T07:18:36.446531+0000 mgr.smithi045.tkkiao (mgr.14182) 1548 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: cephadm 2023-11-17T07:18:36.450595+0000 mgr.smithi045.tkkiao (mgr.14182) 1549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: cluster 2023-11-17T07:18:36.451536+0000 mgr.smithi045.tkkiao (mgr.14182) 1550 : cluster [DBG] pgmap v1090: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:18:38.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:38 smithi045 bash[25828]: cluster 2023-11-17T07:18:37.207562+0000 mon.smithi045 (mon.0) 1060 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:18:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: cephadm 2023-11-17T07:18:36.439171+0000 mgr.smithi045.tkkiao (mgr.14182) 1545 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ixijfc ... 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:38.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:38.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ixijfc ... 2023-11-17T07:18:38.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:38.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: cephadm 2023-11-17T07:18:36.439694+0000 mgr.smithi045.tkkiao (mgr.14182) 1546 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: cephadm 2023-11-17T07:18:36.442131+0000 mgr.smithi045.tkkiao (mgr.14182) 1547 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ixijfc ... 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:18:38.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:18:38.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:18:38.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:38.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: cephadm 2023-11-17T07:18:36.446531+0000 mgr.smithi045.tkkiao (mgr.14182) 1548 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:18:38.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: cephadm 2023-11-17T07:18:36.450595+0000 mgr.smithi045.tkkiao (mgr.14182) 1549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:18:38.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: cluster 2023-11-17T07:18:36.451536+0000 mgr.smithi045.tkkiao (mgr.14182) 1550 : cluster [DBG] pgmap v1090: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:18:38.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:38 smithi105 bash[28427]: cluster 2023-11-17T07:18:37.207562+0000 mon.smithi045 (mon.0) 1060 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:18:40.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:39 smithi045 bash[25828]: cluster 2023-11-17T07:18:38.453494+0000 mgr.smithi045.tkkiao (mgr.14182) 1551 : cluster [DBG] pgmap v1091: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:18:40.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:39 smithi045 bash[25828]: audit 2023-11-17T07:18:38.888216+0000 mon.smithi045 (mon.0) 1061 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:40.151 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:39 smithi105 bash[28427]: cluster 2023-11-17T07:18:38.453494+0000 mgr.smithi045.tkkiao (mgr.14182) 1551 : cluster [DBG] pgmap v1091: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-17T07:18:40.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:39 smithi105 bash[28427]: audit 2023-11-17T07:18:38.888216+0000 mon.smithi045 (mon.0) 1061 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:40.253 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:18:40.253 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:18:40.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:41.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:40 smithi105 bash[28427]: audit 2023-11-17T07:18:40.237785+0000 mgr.smithi045.tkkiao (mgr.14182) 1552 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:41.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:40 smithi045 bash[25828]: audit 2023-11-17T07:18:40.237785+0000 mgr.smithi045.tkkiao (mgr.14182) 1552 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:41.852 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:42.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:42 smithi045 bash[25828]: cluster 2023-11-17T07:18:40.455371+0000 mgr.smithi045.tkkiao (mgr.14182) 1553 : cluster [DBG] pgmap v1092: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:42.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:42 smithi105 bash[28427]: cluster 2023-11-17T07:18:40.455371+0000 mgr.smithi045.tkkiao (mgr.14182) 1553 : cluster [DBG] pgmap v1092: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:44.515 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:44 smithi045 bash[25828]: cluster 2023-11-17T07:18:42.456380+0000 mgr.smithi045.tkkiao (mgr.14182) 1554 : cluster [DBG] pgmap v1093: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:44.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:44 smithi105 bash[28427]: cluster 2023-11-17T07:18:42.456380+0000 mgr.smithi045.tkkiao (mgr.14182) 1554 : cluster [DBG] pgmap v1093: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:44.877 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:18:44.878 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:18:45.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:45.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:45 smithi045 bash[25828]: cluster 2023-11-17T07:18:44.458522+0000 mgr.smithi045.tkkiao (mgr.14182) 1555 : cluster [DBG] pgmap v1094: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-17T07:18:45.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:45 smithi045 bash[25828]: audit 2023-11-17T07:18:44.715894+0000 mon.smithi045 (mon.0) 1062 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:45.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:45 smithi045 bash[25828]: audit 2023-11-17T07:18:44.862167+0000 mgr.smithi045.tkkiao (mgr.14182) 1556 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:46.151 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:45 smithi105 bash[28427]: cluster 2023-11-17T07:18:44.458522+0000 mgr.smithi045.tkkiao (mgr.14182) 1555 : cluster [DBG] pgmap v1094: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-17T07:18:46.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:45 smithi105 bash[28427]: audit 2023-11-17T07:18:44.715894+0000 mon.smithi045 (mon.0) 1062 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:18:46.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:45 smithi105 bash[28427]: audit 2023-11-17T07:18:44.862167+0000 mgr.smithi045.tkkiao (mgr.14182) 1556 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:46.474 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:48 smithi045 bash[25828]: cluster 2023-11-17T07:18:46.459969+0000 mgr.smithi045.tkkiao (mgr.14182) 1557 : cluster [DBG] pgmap v1095: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:51.960 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:48 smithi105 bash[28427]: cluster 2023-11-17T07:18:46.459969+0000 mgr.smithi045.tkkiao (mgr.14182) 1557 : cluster [DBG] pgmap v1095: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:18:51.960 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:50 smithi105 bash[28427]: cluster 2023-11-17T07:18:48.461962+0000 mgr.smithi045.tkkiao (mgr.14182) 1558 : cluster [DBG] pgmap v1096: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:51.960 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:51 smithi105 bash[28427]: audit 2023-11-17T07:18:49.597914+0000 mgr.smithi045.tkkiao (mgr.14182) 1559 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:51.960 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:18:51.961 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:18:51.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:51.961 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:50 smithi045 bash[25828]: cluster 2023-11-17T07:18:48.461962+0000 mgr.smithi045.tkkiao (mgr.14182) 1558 : cluster [DBG] pgmap v1096: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:51.961 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:51 smithi045 bash[25828]: audit 2023-11-17T07:18:49.597914+0000 mgr.smithi045.tkkiao (mgr.14182) 1559 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:52.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:52 smithi045 bash[25828]: cluster 2023-11-17T07:18:50.463470+0000 mgr.smithi045.tkkiao (mgr.14182) 1560 : cluster [DBG] pgmap v1097: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:52.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:52 smithi105 bash[28427]: cluster 2023-11-17T07:18:50.463470+0000 mgr.smithi045.tkkiao (mgr.14182) 1560 : cluster [DBG] pgmap v1097: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:52.962 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:54.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:54 smithi045 bash[25828]: cluster 2023-11-17T07:18:52.464997+0000 mgr.smithi045.tkkiao (mgr.14182) 1561 : cluster [DBG] pgmap v1098: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:54.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:54 smithi105 bash[28427]: cluster 2023-11-17T07:18:52.464997+0000 mgr.smithi045.tkkiao (mgr.14182) 1561 : cluster [DBG] pgmap v1098: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:55.947 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:18:55.947 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:18:56.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:56 smithi045 bash[25828]: cluster 2023-11-17T07:18:54.467200+0000 mgr.smithi045.tkkiao (mgr.14182) 1562 : cluster [DBG] pgmap v1099: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:56.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:56.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:56 smithi105 bash[28427]: cluster 2023-11-17T07:18:54.467200+0000 mgr.smithi045.tkkiao (mgr.14182) 1562 : cluster [DBG] pgmap v1099: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:57.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:57 smithi045 bash[25828]: audit 2023-11-17T07:18:55.936161+0000 mgr.smithi045.tkkiao (mgr.14182) 1563 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:57.630 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:57.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:57 smithi105 bash[28427]: audit 2023-11-17T07:18:55.936161+0000 mgr.smithi045.tkkiao (mgr.14182) 1563 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:58.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:58 smithi045 bash[25828]: cluster 2023-11-17T07:18:56.468671+0000 mgr.smithi045.tkkiao (mgr.14182) 1564 : cluster [DBG] pgmap v1100: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:58.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:58 smithi105 bash[28427]: cluster 2023-11-17T07:18:56.468671+0000 mgr.smithi045.tkkiao (mgr.14182) 1564 : cluster [DBG] pgmap v1100: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:59.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:18:59 smithi045 bash[25828]: cluster 2023-11-17T07:18:58.470701+0000 mgr.smithi045.tkkiao (mgr.14182) 1565 : cluster [DBG] pgmap v1101: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:59.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:18:59 smithi105 bash[28427]: cluster 2023-11-17T07:18:58.470701+0000 mgr.smithi045.tkkiao (mgr.14182) 1565 : cluster [DBG] pgmap v1101: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:00.667 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:00.667 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:01.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:02.246 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:05.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:02 smithi105 bash[28427]: cluster 2023-11-17T07:19:00.471980+0000 mgr.smithi045.tkkiao (mgr.14182) 1566 : cluster [DBG] pgmap v1102: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:05.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:02 smithi105 bash[28427]: audit 2023-11-17T07:19:00.654902+0000 mgr.smithi045.tkkiao (mgr.14182) 1567 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:05.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:04 smithi105 bash[28427]: cluster 2023-11-17T07:19:02.473502+0000 mgr.smithi045.tkkiao (mgr.14182) 1568 : cluster [DBG] pgmap v1103: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:05.988 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:02 smithi045 bash[25828]: cluster 2023-11-17T07:19:00.471980+0000 mgr.smithi045.tkkiao (mgr.14182) 1566 : cluster [DBG] pgmap v1102: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:05.988 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:02 smithi045 bash[25828]: audit 2023-11-17T07:19:00.654902+0000 mgr.smithi045.tkkiao (mgr.14182) 1567 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:05.988 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:04 smithi045 bash[25828]: cluster 2023-11-17T07:19:02.473502+0000 mgr.smithi045.tkkiao (mgr.14182) 1568 : cluster [DBG] pgmap v1103: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:06.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:06 smithi045 bash[25828]: cluster 2023-11-17T07:19:04.475535+0000 mgr.smithi045.tkkiao (mgr.14182) 1569 : cluster [DBG] pgmap v1104: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:06.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:06 smithi105 bash[28427]: cluster 2023-11-17T07:19:04.475535+0000 mgr.smithi045.tkkiao (mgr.14182) 1569 : cluster [DBG] pgmap v1104: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:08.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:08 smithi045 bash[25828]: cluster 2023-11-17T07:19:06.476980+0000 mgr.smithi045.tkkiao (mgr.14182) 1570 : cluster [DBG] pgmap v1105: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:08.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:08 smithi105 bash[28427]: cluster 2023-11-17T07:19:06.476980+0000 mgr.smithi045.tkkiao (mgr.14182) 1570 : cluster [DBG] pgmap v1105: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:09.014 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:09.015 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:09.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:10.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:10 smithi045 bash[25828]: cluster 2023-11-17T07:19:08.478943+0000 mgr.smithi045.tkkiao (mgr.14182) 1571 : cluster [DBG] pgmap v1106: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:10.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:10 smithi045 bash[25828]: audit 2023-11-17T07:19:08.998702+0000 mgr.smithi045.tkkiao (mgr.14182) 1572 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:10.584 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:10 smithi105 bash[28427]: cluster 2023-11-17T07:19:08.478943+0000 mgr.smithi045.tkkiao (mgr.14182) 1571 : cluster [DBG] pgmap v1106: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:10 smithi105 bash[28427]: audit 2023-11-17T07:19:08.998702+0000 mgr.smithi045.tkkiao (mgr.14182) 1572 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:12.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:12 smithi045 bash[25828]: cluster 2023-11-17T07:19:10.480402+0000 mgr.smithi045.tkkiao (mgr.14182) 1573 : cluster [DBG] pgmap v1107: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:14.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:12 smithi105 bash[28427]: cluster 2023-11-17T07:19:10.480402+0000 mgr.smithi045.tkkiao (mgr.14182) 1573 : cluster [DBG] pgmap v1107: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:14.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:14 smithi105 bash[28427]: cluster 2023-11-17T07:19:12.481895+0000 mgr.smithi045.tkkiao (mgr.14182) 1574 : cluster [DBG] pgmap v1108: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:14.788 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:14.788 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:14.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:14.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:14 smithi045 bash[25828]: cluster 2023-11-17T07:19:12.481895+0000 mgr.smithi045.tkkiao (mgr.14182) 1574 : cluster [DBG] pgmap v1108: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:15.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:15 smithi045 bash[25828]: audit 2023-11-17T07:19:13.582629+0000 mgr.smithi045.tkkiao (mgr.14182) 1575 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:15.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:15 smithi105 bash[28427]: audit 2023-11-17T07:19:13.582629+0000 mgr.smithi045.tkkiao (mgr.14182) 1575 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:15.790 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:16.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:16 smithi045 bash[25828]: cluster 2023-11-17T07:19:14.483920+0000 mgr.smithi045.tkkiao (mgr.14182) 1576 : cluster [DBG] pgmap v1109: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:16.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:16 smithi105 bash[28427]: cluster 2023-11-17T07:19:14.483920+0000 mgr.smithi045.tkkiao (mgr.14182) 1576 : cluster [DBG] pgmap v1109: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:17.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:17 smithi045 bash[25828]: cluster 2023-11-17T07:19:16.485465+0000 mgr.smithi045.tkkiao (mgr.14182) 1577 : cluster [DBG] pgmap v1110: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:17.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:17 smithi105 bash[28427]: cluster 2023-11-17T07:19:16.485465+0000 mgr.smithi045.tkkiao (mgr.14182) 1577 : cluster [DBG] pgmap v1110: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:18.842 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:18.842 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:19.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:19.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:19 smithi045 bash[25828]: cluster 2023-11-17T07:19:18.487337+0000 mgr.smithi045.tkkiao (mgr.14182) 1578 : cluster [DBG] pgmap v1111: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:19.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:19 smithi045 bash[25828]: audit 2023-11-17T07:19:18.834537+0000 mgr.smithi045.tkkiao (mgr.14182) 1579 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:19.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:19 smithi105 bash[28427]: cluster 2023-11-17T07:19:18.487337+0000 mgr.smithi045.tkkiao (mgr.14182) 1578 : cluster [DBG] pgmap v1111: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:19.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:19 smithi105 bash[28427]: audit 2023-11-17T07:19:18.834537+0000 mgr.smithi045.tkkiao (mgr.14182) 1579 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:20.423 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:22.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:22 smithi045 bash[25828]: cluster 2023-11-17T07:19:20.488941+0000 mgr.smithi045.tkkiao (mgr.14182) 1580 : cluster [DBG] pgmap v1112: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:22.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:22 smithi105 bash[28427]: cluster 2023-11-17T07:19:20.488941+0000 mgr.smithi045.tkkiao (mgr.14182) 1580 : cluster [DBG] pgmap v1112: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:23.407 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:23.407 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:23.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:24.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:24 smithi045 bash[25828]: cluster 2023-11-17T07:19:22.490567+0000 mgr.smithi045.tkkiao (mgr.14182) 1581 : cluster [DBG] pgmap v1113: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:24.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:24 smithi105 bash[28427]: cluster 2023-11-17T07:19:22.490567+0000 mgr.smithi045.tkkiao (mgr.14182) 1581 : cluster [DBG] pgmap v1113: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:24.980 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:25.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:25 smithi045 bash[25828]: audit 2023-11-17T07:19:23.392411+0000 mgr.smithi045.tkkiao (mgr.14182) 1582 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:25.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:25 smithi105 bash[28427]: audit 2023-11-17T07:19:23.392411+0000 mgr.smithi045.tkkiao (mgr.14182) 1582 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:26.364 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:26 smithi045 bash[25828]: cluster 2023-11-17T07:19:24.492596+0000 mgr.smithi045.tkkiao (mgr.14182) 1583 : cluster [DBG] pgmap v1114: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:26.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:26 smithi105 bash[28427]: cluster 2023-11-17T07:19:24.492596+0000 mgr.smithi045.tkkiao (mgr.14182) 1583 : cluster [DBG] pgmap v1114: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:28.051 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:28.052 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:28.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:28 smithi045 bash[25828]: cluster 2023-11-17T07:19:26.494112+0000 mgr.smithi045.tkkiao (mgr.14182) 1584 : cluster [DBG] pgmap v1115: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:28.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:28.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:28 smithi105 bash[28427]: cluster 2023-11-17T07:19:26.494112+0000 mgr.smithi045.tkkiao (mgr.14182) 1584 : cluster [DBG] pgmap v1115: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:29.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:29 smithi045 bash[25828]: audit 2023-11-17T07:19:28.037236+0000 mgr.smithi045.tkkiao (mgr.14182) 1585 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:29.625 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:29.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:29 smithi105 bash[28427]: audit 2023-11-17T07:19:28.037236+0000 mgr.smithi045.tkkiao (mgr.14182) 1585 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:30.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:30 smithi045 bash[25828]: cluster 2023-11-17T07:19:28.496028+0000 mgr.smithi045.tkkiao (mgr.14182) 1586 : cluster [DBG] pgmap v1116: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:30.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:30 smithi105 bash[28427]: cluster 2023-11-17T07:19:28.496028+0000 mgr.smithi045.tkkiao (mgr.14182) 1586 : cluster [DBG] pgmap v1116: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:32.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:32 smithi045 bash[25828]: cluster 2023-11-17T07:19:30.497509+0000 mgr.smithi045.tkkiao (mgr.14182) 1587 : cluster [DBG] pgmap v1117: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:32.650 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:32.650 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:32.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:32 smithi105 bash[28427]: cluster 2023-11-17T07:19:30.497509+0000 mgr.smithi045.tkkiao (mgr.14182) 1587 : cluster [DBG] pgmap v1117: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:33.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:34.294 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:34.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:34 smithi045 bash[25828]: cluster 2023-11-17T07:19:32.498896+0000 mgr.smithi045.tkkiao (mgr.14182) 1588 : cluster [DBG] pgmap v1118: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:34.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:34 smithi045 bash[25828]: audit 2023-11-17T07:19:32.638133+0000 mgr.smithi045.tkkiao (mgr.14182) 1589 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:34 smithi105 bash[28427]: cluster 2023-11-17T07:19:32.498896+0000 mgr.smithi045.tkkiao (mgr.14182) 1588 : cluster [DBG] pgmap v1118: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:34 smithi105 bash[28427]: audit 2023-11-17T07:19:32.638133+0000 mgr.smithi045.tkkiao (mgr.14182) 1589 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:36.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:36 smithi045 bash[25828]: cluster 2023-11-17T07:19:34.499923+0000 mgr.smithi045.tkkiao (mgr.14182) 1590 : cluster [DBG] pgmap v1119: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:43.292 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:43.293 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:17:28.406292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rqabki on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:32.615185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfzren on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-cfzren\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.cfzren\nDeploy daemon haproxy.nfs.foo.smithi105.cfzren ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.441872Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ixijfc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ixijfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ixijfc\nDeploy daemon haproxy.nfs.foo.smithi045.ixijfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:18:36.446294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qlbcnc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:43.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:37 smithi045 bash[25828]: audit 2023-11-17T07:19:36.454130+0000 mon.smithi045 (mon.0) 1063 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:19:43.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:37 smithi045 bash[25828]: audit 2023-11-17T07:19:36.757911+0000 mon.smithi045 (mon.0) 1064 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:19:43.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:37 smithi045 bash[25828]: audit 2023-11-17T07:19:36.759186+0000 mon.smithi045 (mon.0) 1065 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:19:43.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:37 smithi045 bash[25828]: audit 2023-11-17T07:19:36.767508+0000 mon.smithi045 (mon.0) 1066 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:19:43.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:37 smithi045 bash[25828]: audit 2023-11-17T07:19:36.774849+0000 mon.smithi045 (mon.0) 1067 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:19:43.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:37 smithi045 bash[25828]: audit 2023-11-17T07:19:36.792842+0000 mon.smithi045 (mon.0) 1068 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:19:43.294 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:36 smithi105 bash[28427]: cluster 2023-11-17T07:19:34.499923+0000 mgr.smithi045.tkkiao (mgr.14182) 1590 : cluster [DBG] pgmap v1119: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:43.294 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:37 smithi105 bash[28427]: audit 2023-11-17T07:19:36.454130+0000 mon.smithi045 (mon.0) 1063 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:19:43.294 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:37 smithi105 bash[28427]: audit 2023-11-17T07:19:36.757911+0000 mon.smithi045 (mon.0) 1064 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:37 smithi105 bash[28427]: audit 2023-11-17T07:19:36.759186+0000 mon.smithi045 (mon.0) 1065 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:37 smithi105 bash[28427]: audit 2023-11-17T07:19:36.767508+0000 mon.smithi045 (mon.0) 1066 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:37 smithi105 bash[28427]: audit 2023-11-17T07:19:36.774849+0000 mon.smithi045 (mon.0) 1067 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:37 smithi105 bash[28427]: audit 2023-11-17T07:19:36.792842+0000 mon.smithi045 (mon.0) 1068 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:38 smithi105 bash[28427]: cluster 2023-11-17T07:19:36.501441+0000 mgr.smithi045.tkkiao (mgr.14182) 1591 : cluster [DBG] pgmap v1120: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:38 smithi105 bash[28427]: cluster 2023-11-17T07:19:36.768414+0000 mgr.smithi045.tkkiao (mgr.14182) 1592 : cluster [DBG] pgmap v1121: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:38 smithi105 bash[28427]: cephadm 2023-11-17T07:19:36.796097+0000 mgr.smithi045.tkkiao (mgr.14182) 1593 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.csfqmp on smithi105 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:38 smithi105 bash[28427]: audit 2023-11-17T07:19:37.192252+0000 mgr.smithi045.tkkiao (mgr.14182) 1594 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:38 smithi105 bash[28427]: cluster 2023-11-17T07:19:37.246175+0000 mon.smithi045 (mon.0) 1069 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:38 smithi105 bash[28427]: cluster 2023-11-17T07:19:37.246242+0000 mon.smithi045 (mon.0) 1070 : cluster [INF] Cluster is now healthy 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:40 smithi105 bash[28427]: cluster 2023-11-17T07:19:38.770179+0000 mgr.smithi045.tkkiao (mgr.14182) 1595 : cluster [DBG] pgmap v1122: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:41 smithi105 bash[28427]: audit 2023-11-17T07:19:40.606248+0000 mon.smithi045 (mon.0) 1071 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.csfqmp"}]: dispatch 2023-11-17T07:19:43.295 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: cephadm 2023-11-17T07:19:40.604995+0000 mgr.smithi045.tkkiao (mgr.14182) 1596 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.csfqmp ... 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:19:43.296 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.csfqmp ... 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:43.297 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: cephadm 2023-11-17T07:19:40.605612+0000 mgr.smithi045.tkkiao (mgr.14182) 1597 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: cephadm 2023-11-17T07:19:40.608057+0000 mgr.smithi045.tkkiao (mgr.14182) 1598 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.csfqmp ... 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.298 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:43.299 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:43.299 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:43.299 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.299 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: cephadm 2023-11-17T07:19:40.612604+0000 mgr.smithi045.tkkiao (mgr.14182) 1599 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.ccvjcd on smithi045 2023-11-17T07:19:43.299 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:42 smithi105 bash[28427]: cluster 2023-11-17T07:19:40.771427+0000 mgr.smithi045.tkkiao (mgr.14182) 1600 : cluster [DBG] pgmap v1123: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:19:43.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:43.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:38 smithi045 bash[25828]: cluster 2023-11-17T07:19:36.501441+0000 mgr.smithi045.tkkiao (mgr.14182) 1591 : cluster [DBG] pgmap v1120: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:43.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:38 smithi045 bash[25828]: cluster 2023-11-17T07:19:36.768414+0000 mgr.smithi045.tkkiao (mgr.14182) 1592 : cluster [DBG] pgmap v1121: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:19:43.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:38 smithi045 bash[25828]: cephadm 2023-11-17T07:19:36.796097+0000 mgr.smithi045.tkkiao (mgr.14182) 1593 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.csfqmp on smithi105 2023-11-17T07:19:43.300 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:38 smithi045 bash[25828]: audit 2023-11-17T07:19:37.192252+0000 mgr.smithi045.tkkiao (mgr.14182) 1594 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:38 smithi045 bash[25828]: cluster 2023-11-17T07:19:37.246175+0000 mon.smithi045 (mon.0) 1069 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:38 smithi045 bash[25828]: cluster 2023-11-17T07:19:37.246242+0000 mon.smithi045 (mon.0) 1070 : cluster [INF] Cluster is now healthy 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:40 smithi045 bash[25828]: cluster 2023-11-17T07:19:38.770179+0000 mgr.smithi045.tkkiao (mgr.14182) 1595 : cluster [DBG] pgmap v1122: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:41 smithi045 bash[25828]: audit 2023-11-17T07:19:40.606248+0000 mon.smithi045 (mon.0) 1071 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.csfqmp"}]: dispatch 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: cephadm 2023-11-17T07:19:40.604995+0000 mgr.smithi045.tkkiao (mgr.14182) 1596 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.csfqmp ... 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.302 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.csfqmp ... 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: cephadm 2023-11-17T07:19:40.605612+0000 mgr.smithi045.tkkiao (mgr.14182) 1597 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: cephadm 2023-11-17T07:19:40.608057+0000 mgr.smithi045.tkkiao (mgr.14182) 1598 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.csfqmp ... 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: cephadm 2023-11-17T07:19:40.612604+0000 mgr.smithi045.tkkiao (mgr.14182) 1599 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.ccvjcd on smithi045 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:42 smithi045 bash[25828]: cluster 2023-11-17T07:19:40.771427+0000 mgr.smithi045.tkkiao (mgr.14182) 1600 : cluster [DBG] pgmap v1123: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:19:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:43 smithi045 bash[25828]: cluster 2023-11-17T07:19:42.772854+0000 mgr.smithi045.tkkiao (mgr.14182) 1601 : cluster [DBG] pgmap v1124: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:19:43.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:43 smithi105 bash[28427]: cluster 2023-11-17T07:19:42.772854+0000 mgr.smithi045.tkkiao (mgr.14182) 1601 : cluster [DBG] pgmap v1124: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:19:44.300 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:44 smithi045 bash[25828]: audit 2023-11-17T07:19:44.410115+0000 mon.smithi045 (mon.0) 1072 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.ccvjcd"}]: dispatch 2023-11-17T07:19:44.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:44 smithi105 bash[28427]: audit 2023-11-17T07:19:44.410115+0000 mon.smithi045 (mon.0) 1072 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.ccvjcd"}]: dispatch 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: cephadm 2023-11-17T07:19:44.408930+0000 mgr.smithi045.tkkiao (mgr.14182) 1602 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ccvjcd ... 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.703 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.704 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ccvjcd ... 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: cephadm 2023-11-17T07:19:44.409459+0000 mgr.smithi045.tkkiao (mgr.14182) 1603 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: cephadm 2023-11-17T07:19:44.411483+0000 mgr.smithi045.tkkiao (mgr.14182) 1604 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.705 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.ccvjcd ... 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: cephadm 2023-11-17T07:19:44.414798+0000 mgr.smithi045.tkkiao (mgr.14182) 1605 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: cephadm 2023-11-17T07:19:44.417599+0000 mgr.smithi045.tkkiao (mgr.14182) 1606 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:19:45.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: cluster 2023-11-17T07:19:44.418970+0000 mgr.smithi045.tkkiao (mgr.14182) 1607 : cluster [DBG] pgmap v1125: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:19:45.707 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:45 smithi045 bash[25828]: cluster 2023-11-17T07:19:44.471139+0000 mon.smithi045 (mon.0) 1073 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:19:45.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: cephadm 2023-11-17T07:19:44.408930+0000 mgr.smithi045.tkkiao (mgr.14182) 1602 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:45.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ccvjcd ... 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:19:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ccvjcd ... 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: cephadm 2023-11-17T07:19:44.409459+0000 mgr.smithi045.tkkiao (mgr.14182) 1603 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: cephadm 2023-11-17T07:19:44.411483+0000 mgr.smithi045.tkkiao (mgr.14182) 1604 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.ccvjcd ... 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:19:45.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: cephadm 2023-11-17T07:19:44.414798+0000 mgr.smithi045.tkkiao (mgr.14182) 1605 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:19:45.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: cephadm 2023-11-17T07:19:44.417599+0000 mgr.smithi045.tkkiao (mgr.14182) 1606 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:19:45.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: cluster 2023-11-17T07:19:44.418970+0000 mgr.smithi045.tkkiao (mgr.14182) 1607 : cluster [DBG] pgmap v1125: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:19:45.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:45 smithi105 bash[28427]: cluster 2023-11-17T07:19:44.471139+0000 mon.smithi045 (mon.0) 1073 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:19:47.438 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:47.439 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:48.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:48.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:48 smithi045 bash[25828]: cluster 2023-11-17T07:19:46.420398+0000 mgr.smithi045.tkkiao (mgr.14182) 1608 : cluster [DBG] pgmap v1126: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:19:48.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:48 smithi105 bash[28427]: cluster 2023-11-17T07:19:46.420398+0000 mgr.smithi045.tkkiao (mgr.14182) 1608 : cluster [DBG] pgmap v1126: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:19:49.030 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:49.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:49 smithi045 bash[25828]: audit 2023-11-17T07:19:47.423136+0000 mgr.smithi045.tkkiao (mgr.14182) 1609 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:49.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:49 smithi045 bash[25828]: audit 2023-11-17T07:19:48.951296+0000 mon.smithi045 (mon.0) 1074 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:19:49.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:49 smithi105 bash[28427]: audit 2023-11-17T07:19:47.423136+0000 mgr.smithi045.tkkiao (mgr.14182) 1609 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:49.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:49 smithi105 bash[28427]: audit 2023-11-17T07:19:48.951296+0000 mon.smithi045 (mon.0) 1074 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:19:50.436 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:50 smithi045 bash[25828]: cluster 2023-11-17T07:19:48.422521+0000 mgr.smithi045.tkkiao (mgr.14182) 1610 : cluster [DBG] pgmap v1127: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:19:50.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:50 smithi105 bash[28427]: cluster 2023-11-17T07:19:48.422521+0000 mgr.smithi045.tkkiao (mgr.14182) 1610 : cluster [DBG] pgmap v1127: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:19:52.101 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:52.101 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:52.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:52 smithi045 bash[25828]: cluster 2023-11-17T07:19:50.424165+0000 mgr.smithi045.tkkiao (mgr.14182) 1611 : cluster [DBG] pgmap v1128: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:19:52.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:52 smithi105 bash[28427]: cluster 2023-11-17T07:19:50.424165+0000 mgr.smithi045.tkkiao (mgr.14182) 1611 : cluster [DBG] pgmap v1128: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:19:52.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:53.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:53 smithi045 bash[25828]: audit 2023-11-17T07:19:52.093370+0000 mgr.smithi045.tkkiao (mgr.14182) 1612 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:53.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:53 smithi105 bash[28427]: audit 2023-11-17T07:19:52.093370+0000 mgr.smithi045.tkkiao (mgr.14182) 1612 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:53.698 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:54.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:54 smithi045 bash[25828]: cluster 2023-11-17T07:19:52.425574+0000 mgr.smithi045.tkkiao (mgr.14182) 1613 : cluster [DBG] pgmap v1129: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:19:54.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:54 smithi105 bash[28427]: cluster 2023-11-17T07:19:52.425574+0000 mgr.smithi045.tkkiao (mgr.14182) 1613 : cluster [DBG] pgmap v1129: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:19:55.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:55 smithi105 bash[28427]: cluster 2023-11-17T07:19:54.427682+0000 mgr.smithi045.tkkiao (mgr.14182) 1614 : cluster [DBG] pgmap v1130: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-17T07:19:55.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:55 smithi045 bash[25828]: cluster 2023-11-17T07:19:54.427682+0000 mgr.smithi045.tkkiao (mgr.14182) 1614 : cluster [DBG] pgmap v1130: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-17T07:19:56.746 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:19:56.746 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:19:57.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:58.323 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:58.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:58 smithi045 bash[25828]: cluster 2023-11-17T07:19:56.428551+0000 mgr.smithi045.tkkiao (mgr.14182) 1615 : cluster [DBG] pgmap v1131: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:58.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:19:58 smithi045 bash[25828]: audit 2023-11-17T07:19:56.733876+0000 mgr.smithi045.tkkiao (mgr.14182) 1616 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:58.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:58 smithi105 bash[28427]: cluster 2023-11-17T07:19:56.428551+0000 mgr.smithi045.tkkiao (mgr.14182) 1615 : cluster [DBG] pgmap v1131: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:58.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:19:58 smithi105 bash[28427]: audit 2023-11-17T07:19:56.733876+0000 mgr.smithi045.tkkiao (mgr.14182) 1616 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:00.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:00 smithi045 bash[25828]: cluster 2023-11-17T07:19:58.429537+0000 mgr.smithi045.tkkiao (mgr.14182) 1617 : cluster [DBG] pgmap v1132: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:00.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:00 smithi045 bash[25828]: cluster 2023-11-17T07:20:00.000152+0000 mon.smithi045 (mon.0) 1075 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-17T07:20:00.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:00 smithi105 bash[28427]: cluster 2023-11-17T07:19:58.429537+0000 mgr.smithi045.tkkiao (mgr.14182) 1617 : cluster [DBG] pgmap v1132: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:00.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:00 smithi105 bash[28427]: cluster 2023-11-17T07:20:00.000152+0000 mon.smithi045 (mon.0) 1075 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-17T07:20:01.360 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:01.360 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:01.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:02.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:02 smithi045 bash[25828]: cluster 2023-11-17T07:20:00.430303+0000 mgr.smithi045.tkkiao (mgr.14182) 1618 : cluster [DBG] pgmap v1133: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:02.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:02 smithi105 bash[28427]: cluster 2023-11-17T07:20:00.430303+0000 mgr.smithi045.tkkiao (mgr.14182) 1618 : cluster [DBG] pgmap v1133: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:02.940 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:03.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:03 smithi045 bash[25828]: audit 2023-11-17T07:20:01.352985+0000 mgr.smithi045.tkkiao (mgr.14182) 1619 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:03.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:03 smithi105 bash[28427]: audit 2023-11-17T07:20:01.352985+0000 mgr.smithi045.tkkiao (mgr.14182) 1619 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:04.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:04 smithi045 bash[25828]: cluster 2023-11-17T07:20:02.431813+0000 mgr.smithi045.tkkiao (mgr.14182) 1620 : cluster [DBG] pgmap v1134: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:04.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:04 smithi105 bash[28427]: cluster 2023-11-17T07:20:02.431813+0000 mgr.smithi045.tkkiao (mgr.14182) 1620 : cluster [DBG] pgmap v1134: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:05.949 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:05.949 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:06.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:06.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:06 smithi045 bash[25828]: cluster 2023-11-17T07:20:04.433820+0000 mgr.smithi045.tkkiao (mgr.14182) 1621 : cluster [DBG] pgmap v1135: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:06.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:06 smithi105 bash[28427]: cluster 2023-11-17T07:20:04.433820+0000 mgr.smithi045.tkkiao (mgr.14182) 1621 : cluster [DBG] pgmap v1135: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:07.503 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:07.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:07 smithi045 bash[25828]: audit 2023-11-17T07:20:05.939274+0000 mgr.smithi045.tkkiao (mgr.14182) 1622 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:07.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:07 smithi105 bash[28427]: audit 2023-11-17T07:20:05.939274+0000 mgr.smithi045.tkkiao (mgr.14182) 1622 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:08.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:08 smithi045 bash[25828]: cluster 2023-11-17T07:20:06.435034+0000 mgr.smithi045.tkkiao (mgr.14182) 1623 : cluster [DBG] pgmap v1136: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:08.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:08 smithi105 bash[28427]: cluster 2023-11-17T07:20:06.435034+0000 mgr.smithi045.tkkiao (mgr.14182) 1623 : cluster [DBG] pgmap v1136: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:09.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:09 smithi045 bash[25828]: cluster 2023-11-17T07:20:08.436351+0000 mgr.smithi045.tkkiao (mgr.14182) 1624 : cluster [DBG] pgmap v1137: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:09.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:09 smithi105 bash[28427]: cluster 2023-11-17T07:20:08.436351+0000 mgr.smithi045.tkkiao (mgr.14182) 1624 : cluster [DBG] pgmap v1137: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:10.597 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:10.597 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:11.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:12.162 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:12.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:12 smithi045 bash[25828]: cluster 2023-11-17T07:20:10.437779+0000 mgr.smithi045.tkkiao (mgr.14182) 1625 : cluster [DBG] pgmap v1138: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:12.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:12 smithi045 bash[25828]: audit 2023-11-17T07:20:10.585706+0000 mgr.smithi045.tkkiao (mgr.14182) 1626 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:12.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:12 smithi105 bash[28427]: cluster 2023-11-17T07:20:10.437779+0000 mgr.smithi045.tkkiao (mgr.14182) 1625 : cluster [DBG] pgmap v1138: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:12.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:12 smithi105 bash[28427]: audit 2023-11-17T07:20:10.585706+0000 mgr.smithi045.tkkiao (mgr.14182) 1626 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:14.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:14 smithi045 bash[25828]: cluster 2023-11-17T07:20:12.438687+0000 mgr.smithi045.tkkiao (mgr.14182) 1627 : cluster [DBG] pgmap v1139: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:14.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:14 smithi105 bash[28427]: cluster 2023-11-17T07:20:12.438687+0000 mgr.smithi045.tkkiao (mgr.14182) 1627 : cluster [DBG] pgmap v1139: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:15.028 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:15.028 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:15.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:16.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:16 smithi045 bash[25828]: cluster 2023-11-17T07:20:14.439874+0000 mgr.smithi045.tkkiao (mgr.14182) 1628 : cluster [DBG] pgmap v1140: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:16.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:16 smithi045 bash[25828]: audit 2023-11-17T07:20:15.013974+0000 mgr.smithi045.tkkiao (mgr.14182) 1629 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:16.641 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:16.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:16 smithi105 bash[28427]: cluster 2023-11-17T07:20:14.439874+0000 mgr.smithi045.tkkiao (mgr.14182) 1628 : cluster [DBG] pgmap v1140: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:16.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:16 smithi105 bash[28427]: audit 2023-11-17T07:20:15.013974+0000 mgr.smithi045.tkkiao (mgr.14182) 1629 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:18.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:18 smithi045 bash[25828]: cluster 2023-11-17T07:20:16.441309+0000 mgr.smithi045.tkkiao (mgr.14182) 1630 : cluster [DBG] pgmap v1141: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:18.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:18 smithi105 bash[28427]: cluster 2023-11-17T07:20:16.441309+0000 mgr.smithi045.tkkiao (mgr.14182) 1630 : cluster [DBG] pgmap v1141: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:19.706 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:19.706 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:20.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:20.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:20 smithi045 bash[25828]: cluster 2023-11-17T07:20:18.443014+0000 mgr.smithi045.tkkiao (mgr.14182) 1631 : cluster [DBG] pgmap v1142: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:20.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:20 smithi105 bash[28427]: cluster 2023-11-17T07:20:18.443014+0000 mgr.smithi045.tkkiao (mgr.14182) 1631 : cluster [DBG] pgmap v1142: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:21.243 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:21.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:21 smithi045 bash[25828]: audit 2023-11-17T07:20:19.698567+0000 mgr.smithi045.tkkiao (mgr.14182) 1632 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:21.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:21 smithi105 bash[28427]: audit 2023-11-17T07:20:19.698567+0000 mgr.smithi045.tkkiao (mgr.14182) 1632 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:22.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:22 smithi045 bash[25828]: cluster 2023-11-17T07:20:20.444487+0000 mgr.smithi045.tkkiao (mgr.14182) 1633 : cluster [DBG] pgmap v1143: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:22.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:22 smithi105 bash[28427]: cluster 2023-11-17T07:20:20.444487+0000 mgr.smithi045.tkkiao (mgr.14182) 1633 : cluster [DBG] pgmap v1143: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:23.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:23 smithi045 bash[25828]: cluster 2023-11-17T07:20:22.445606+0000 mgr.smithi045.tkkiao (mgr.14182) 1634 : cluster [DBG] pgmap v1144: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:23.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:23 smithi105 bash[28427]: cluster 2023-11-17T07:20:22.445606+0000 mgr.smithi045.tkkiao (mgr.14182) 1634 : cluster [DBG] pgmap v1144: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:24.298 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:24.298 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:24.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:25.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:25 smithi105 bash[28427]: audit 2023-11-17T07:20:24.291037+0000 mgr.smithi045.tkkiao (mgr.14182) 1635 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:25.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:25 smithi105 bash[28427]: cluster 2023-11-17T07:20:24.446838+0000 mgr.smithi045.tkkiao (mgr.14182) 1636 : cluster [DBG] pgmap v1145: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:25.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:25 smithi045 bash[25828]: audit 2023-11-17T07:20:24.291037+0000 mgr.smithi045.tkkiao (mgr.14182) 1635 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:25.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:25 smithi045 bash[25828]: cluster 2023-11-17T07:20:24.446838+0000 mgr.smithi045.tkkiao (mgr.14182) 1636 : cluster [DBG] pgmap v1145: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:25.887 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:28.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:28 smithi045 bash[25828]: cluster 2023-11-17T07:20:26.447994+0000 mgr.smithi045.tkkiao (mgr.14182) 1637 : cluster [DBG] pgmap v1146: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:28.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:28 smithi105 bash[28427]: cluster 2023-11-17T07:20:26.447994+0000 mgr.smithi045.tkkiao (mgr.14182) 1637 : cluster [DBG] pgmap v1146: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:28.946 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:28.946 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:29.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:30.574 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:30.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:30 smithi045 bash[25828]: cluster 2023-11-17T07:20:28.449217+0000 mgr.smithi045.tkkiao (mgr.14182) 1638 : cluster [DBG] pgmap v1147: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:30.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:30 smithi045 bash[25828]: audit 2023-11-17T07:20:28.933782+0000 mgr.smithi045.tkkiao (mgr.14182) 1639 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:30.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:30 smithi105 bash[28427]: cluster 2023-11-17T07:20:28.449217+0000 mgr.smithi045.tkkiao (mgr.14182) 1638 : cluster [DBG] pgmap v1147: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:30.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:30 smithi105 bash[28427]: audit 2023-11-17T07:20:28.933782+0000 mgr.smithi045.tkkiao (mgr.14182) 1639 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:32.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:32 smithi045 bash[25828]: cluster 2023-11-17T07:20:30.450686+0000 mgr.smithi045.tkkiao (mgr.14182) 1640 : cluster [DBG] pgmap v1148: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:32.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:32 smithi105 bash[28427]: cluster 2023-11-17T07:20:30.450686+0000 mgr.smithi045.tkkiao (mgr.14182) 1640 : cluster [DBG] pgmap v1148: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:33.644 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:33.645 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:34.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:34.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:34 smithi045 bash[25828]: cluster 2023-11-17T07:20:32.451780+0000 mgr.smithi045.tkkiao (mgr.14182) 1641 : cluster [DBG] pgmap v1149: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:34 smithi105 bash[28427]: cluster 2023-11-17T07:20:32.451780+0000 mgr.smithi045.tkkiao (mgr.14182) 1641 : cluster [DBG] pgmap v1149: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:35.234 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:35.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:35 smithi045 bash[25828]: audit 2023-11-17T07:20:33.632268+0000 mgr.smithi045.tkkiao (mgr.14182) 1642 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:35.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:35 smithi105 bash[28427]: audit 2023-11-17T07:20:33.632268+0000 mgr.smithi045.tkkiao (mgr.14182) 1642 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:36.516 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:36 smithi045 bash[25828]: cluster 2023-11-17T07:20:34.453796+0000 mgr.smithi045.tkkiao (mgr.14182) 1643 : cluster [DBG] pgmap v1150: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:36.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:36 smithi105 bash[28427]: cluster 2023-11-17T07:20:34.453796+0000 mgr.smithi045.tkkiao (mgr.14182) 1643 : cluster [DBG] pgmap v1150: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:37.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:37 smithi105 bash[28427]: cluster 2023-11-17T07:20:36.454756+0000 mgr.smithi045.tkkiao (mgr.14182) 1644 : cluster [DBG] pgmap v1151: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:37 smithi045 bash[25828]: cluster 2023-11-17T07:20:36.454756+0000 mgr.smithi045.tkkiao (mgr.14182) 1644 : cluster [DBG] pgmap v1151: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:38.356 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:38.356 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:38.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:39.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:39 smithi045 bash[25828]: audit 2023-11-17T07:20:38.342068+0000 mgr.smithi045.tkkiao (mgr.14182) 1645 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:39.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:39 smithi045 bash[25828]: cluster 2023-11-17T07:20:38.455841+0000 mgr.smithi045.tkkiao (mgr.14182) 1646 : cluster [DBG] pgmap v1152: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:39.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:39 smithi105 bash[28427]: audit 2023-11-17T07:20:38.342068+0000 mgr.smithi045.tkkiao (mgr.14182) 1645 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:39.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:39 smithi105 bash[28427]: cluster 2023-11-17T07:20:38.455841+0000 mgr.smithi045.tkkiao (mgr.14182) 1646 : cluster [DBG] pgmap v1152: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:39.940 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:42.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:42 smithi045 bash[25828]: cluster 2023-11-17T07:20:40.456848+0000 mgr.smithi045.tkkiao (mgr.14182) 1647 : cluster [DBG] pgmap v1153: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:42.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:42 smithi105 bash[28427]: cluster 2023-11-17T07:20:40.456848+0000 mgr.smithi045.tkkiao (mgr.14182) 1647 : cluster [DBG] pgmap v1153: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:42.938 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:20:42.938 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:20:43.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:44.556 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:44.567 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:44 smithi045 bash[25828]: cluster 2023-11-17T07:20:42.457893+0000 mgr.smithi045.tkkiao (mgr.14182) 1648 : cluster [DBG] pgmap v1154: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:44.567 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:44 smithi045 bash[25828]: audit 2023-11-17T07:20:42.930797+0000 mgr.smithi045.tkkiao (mgr.14182) 1649 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:44.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:44 smithi105 bash[28427]: cluster 2023-11-17T07:20:42.457893+0000 mgr.smithi045.tkkiao (mgr.14182) 1648 : cluster [DBG] pgmap v1154: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.843 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:44 smithi105 bash[28427]: audit 2023-11-17T07:20:42.930797+0000 mgr.smithi045.tkkiao (mgr.14182) 1649 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:05.845 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:45 smithi045 bash[25828]: audit 2023-11-17T07:20:44.421345+0000 mon.smithi045 (mon.0) 1076 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:45 smithi045 bash[25828]: audit 2023-11-17T07:20:44.755185+0000 mon.smithi045 (mon.0) 1077 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:45 smithi045 bash[25828]: audit 2023-11-17T07:20:44.757085+0000 mon.smithi045 (mon.0) 1078 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:45 smithi045 bash[25828]: audit 2023-11-17T07:20:44.766818+0000 mon.smithi045 (mon.0) 1079 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:45 smithi045 bash[25828]: audit 2023-11-17T07:20:44.805102+0000 mon.smithi045 (mon.0) 1080 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:45 smithi045 bash[25828]: audit 2023-11-17T07:20:44.818926+0000 mon.smithi045 (mon.0) 1081 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:46 smithi045 bash[25828]: cluster 2023-11-17T07:20:44.459856+0000 mgr.smithi045.tkkiao (mgr.14182) 1650 : cluster [DBG] pgmap v1155: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:46 smithi045 bash[25828]: cluster 2023-11-17T07:20:44.772814+0000 mgr.smithi045.tkkiao (mgr.14182) 1651 : cluster [DBG] pgmap v1156: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:46 smithi045 bash[25828]: cephadm 2023-11-17T07:20:44.823114+0000 mgr.smithi045.tkkiao (mgr.14182) 1652 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jhxlrf on smithi105 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:46 smithi045 bash[25828]: cluster 2023-11-17T07:20:45.260396+0000 mon.smithi045 (mon.0) 1082 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:46 smithi045 bash[25828]: cluster 2023-11-17T07:20:45.260469+0000 mon.smithi045 (mon.0) 1083 : cluster [INF] Cluster is now healthy 2023-11-17T07:21:05.865 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:05.865 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:18:36.450488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpubal on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:40.607816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.csfqmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-csfqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.csfqmp\nDeploy daemon haproxy.nfs.foo.smithi105.csfqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.411306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.ccvjcd on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-ccvjcd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.ccvjcd\nDeploy daemon haproxy.nfs.foo.smithi045.ccvjcd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:19:44.414625Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.twmxku on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:05.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:45 smithi105 bash[28427]: audit 2023-11-17T07:20:44.421345+0000 mon.smithi045 (mon.0) 1076 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:45 smithi105 bash[28427]: audit 2023-11-17T07:20:44.755185+0000 mon.smithi045 (mon.0) 1077 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:45 smithi105 bash[28427]: audit 2023-11-17T07:20:44.757085+0000 mon.smithi045 (mon.0) 1078 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:45 smithi105 bash[28427]: audit 2023-11-17T07:20:44.766818+0000 mon.smithi045 (mon.0) 1079 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:45 smithi105 bash[28427]: audit 2023-11-17T07:20:44.805102+0000 mon.smithi045 (mon.0) 1080 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:45 smithi105 bash[28427]: audit 2023-11-17T07:20:44.818926+0000 mon.smithi045 (mon.0) 1081 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:46 smithi105 bash[28427]: cluster 2023-11-17T07:20:44.459856+0000 mgr.smithi045.tkkiao (mgr.14182) 1650 : cluster [DBG] pgmap v1155: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:46 smithi105 bash[28427]: cluster 2023-11-17T07:20:44.772814+0000 mgr.smithi045.tkkiao (mgr.14182) 1651 : cluster [DBG] pgmap v1156: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:46 smithi105 bash[28427]: cephadm 2023-11-17T07:20:44.823114+0000 mgr.smithi045.tkkiao (mgr.14182) 1652 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jhxlrf on smithi105 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:46 smithi105 bash[28427]: cluster 2023-11-17T07:20:45.260396+0000 mon.smithi045 (mon.0) 1082 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:46 smithi105 bash[28427]: cluster 2023-11-17T07:20:45.260469+0000 mon.smithi045 (mon.0) 1083 : cluster [INF] Cluster is now healthy 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:48 smithi105 bash[28427]: cluster 2023-11-17T07:20:46.773956+0000 mgr.smithi045.tkkiao (mgr.14182) 1653 : cluster [DBG] pgmap v1157: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:49 smithi105 bash[28427]: audit 2023-11-17T07:20:47.818377+0000 mgr.smithi045.tkkiao (mgr.14182) 1654 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:49 smithi105 bash[28427]: audit 2023-11-17T07:20:48.654741+0000 mon.smithi045 (mon.0) 1084 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jhxlrf"}]: dispatch 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: cephadm 2023-11-17T07:20:48.653671+0000 mgr.smithi045.tkkiao (mgr.14182) 1655 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.jhxlrf ... 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.jhxlrf ... 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: cephadm 2023-11-17T07:20:48.654149+0000 mgr.smithi045.tkkiao (mgr.14182) 1656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: cephadm 2023-11-17T07:20:48.656617+0000 mgr.smithi045.tkkiao (mgr.14182) 1657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.jhxlrf ... 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: cephadm 2023-11-17T07:20:48.661871+0000 mgr.smithi045.tkkiao (mgr.14182) 1658 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.spwqhb on smithi045 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:50 smithi105 bash[28427]: cluster 2023-11-17T07:20:48.775450+0000 mgr.smithi045.tkkiao (mgr.14182) 1659 : cluster [DBG] pgmap v1158: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:52 smithi105 bash[28427]: cluster 2023-11-17T07:20:50.776681+0000 mgr.smithi045.tkkiao (mgr.14182) 1660 : cluster [DBG] pgmap v1159: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:53 smithi105 bash[28427]: audit 2023-11-17T07:20:52.512081+0000 mon.smithi045 (mon.0) 1085 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.spwqhb"}]: dispatch 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: cephadm 2023-11-17T07:20:52.510910+0000 mgr.smithi045.tkkiao (mgr.14182) 1661 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.spwqhb ... 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.spwqhb ... 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: cephadm 2023-11-17T07:20:52.511394+0000 mgr.smithi045.tkkiao (mgr.14182) 1662 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: cephadm 2023-11-17T07:20:52.513570+0000 mgr.smithi045.tkkiao (mgr.14182) 1663 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.spwqhb ... 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: cephadm 2023-11-17T07:20:52.517021+0000 mgr.smithi045.tkkiao (mgr.14182) 1664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: cephadm 2023-11-17T07:20:52.518869+0000 mgr.smithi045.tkkiao (mgr.14182) 1665 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: cluster 2023-11-17T07:20:52.520249+0000 mgr.smithi045.tkkiao (mgr.14182) 1666 : cluster [DBG] pgmap v1160: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: cluster 2023-11-17T07:20:53.257665+0000 mon.smithi045 (mon.0) 1086 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:54 smithi105 bash[28427]: audit 2023-11-17T07:20:54.010222+0000 mon.smithi045 (mon.0) 1087 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:56 smithi105 bash[28427]: cluster 2023-11-17T07:20:54.522292+0000 mgr.smithi045.tkkiao (mgr.14182) 1667 : cluster [DBG] pgmap v1161: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:20:58 smithi105 bash[28427]: cluster 2023-11-17T07:20:56.523754+0000 mgr.smithi045.tkkiao (mgr.14182) 1668 : cluster [DBG] pgmap v1162: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:00 smithi105 bash[28427]: cluster 2023-11-17T07:20:58.525734+0000 mgr.smithi045.tkkiao (mgr.14182) 1669 : cluster [DBG] pgmap v1163: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:02 smithi105 bash[28427]: cluster 2023-11-17T07:21:00.527300+0000 mgr.smithi045.tkkiao (mgr.14182) 1670 : cluster [DBG] pgmap v1164: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:21:05.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:04 smithi105 bash[28427]: cluster 2023-11-17T07:21:02.528838+0000 mgr.smithi045.tkkiao (mgr.14182) 1671 : cluster [DBG] pgmap v1165: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:21:05.876 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:48 smithi045 bash[25828]: cluster 2023-11-17T07:20:46.773956+0000 mgr.smithi045.tkkiao (mgr.14182) 1653 : cluster [DBG] pgmap v1157: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:05.876 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:49 smithi045 bash[25828]: audit 2023-11-17T07:20:47.818377+0000 mgr.smithi045.tkkiao (mgr.14182) 1654 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:05.876 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:49 smithi045 bash[25828]: audit 2023-11-17T07:20:48.654741+0000 mon.smithi045 (mon.0) 1084 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jhxlrf"}]: dispatch 2023-11-17T07:21:05.876 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: cephadm 2023-11-17T07:20:48.653671+0000 mgr.smithi045.tkkiao (mgr.14182) 1655 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.876 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.876 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.jhxlrf ... 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:21:05.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:21:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.jhxlrf ... 2023-11-17T07:21:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: cephadm 2023-11-17T07:20:48.654149+0000 mgr.smithi045.tkkiao (mgr.14182) 1656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: cephadm 2023-11-17T07:20:48.656617+0000 mgr.smithi045.tkkiao (mgr.14182) 1657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.jhxlrf ... 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: cephadm 2023-11-17T07:20:48.661871+0000 mgr.smithi045.tkkiao (mgr.14182) 1658 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.spwqhb on smithi045 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:50 smithi045 bash[25828]: cluster 2023-11-17T07:20:48.775450+0000 mgr.smithi045.tkkiao (mgr.14182) 1659 : cluster [DBG] pgmap v1158: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:52 smithi045 bash[25828]: cluster 2023-11-17T07:20:50.776681+0000 mgr.smithi045.tkkiao (mgr.14182) 1660 : cluster [DBG] pgmap v1159: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:53 smithi045 bash[25828]: audit 2023-11-17T07:20:52.512081+0000 mon.smithi045 (mon.0) 1085 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.spwqhb"}]: dispatch 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: cephadm 2023-11-17T07:20:52.510910+0000 mgr.smithi045.tkkiao (mgr.14182) 1661 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.spwqhb ... 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.spwqhb ... 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: cephadm 2023-11-17T07:20:52.511394+0000 mgr.smithi045.tkkiao (mgr.14182) 1662 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: cephadm 2023-11-17T07:20:52.513570+0000 mgr.smithi045.tkkiao (mgr.14182) 1663 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.spwqhb ... 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: cephadm 2023-11-17T07:20:52.517021+0000 mgr.smithi045.tkkiao (mgr.14182) 1664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: cephadm 2023-11-17T07:20:52.518869+0000 mgr.smithi045.tkkiao (mgr.14182) 1665 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:21:05.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: cluster 2023-11-17T07:20:52.520249+0000 mgr.smithi045.tkkiao (mgr.14182) 1666 : cluster [DBG] pgmap v1160: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:21:05.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: cluster 2023-11-17T07:20:53.257665+0000 mon.smithi045 (mon.0) 1086 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:21:05.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:54 smithi045 bash[25828]: audit 2023-11-17T07:20:54.010222+0000 mon.smithi045 (mon.0) 1087 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:05.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:56 smithi045 bash[25828]: cluster 2023-11-17T07:20:54.522292+0000 mgr.smithi045.tkkiao (mgr.14182) 1667 : cluster [DBG] pgmap v1161: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:21:05.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:20:58 smithi045 bash[25828]: cluster 2023-11-17T07:20:56.523754+0000 mgr.smithi045.tkkiao (mgr.14182) 1668 : cluster [DBG] pgmap v1162: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:21:05.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:00 smithi045 bash[25828]: cluster 2023-11-17T07:20:58.525734+0000 mgr.smithi045.tkkiao (mgr.14182) 1669 : cluster [DBG] pgmap v1163: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:21:05.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:02 smithi045 bash[25828]: cluster 2023-11-17T07:21:00.527300+0000 mgr.smithi045.tkkiao (mgr.14182) 1670 : cluster [DBG] pgmap v1164: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:21:05.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:04 smithi045 bash[25828]: cluster 2023-11-17T07:21:02.528838+0000 mgr.smithi045.tkkiao (mgr.14182) 1671 : cluster [DBG] pgmap v1165: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:21:06.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:06 smithi045 bash[25828]: cluster 2023-11-17T07:21:04.530898+0000 mgr.smithi045.tkkiao (mgr.14182) 1672 : cluster [DBG] pgmap v1166: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:06.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:06 smithi105 bash[28427]: cluster 2023-11-17T07:21:04.530898+0000 mgr.smithi045.tkkiao (mgr.14182) 1672 : cluster [DBG] pgmap v1166: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:06.866 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:08.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:08 smithi045 bash[25828]: cluster 2023-11-17T07:21:06.532417+0000 mgr.smithi045.tkkiao (mgr.14182) 1673 : cluster [DBG] pgmap v1167: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:08.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:08 smithi105 bash[28427]: cluster 2023-11-17T07:21:06.532417+0000 mgr.smithi045.tkkiao (mgr.14182) 1673 : cluster [DBG] pgmap v1167: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:09.790 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:09.790 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:10.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:10.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:10 smithi045 bash[25828]: cluster 2023-11-17T07:21:08.534477+0000 mgr.smithi045.tkkiao (mgr.14182) 1674 : cluster [DBG] pgmap v1168: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:10 smithi105 bash[28427]: cluster 2023-11-17T07:21:08.534477+0000 mgr.smithi045.tkkiao (mgr.14182) 1674 : cluster [DBG] pgmap v1168: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:11.375 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:11.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:11 smithi045 bash[25828]: audit 2023-11-17T07:21:09.783091+0000 mgr.smithi045.tkkiao (mgr.14182) 1675 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:11.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:11 smithi105 bash[28427]: audit 2023-11-17T07:21:09.783091+0000 mgr.smithi045.tkkiao (mgr.14182) 1675 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:12.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:12 smithi045 bash[25828]: cluster 2023-11-17T07:21:10.535931+0000 mgr.smithi045.tkkiao (mgr.14182) 1676 : cluster [DBG] pgmap v1169: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:12.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:12 smithi105 bash[28427]: cluster 2023-11-17T07:21:10.535931+0000 mgr.smithi045.tkkiao (mgr.14182) 1676 : cluster [DBG] pgmap v1169: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:13.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:13 smithi045 bash[25828]: cluster 2023-11-17T07:21:12.537518+0000 mgr.smithi045.tkkiao (mgr.14182) 1677 : cluster [DBG] pgmap v1170: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:13 smithi105 bash[28427]: cluster 2023-11-17T07:21:12.537518+0000 mgr.smithi045.tkkiao (mgr.14182) 1677 : cluster [DBG] pgmap v1170: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:14.490 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:14.491 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:15.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:15.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:15 smithi105 bash[28427]: audit 2023-11-17T07:21:14.480800+0000 mgr.smithi045.tkkiao (mgr.14182) 1678 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:15.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:15 smithi105 bash[28427]: cluster 2023-11-17T07:21:14.540168+0000 mgr.smithi045.tkkiao (mgr.14182) 1679 : cluster [DBG] pgmap v1171: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:16.010 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:16.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:15 smithi045 bash[25828]: audit 2023-11-17T07:21:14.480800+0000 mgr.smithi045.tkkiao (mgr.14182) 1678 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:16.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:15 smithi045 bash[25828]: cluster 2023-11-17T07:21:14.540168+0000 mgr.smithi045.tkkiao (mgr.14182) 1679 : cluster [DBG] pgmap v1171: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:18 smithi045 bash[25828]: cluster 2023-11-17T07:21:16.541738+0000 mgr.smithi045.tkkiao (mgr.14182) 1680 : cluster [DBG] pgmap v1172: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:18.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:18 smithi105 bash[28427]: cluster 2023-11-17T07:21:16.541738+0000 mgr.smithi045.tkkiao (mgr.14182) 1680 : cluster [DBG] pgmap v1172: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:19.001 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:19.001 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:19.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:20.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:20 smithi045 bash[25828]: cluster 2023-11-17T07:21:18.543937+0000 mgr.smithi045.tkkiao (mgr.14182) 1681 : cluster [DBG] pgmap v1173: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:20.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:20 smithi045 bash[25828]: audit 2023-11-17T07:21:18.991901+0000 mgr.smithi045.tkkiao (mgr.14182) 1682 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:20.608 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:20.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:20 smithi105 bash[28427]: cluster 2023-11-17T07:21:18.543937+0000 mgr.smithi045.tkkiao (mgr.14182) 1681 : cluster [DBG] pgmap v1173: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:20.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:20 smithi105 bash[28427]: audit 2023-11-17T07:21:18.991901+0000 mgr.smithi045.tkkiao (mgr.14182) 1682 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:22.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:22 smithi045 bash[25828]: cluster 2023-11-17T07:21:20.545509+0000 mgr.smithi045.tkkiao (mgr.14182) 1683 : cluster [DBG] pgmap v1174: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:22 smithi105 bash[28427]: cluster 2023-11-17T07:21:20.545509+0000 mgr.smithi045.tkkiao (mgr.14182) 1683 : cluster [DBG] pgmap v1174: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:23.684 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:23.684 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:24.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:24.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:24 smithi045 bash[25828]: cluster 2023-11-17T07:21:22.546973+0000 mgr.smithi045.tkkiao (mgr.14182) 1684 : cluster [DBG] pgmap v1175: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:24.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:24 smithi105 bash[28427]: cluster 2023-11-17T07:21:22.546973+0000 mgr.smithi045.tkkiao (mgr.14182) 1684 : cluster [DBG] pgmap v1175: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:25.243 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:25.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:25 smithi045 bash[25828]: audit 2023-11-17T07:21:23.677339+0000 mgr.smithi045.tkkiao (mgr.14182) 1685 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:25.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:25 smithi105 bash[28427]: audit 2023-11-17T07:21:23.677339+0000 mgr.smithi045.tkkiao (mgr.14182) 1685 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:26.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:26 smithi045 bash[25828]: cluster 2023-11-17T07:21:24.548920+0000 mgr.smithi045.tkkiao (mgr.14182) 1686 : cluster [DBG] pgmap v1176: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:26.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:26 smithi105 bash[28427]: cluster 2023-11-17T07:21:24.548920+0000 mgr.smithi045.tkkiao (mgr.14182) 1686 : cluster [DBG] pgmap v1176: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:27.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:27 smithi045 bash[25828]: cluster 2023-11-17T07:21:26.550527+0000 mgr.smithi045.tkkiao (mgr.14182) 1687 : cluster [DBG] pgmap v1177: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:27.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:27 smithi105 bash[28427]: cluster 2023-11-17T07:21:26.550527+0000 mgr.smithi045.tkkiao (mgr.14182) 1687 : cluster [DBG] pgmap v1177: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:28.314 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:28.314 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:28.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:29.894 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:29.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:29 smithi105 bash[28427]: audit 2023-11-17T07:21:28.299441+0000 mgr.smithi045.tkkiao (mgr.14182) 1688 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:29.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:29 smithi105 bash[28427]: cluster 2023-11-17T07:21:28.552530+0000 mgr.smithi045.tkkiao (mgr.14182) 1689 : cluster [DBG] pgmap v1178: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:29.907 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:29 smithi045 bash[25828]: audit 2023-11-17T07:21:28.299441+0000 mgr.smithi045.tkkiao (mgr.14182) 1688 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:29.907 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:29 smithi045 bash[25828]: cluster 2023-11-17T07:21:28.552530+0000 mgr.smithi045.tkkiao (mgr.14182) 1689 : cluster [DBG] pgmap v1178: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:32.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:32 smithi045 bash[25828]: cluster 2023-11-17T07:21:30.554008+0000 mgr.smithi045.tkkiao (mgr.14182) 1690 : cluster [DBG] pgmap v1179: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:32.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:32 smithi105 bash[28427]: cluster 2023-11-17T07:21:30.554008+0000 mgr.smithi045.tkkiao (mgr.14182) 1690 : cluster [DBG] pgmap v1179: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:32.878 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:32.879 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:33.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:34.459 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:34.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:34 smithi045 bash[25828]: cluster 2023-11-17T07:21:32.555139+0000 mgr.smithi045.tkkiao (mgr.14182) 1691 : cluster [DBG] pgmap v1180: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:34.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:34 smithi045 bash[25828]: audit 2023-11-17T07:21:32.866375+0000 mgr.smithi045.tkkiao (mgr.14182) 1692 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:34 smithi105 bash[28427]: cluster 2023-11-17T07:21:32.555139+0000 mgr.smithi045.tkkiao (mgr.14182) 1691 : cluster [DBG] pgmap v1180: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:34.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:34 smithi105 bash[28427]: audit 2023-11-17T07:21:32.866375+0000 mgr.smithi045.tkkiao (mgr.14182) 1692 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:36.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:36 smithi045 bash[25828]: cluster 2023-11-17T07:21:34.557209+0000 mgr.smithi045.tkkiao (mgr.14182) 1693 : cluster [DBG] pgmap v1181: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:36.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:36 smithi105 bash[28427]: cluster 2023-11-17T07:21:34.557209+0000 mgr.smithi045.tkkiao (mgr.14182) 1693 : cluster [DBG] pgmap v1181: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:37.601 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:37.601 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:38.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:38.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:38 smithi045 bash[25828]: cluster 2023-11-17T07:21:36.558755+0000 mgr.smithi045.tkkiao (mgr.14182) 1694 : cluster [DBG] pgmap v1182: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:38 smithi105 bash[28427]: cluster 2023-11-17T07:21:36.558755+0000 mgr.smithi045.tkkiao (mgr.14182) 1694 : cluster [DBG] pgmap v1182: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:39.209 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:39 smithi045 bash[25828]: audit 2023-11-17T07:21:37.586067+0000 mgr.smithi045.tkkiao (mgr.14182) 1695 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:39.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:39 smithi105 bash[28427]: audit 2023-11-17T07:21:37.586067+0000 mgr.smithi045.tkkiao (mgr.14182) 1695 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:40.479 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:40 smithi045 bash[25828]: cluster 2023-11-17T07:21:38.560785+0000 mgr.smithi045.tkkiao (mgr.14182) 1696 : cluster [DBG] pgmap v1183: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:40.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:40 smithi105 bash[28427]: cluster 2023-11-17T07:21:38.560785+0000 mgr.smithi045.tkkiao (mgr.14182) 1696 : cluster [DBG] pgmap v1183: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:42.072 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:42.073 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:42.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:42 smithi045 bash[25828]: cluster 2023-11-17T07:21:40.562253+0000 mgr.smithi045.tkkiao (mgr.14182) 1697 : cluster [DBG] pgmap v1184: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:42.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:42.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:42 smithi105 bash[28427]: cluster 2023-11-17T07:21:40.562253+0000 mgr.smithi045.tkkiao (mgr.14182) 1697 : cluster [DBG] pgmap v1184: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:43 smithi045 bash[25828]: audit 2023-11-17T07:21:42.065540+0000 mgr.smithi045.tkkiao (mgr.14182) 1698 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:43.619 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:43.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:43 smithi105 bash[28427]: audit 2023-11-17T07:21:42.065540+0000 mgr.smithi045.tkkiao (mgr.14182) 1698 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:44.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:44 smithi045 bash[25828]: cluster 2023-11-17T07:21:42.563932+0000 mgr.smithi045.tkkiao (mgr.14182) 1699 : cluster [DBG] pgmap v1185: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:44.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:44 smithi105 bash[28427]: cluster 2023-11-17T07:21:42.563932+0000 mgr.smithi045.tkkiao (mgr.14182) 1699 : cluster [DBG] pgmap v1185: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:46.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:46 smithi045 bash[25828]: cluster 2023-11-17T07:21:44.566146+0000 mgr.smithi045.tkkiao (mgr.14182) 1700 : cluster [DBG] pgmap v1186: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:46.525 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:46.526 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:46.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:46 smithi105 bash[28427]: cluster 2023-11-17T07:21:44.566146+0000 mgr.smithi045.tkkiao (mgr.14182) 1700 : cluster [DBG] pgmap v1186: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:47.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:47.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:47 smithi045 bash[25828]: audit 2023-11-17T07:21:46.510689+0000 mgr.smithi045.tkkiao (mgr.14182) 1701 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:47.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:47 smithi045 bash[25828]: cluster 2023-11-17T07:21:46.567556+0000 mgr.smithi045.tkkiao (mgr.14182) 1702 : cluster [DBG] pgmap v1187: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:47.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:47 smithi105 bash[28427]: audit 2023-11-17T07:21:46.510689+0000 mgr.smithi045.tkkiao (mgr.14182) 1701 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:47.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:47 smithi105 bash[28427]: cluster 2023-11-17T07:21:46.567556+0000 mgr.smithi045.tkkiao (mgr.14182) 1702 : cluster [DBG] pgmap v1187: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:48.110 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:49.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:49 smithi105 bash[28427]: cluster 2023-11-17T07:21:48.569603+0000 mgr.smithi045.tkkiao (mgr.14182) 1703 : cluster [DBG] pgmap v1188: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:50.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:49 smithi045 bash[25828]: cluster 2023-11-17T07:21:48.569603+0000 mgr.smithi045.tkkiao (mgr.14182) 1703 : cluster [DBG] pgmap v1188: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:51.109 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:51.110 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:51.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:52.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:52 smithi045 bash[25828]: cluster 2023-11-17T07:21:50.571073+0000 mgr.smithi045.tkkiao (mgr.14182) 1704 : cluster [DBG] pgmap v1189: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:52.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:52 smithi045 bash[25828]: audit 2023-11-17T07:21:51.102592+0000 mgr.smithi045.tkkiao (mgr.14182) 1705 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:52.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:52 smithi105 bash[28427]: cluster 2023-11-17T07:21:50.571073+0000 mgr.smithi045.tkkiao (mgr.14182) 1704 : cluster [DBG] pgmap v1189: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:52.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:52 smithi105 bash[28427]: audit 2023-11-17T07:21:51.102592+0000 mgr.smithi045.tkkiao (mgr.14182) 1705 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:52.695 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:53.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:53 smithi045 bash[25828]: audit 2023-11-17T07:21:52.522703+0000 mon.smithi045 (mon.0) 1088 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:21:53.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:53 smithi045 bash[25828]: audit 2023-11-17T07:21:52.856001+0000 mon.smithi045 (mon.0) 1089 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:21:53.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:53 smithi045 bash[25828]: audit 2023-11-17T07:21:52.857370+0000 mon.smithi045 (mon.0) 1090 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:21:53.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:53 smithi045 bash[25828]: audit 2023-11-17T07:21:52.865652+0000 mon.smithi045 (mon.0) 1091 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:53.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:53 smithi045 bash[25828]: audit 2023-11-17T07:21:52.871670+0000 mon.smithi045 (mon.0) 1092 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:21:53.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:53 smithi045 bash[25828]: audit 2023-11-17T07:21:52.887478+0000 mon.smithi045 (mon.0) 1093 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:53 smithi105 bash[28427]: audit 2023-11-17T07:21:52.522703+0000 mon.smithi045 (mon.0) 1088 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:21:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:53 smithi105 bash[28427]: audit 2023-11-17T07:21:52.856001+0000 mon.smithi045 (mon.0) 1089 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:21:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:53 smithi105 bash[28427]: audit 2023-11-17T07:21:52.857370+0000 mon.smithi045 (mon.0) 1090 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:21:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:53 smithi105 bash[28427]: audit 2023-11-17T07:21:52.865652+0000 mon.smithi045 (mon.0) 1091 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:53 smithi105 bash[28427]: audit 2023-11-17T07:21:52.871670+0000 mon.smithi045 (mon.0) 1092 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:21:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:53 smithi105 bash[28427]: audit 2023-11-17T07:21:52.887478+0000 mon.smithi045 (mon.0) 1093 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:21:54.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:54 smithi045 bash[25828]: cluster 2023-11-17T07:21:52.572321+0000 mgr.smithi045.tkkiao (mgr.14182) 1706 : cluster [DBG] pgmap v1190: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:54.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:54 smithi045 bash[25828]: cluster 2023-11-17T07:21:52.866763+0000 mgr.smithi045.tkkiao (mgr.14182) 1707 : cluster [DBG] pgmap v1191: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:54.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:54 smithi045 bash[25828]: cephadm 2023-11-17T07:21:52.893034+0000 mgr.smithi045.tkkiao (mgr.14182) 1708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.placuv on smithi105 2023-11-17T07:21:54.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:54 smithi045 bash[25828]: cluster 2023-11-17T07:21:53.277686+0000 mon.smithi045 (mon.0) 1094 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:21:54.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:54 smithi045 bash[25828]: cluster 2023-11-17T07:21:53.277725+0000 mon.smithi045 (mon.0) 1095 : cluster [INF] Cluster is now healthy 2023-11-17T07:21:54.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:54 smithi105 bash[28427]: cluster 2023-11-17T07:21:52.572321+0000 mgr.smithi045.tkkiao (mgr.14182) 1706 : cluster [DBG] pgmap v1190: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:54.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:54 smithi105 bash[28427]: cluster 2023-11-17T07:21:52.866763+0000 mgr.smithi045.tkkiao (mgr.14182) 1707 : cluster [DBG] pgmap v1191: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:54.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:54 smithi105 bash[28427]: cephadm 2023-11-17T07:21:52.893034+0000 mgr.smithi045.tkkiao (mgr.14182) 1708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.placuv on smithi105 2023-11-17T07:21:54.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:54 smithi105 bash[28427]: cluster 2023-11-17T07:21:53.277686+0000 mon.smithi045 (mon.0) 1094 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:21:54.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:54 smithi105 bash[28427]: cluster 2023-11-17T07:21:53.277725+0000 mon.smithi045 (mon.0) 1095 : cluster [INF] Cluster is now healthy 2023-11-17T07:21:55.878 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:21:55.878 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:19:44.417508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wuowlu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:48.656274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jhxlrf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-jhxlrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.jhxlrf\nDeploy daemon haproxy.nfs.foo.smithi105.jhxlrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.513272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.spwqhb on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-spwqhb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.spwqhb\nDeploy daemon haproxy.nfs.foo.smithi045.spwqhb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:52.516905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qvhljk on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:21:56.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:56.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:56 smithi045 bash[25828]: cluster 2023-11-17T07:21:54.868370+0000 mgr.smithi045.tkkiao (mgr.14182) 1709 : cluster [DBG] pgmap v1192: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:56.621 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:56 smithi105 bash[28427]: cluster 2023-11-17T07:21:54.868370+0000 mgr.smithi045.tkkiao (mgr.14182) 1709 : cluster [DBG] pgmap v1192: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:57.412 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:57.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:57 smithi045 bash[25828]: audit 2023-11-17T07:21:55.867859+0000 mgr.smithi045.tkkiao (mgr.14182) 1710 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:57.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:57 smithi045 bash[25828]: audit 2023-11-17T07:21:56.698938+0000 mon.smithi045 (mon.0) 1096 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.placuv"}]: dispatch 2023-11-17T07:21:57.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:57 smithi105 bash[28427]: audit 2023-11-17T07:21:55.867859+0000 mgr.smithi045.tkkiao (mgr.14182) 1710 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:57.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:57 smithi105 bash[28427]: audit 2023-11-17T07:21:56.698938+0000 mon.smithi045 (mon.0) 1096 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.placuv"}]: dispatch 2023-11-17T07:21:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: cephadm 2023-11-17T07:21:56.697909+0000 mgr.smithi045.tkkiao (mgr.14182) 1711 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.placuv ... 2023-11-17T07:21:58.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.placuv ... 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: cephadm 2023-11-17T07:21:56.698432+0000 mgr.smithi045.tkkiao (mgr.14182) 1712 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: cephadm 2023-11-17T07:21:56.700325+0000 mgr.smithi045.tkkiao (mgr.14182) 1713 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.placuv ... 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:58.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:58.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: cephadm 2023-11-17T07:21:56.705646+0000 mgr.smithi045.tkkiao (mgr.14182) 1714 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.yfdoen on smithi045 2023-11-17T07:21:58.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:58 smithi045 bash[25828]: cluster 2023-11-17T07:21:56.869628+0000 mgr.smithi045.tkkiao (mgr.14182) 1715 : cluster [DBG] pgmap v1193: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:58.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: cephadm 2023-11-17T07:21:56.697909+0000 mgr.smithi045.tkkiao (mgr.14182) 1711 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.placuv ... 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:58.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.placuv ... 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: cephadm 2023-11-17T07:21:56.698432+0000 mgr.smithi045.tkkiao (mgr.14182) 1712 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: cephadm 2023-11-17T07:21:56.700325+0000 mgr.smithi045.tkkiao (mgr.14182) 1713 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv 2023-11-17T07:21:58.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.placuv ... 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: cephadm 2023-11-17T07:21:56.705646+0000 mgr.smithi045.tkkiao (mgr.14182) 1714 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.yfdoen on smithi045 2023-11-17T07:21:58.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:58 smithi105 bash[28427]: cluster 2023-11-17T07:21:56.869628+0000 mgr.smithi045.tkkiao (mgr.14182) 1715 : cluster [DBG] pgmap v1193: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:59.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:21:59 smithi105 bash[28427]: cluster 2023-11-17T07:21:58.871123+0000 mgr.smithi045.tkkiao (mgr.14182) 1716 : cluster [DBG] pgmap v1194: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:21:59.673 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:21:59 smithi045 bash[25828]: cluster 2023-11-17T07:21:58.871123+0000 mgr.smithi045.tkkiao (mgr.14182) 1716 : cluster [DBG] pgmap v1194: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:22:00.470 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:00.470 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:01.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:00 smithi045 bash[25828]: audit 2023-11-17T07:21:59.720921+0000 mon.smithi045 (mon.0) 1097 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:22:01.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:00 smithi045 bash[25828]: audit 2023-11-17T07:22:00.434215+0000 mon.smithi045 (mon.0) 1098 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.yfdoen"}]: dispatch 2023-11-17T07:22:01.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:01.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:00 smithi105 bash[28427]: audit 2023-11-17T07:21:59.720921+0000 mon.smithi045 (mon.0) 1097 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:22:01.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:00 smithi105 bash[28427]: audit 2023-11-17T07:22:00.434215+0000 mon.smithi045 (mon.0) 1098 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.yfdoen"}]: dispatch 2023-11-17T07:22:02.073 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:02.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: cephadm 2023-11-17T07:22:00.433210+0000 mgr.smithi045.tkkiao (mgr.14182) 1717 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:22:02.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.yfdoen ... 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:22:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.yfdoen ... 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:22:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:22:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:22:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: cephadm 2023-11-17T07:22:00.433676+0000 mgr.smithi045.tkkiao (mgr.14182) 1718 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: cephadm 2023-11-17T07:22:00.435275+0000 mgr.smithi045.tkkiao (mgr.14182) 1719 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:22:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.yfdoen ... 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: cephadm 2023-11-17T07:22:00.437095+0000 mgr.smithi045.tkkiao (mgr.14182) 1720 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: cephadm 2023-11-17T07:22:00.438795+0000 mgr.smithi045.tkkiao (mgr.14182) 1721 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:22:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: cluster 2023-11-17T07:22:00.439888+0000 mgr.smithi045.tkkiao (mgr.14182) 1722 : cluster [DBG] pgmap v1195: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:22:02.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: audit 2023-11-17T07:22:00.460594+0000 mgr.smithi045.tkkiao (mgr.14182) 1723 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:02.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:01 smithi045 bash[25828]: cluster 2023-11-17T07:22:00.717878+0000 mon.smithi045 (mon.0) 1099 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:22:02.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: cephadm 2023-11-17T07:22:00.433210+0000 mgr.smithi045.tkkiao (mgr.14182) 1717 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:22:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:22:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.yfdoen ... 2023-11-17T07:22:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:22:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:22:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:22:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:22:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:22:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:22:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:22:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:22:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:22:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:22:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.yfdoen ... 2023-11-17T07:22:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:22:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:22:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:22:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: cephadm 2023-11-17T07:22:00.433676+0000 mgr.smithi045.tkkiao (mgr.14182) 1718 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: cephadm 2023-11-17T07:22:00.435275+0000 mgr.smithi045.tkkiao (mgr.14182) 1719 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:22:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen 2023-11-17T07:22:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:22:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen 2023-11-17T07:22:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.yfdoen ... 2023-11-17T07:22:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:22:02.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:22:02.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:22:02.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:22:02.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: cephadm 2023-11-17T07:22:00.437095+0000 mgr.smithi045.tkkiao (mgr.14182) 1720 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:22:02.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: cephadm 2023-11-17T07:22:00.438795+0000 mgr.smithi045.tkkiao (mgr.14182) 1721 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:22:02.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: cluster 2023-11-17T07:22:00.439888+0000 mgr.smithi045.tkkiao (mgr.14182) 1722 : cluster [DBG] pgmap v1195: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:22:02.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: audit 2023-11-17T07:22:00.460594+0000 mgr.smithi045.tkkiao (mgr.14182) 1723 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:02.160 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:01 smithi105 bash[28427]: cluster 2023-11-17T07:22:00.717878+0000 mon.smithi045 (mon.0) 1099 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:22:04.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:03 smithi045 bash[25828]: cluster 2023-11-17T07:22:02.440834+0000 mgr.smithi045.tkkiao (mgr.14182) 1724 : cluster [DBG] pgmap v1196: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:22:04.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:03 smithi105 bash[28427]: cluster 2023-11-17T07:22:02.440834+0000 mgr.smithi045.tkkiao (mgr.14182) 1724 : cluster [DBG] pgmap v1196: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-17T07:22:05.231 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:05.231 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:05.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:05 smithi045 bash[25828]: audit 2023-11-17T07:22:04.070555+0000 mon.smithi045 (mon.0) 1100 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:22:05.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:05 smithi105 bash[28427]: audit 2023-11-17T07:22:04.070555+0000 mon.smithi045 (mon.0) 1100 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:22:05.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:06.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:06 smithi105 bash[28427]: cluster 2023-11-17T07:22:04.442915+0000 mgr.smithi045.tkkiao (mgr.14182) 1725 : cluster [DBG] pgmap v1197: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-17T07:22:06.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:06 smithi105 bash[28427]: audit 2023-11-17T07:22:05.219395+0000 mgr.smithi045.tkkiao (mgr.14182) 1726 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:06.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:06 smithi045 bash[25828]: cluster 2023-11-17T07:22:04.442915+0000 mgr.smithi045.tkkiao (mgr.14182) 1725 : cluster [DBG] pgmap v1197: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-17T07:22:06.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:06 smithi045 bash[25828]: audit 2023-11-17T07:22:05.219395+0000 mgr.smithi045.tkkiao (mgr.14182) 1726 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:06.803 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:08.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:08 smithi045 bash[25828]: cluster 2023-11-17T07:22:06.444409+0000 mgr.smithi045.tkkiao (mgr.14182) 1727 : cluster [DBG] pgmap v1198: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:22:08.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:08 smithi105 bash[28427]: cluster 2023-11-17T07:22:06.444409+0000 mgr.smithi045.tkkiao (mgr.14182) 1727 : cluster [DBG] pgmap v1198: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:22:09.793 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:09.793 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:10.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:10.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:10 smithi045 bash[25828]: cluster 2023-11-17T07:22:08.446555+0000 mgr.smithi045.tkkiao (mgr.14182) 1728 : cluster [DBG] pgmap v1199: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:10 smithi105 bash[28427]: cluster 2023-11-17T07:22:08.446555+0000 mgr.smithi045.tkkiao (mgr.14182) 1728 : cluster [DBG] pgmap v1199: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:22:11.322 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:11.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:11 smithi045 bash[25828]: audit 2023-11-17T07:22:09.781561+0000 mgr.smithi045.tkkiao (mgr.14182) 1729 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:11.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:11 smithi105 bash[28427]: audit 2023-11-17T07:22:09.781561+0000 mgr.smithi045.tkkiao (mgr.14182) 1729 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:12.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:12 smithi045 bash[25828]: cluster 2023-11-17T07:22:10.448044+0000 mgr.smithi045.tkkiao (mgr.14182) 1730 : cluster [DBG] pgmap v1200: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:22:12.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:12 smithi105 bash[28427]: cluster 2023-11-17T07:22:10.448044+0000 mgr.smithi045.tkkiao (mgr.14182) 1730 : cluster [DBG] pgmap v1200: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:22:13.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:13 smithi045 bash[25828]: cluster 2023-11-17T07:22:12.449209+0000 mgr.smithi045.tkkiao (mgr.14182) 1731 : cluster [DBG] pgmap v1201: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:13.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:13 smithi105 bash[28427]: cluster 2023-11-17T07:22:12.449209+0000 mgr.smithi045.tkkiao (mgr.14182) 1731 : cluster [DBG] pgmap v1201: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:14.423 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:14.423 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:14.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:15.990 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:16.000 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:15 smithi045 bash[25828]: audit 2023-11-17T07:22:14.408257+0000 mgr.smithi045.tkkiao (mgr.14182) 1732 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:16.000 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:15 smithi045 bash[25828]: cluster 2023-11-17T07:22:14.451137+0000 mgr.smithi045.tkkiao (mgr.14182) 1733 : cluster [DBG] pgmap v1202: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:22:16.000 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:15 smithi045 bash[25828]: audit 2023-11-17T07:22:14.722857+0000 mon.smithi045 (mon.0) 1101 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:22:16.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:15 smithi105 bash[28427]: audit 2023-11-17T07:22:14.408257+0000 mgr.smithi045.tkkiao (mgr.14182) 1732 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:16.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:15 smithi105 bash[28427]: cluster 2023-11-17T07:22:14.451137+0000 mgr.smithi045.tkkiao (mgr.14182) 1733 : cluster [DBG] pgmap v1202: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:22:16.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:15 smithi105 bash[28427]: audit 2023-11-17T07:22:14.722857+0000 mon.smithi045 (mon.0) 1101 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:22:18.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:18 smithi045 bash[25828]: cluster 2023-11-17T07:22:16.452692+0000 mgr.smithi045.tkkiao (mgr.14182) 1734 : cluster [DBG] pgmap v1203: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:18.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:18 smithi105 bash[28427]: cluster 2023-11-17T07:22:16.452692+0000 mgr.smithi045.tkkiao (mgr.14182) 1734 : cluster [DBG] pgmap v1203: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:19.000 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:19.000 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:19.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:20.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:20 smithi045 bash[25828]: cluster 2023-11-17T07:22:18.454841+0000 mgr.smithi045.tkkiao (mgr.14182) 1735 : cluster [DBG] pgmap v1204: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:20.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:20 smithi045 bash[25828]: audit 2023-11-17T07:22:18.991012+0000 mgr.smithi045.tkkiao (mgr.14182) 1736 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:20.622 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:20.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:20 smithi105 bash[28427]: cluster 2023-11-17T07:22:18.454841+0000 mgr.smithi045.tkkiao (mgr.14182) 1735 : cluster [DBG] pgmap v1204: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:20.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:20 smithi105 bash[28427]: audit 2023-11-17T07:22:18.991012+0000 mgr.smithi045.tkkiao (mgr.14182) 1736 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:22.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:22 smithi045 bash[25828]: cluster 2023-11-17T07:22:20.456347+0000 mgr.smithi045.tkkiao (mgr.14182) 1737 : cluster [DBG] pgmap v1205: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:22 smithi105 bash[28427]: cluster 2023-11-17T07:22:20.456347+0000 mgr.smithi045.tkkiao (mgr.14182) 1737 : cluster [DBG] pgmap v1205: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:23.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:23 smithi045 bash[25828]: cluster 2023-11-17T07:22:22.457453+0000 mgr.smithi045.tkkiao (mgr.14182) 1738 : cluster [DBG] pgmap v1206: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:23.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:23 smithi105 bash[28427]: cluster 2023-11-17T07:22:22.457453+0000 mgr.smithi045.tkkiao (mgr.14182) 1738 : cluster [DBG] pgmap v1206: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:23.663 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:23.663 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:24.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:24.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:24 smithi045 bash[25828]: audit 2023-11-17T07:22:23.648327+0000 mgr.smithi045.tkkiao (mgr.14182) 1739 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:24.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:24 smithi105 bash[28427]: audit 2023-11-17T07:22:23.648327+0000 mgr.smithi045.tkkiao (mgr.14182) 1739 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:25.249 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:25.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:25 smithi045 bash[25828]: cluster 2023-11-17T07:22:24.459409+0000 mgr.smithi045.tkkiao (mgr.14182) 1740 : cluster [DBG] pgmap v1207: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:22:25.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:25 smithi105 bash[28427]: cluster 2023-11-17T07:22:24.459409+0000 mgr.smithi045.tkkiao (mgr.14182) 1740 : cluster [DBG] pgmap v1207: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:22:28.354 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:28.354 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:28.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:28 smithi045 bash[25828]: cluster 2023-11-17T07:22:26.460829+0000 mgr.smithi045.tkkiao (mgr.14182) 1741 : cluster [DBG] pgmap v1208: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:28.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:28 smithi105 bash[28427]: cluster 2023-11-17T07:22:26.460829+0000 mgr.smithi045.tkkiao (mgr.14182) 1741 : cluster [DBG] pgmap v1208: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:28.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:29.954 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:30.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:30 smithi105 bash[28427]: audit 2023-11-17T07:22:28.339256+0000 mgr.smithi045.tkkiao (mgr.14182) 1742 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:30.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:30 smithi105 bash[28427]: cluster 2023-11-17T07:22:28.462876+0000 mgr.smithi045.tkkiao (mgr.14182) 1743 : cluster [DBG] pgmap v1209: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:30.741 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:30 smithi045 bash[25828]: audit 2023-11-17T07:22:28.339256+0000 mgr.smithi045.tkkiao (mgr.14182) 1742 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:30.741 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:30 smithi045 bash[25828]: cluster 2023-11-17T07:22:28.462876+0000 mgr.smithi045.tkkiao (mgr.14182) 1743 : cluster [DBG] pgmap v1209: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:32.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:32 smithi045 bash[25828]: cluster 2023-11-17T07:22:30.464359+0000 mgr.smithi045.tkkiao (mgr.14182) 1744 : cluster [DBG] pgmap v1210: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:32.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:32 smithi105 bash[28427]: cluster 2023-11-17T07:22:30.464359+0000 mgr.smithi045.tkkiao (mgr.14182) 1744 : cluster [DBG] pgmap v1210: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:33.162 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:33.162 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:33.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:33 smithi045 bash[25828]: cluster 2023-11-17T07:22:32.465244+0000 mgr.smithi045.tkkiao (mgr.14182) 1745 : cluster [DBG] pgmap v1211: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:22:33.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:33 smithi045 bash[25828]: audit 2023-11-17T07:22:33.147382+0000 mgr.smithi045.tkkiao (mgr.14182) 1746 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:33.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:33 smithi105 bash[28427]: cluster 2023-11-17T07:22:32.465244+0000 mgr.smithi045.tkkiao (mgr.14182) 1745 : cluster [DBG] pgmap v1211: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:22:33.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:33 smithi105 bash[28427]: audit 2023-11-17T07:22:33.147382+0000 mgr.smithi045.tkkiao (mgr.14182) 1746 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:33.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:34.844 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:35.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:35 smithi105 bash[28427]: cluster 2023-11-17T07:22:34.467119+0000 mgr.smithi045.tkkiao (mgr.14182) 1747 : cluster [DBG] pgmap v1212: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-17T07:22:35.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:35 smithi045 bash[25828]: cluster 2023-11-17T07:22:34.467119+0000 mgr.smithi045.tkkiao (mgr.14182) 1747 : cluster [DBG] pgmap v1212: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-17T07:22:37.817 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:37.817 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:38.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:38.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:38 smithi045 bash[25828]: cluster 2023-11-17T07:22:36.468554+0000 mgr.smithi045.tkkiao (mgr.14182) 1748 : cluster [DBG] pgmap v1213: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2023-11-17T07:22:38.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:38 smithi105 bash[28427]: cluster 2023-11-17T07:22:36.468554+0000 mgr.smithi045.tkkiao (mgr.14182) 1748 : cluster [DBG] pgmap v1213: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2023-11-17T07:22:39.396 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:39 smithi045 bash[25828]: audit 2023-11-17T07:22:37.804521+0000 mgr.smithi045.tkkiao (mgr.14182) 1749 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:39.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:39 smithi105 bash[28427]: audit 2023-11-17T07:22:37.804521+0000 mgr.smithi045.tkkiao (mgr.14182) 1749 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:40.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:40 smithi045 bash[25828]: cluster 2023-11-17T07:22:38.470561+0000 mgr.smithi045.tkkiao (mgr.14182) 1750 : cluster [DBG] pgmap v1214: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-17T07:22:40.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:40 smithi105 bash[28427]: cluster 2023-11-17T07:22:38.470561+0000 mgr.smithi045.tkkiao (mgr.14182) 1750 : cluster [DBG] pgmap v1214: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-17T07:22:42.439 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:42.439 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:42.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:42 smithi045 bash[25828]: cluster 2023-11-17T07:22:40.472186+0000 mgr.smithi045.tkkiao (mgr.14182) 1751 : cluster [DBG] pgmap v1215: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-17T07:22:42.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:42 smithi105 bash[28427]: cluster 2023-11-17T07:22:40.472186+0000 mgr.smithi045.tkkiao (mgr.14182) 1751 : cluster [DBG] pgmap v1215: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-17T07:22:43.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:43 smithi045 bash[25828]: audit 2023-11-17T07:22:42.432605+0000 mgr.smithi045.tkkiao (mgr.14182) 1752 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:43 smithi045 bash[25828]: cluster 2023-11-17T07:22:42.473565+0000 mgr.smithi045.tkkiao (mgr.14182) 1753 : cluster [DBG] pgmap v1216: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-17T07:22:43.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:43 smithi105 bash[28427]: audit 2023-11-17T07:22:42.432605+0000 mgr.smithi045.tkkiao (mgr.14182) 1752 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:43.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:43 smithi105 bash[28427]: cluster 2023-11-17T07:22:42.473565+0000 mgr.smithi045.tkkiao (mgr.14182) 1753 : cluster [DBG] pgmap v1216: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2023-11-17T07:22:44.017 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:45.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:45 smithi045 bash[25828]: cluster 2023-11-17T07:22:44.475428+0000 mgr.smithi045.tkkiao (mgr.14182) 1754 : cluster [DBG] pgmap v1217: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-11-17T07:22:45.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:45 smithi105 bash[28427]: cluster 2023-11-17T07:22:44.475428+0000 mgr.smithi045.tkkiao (mgr.14182) 1754 : cluster [DBG] pgmap v1217: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-11-17T07:22:47.082 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:47.082 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:47.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:48 smithi045 bash[25828]: cluster 2023-11-17T07:22:46.476849+0000 mgr.smithi045.tkkiao (mgr.14182) 1755 : cluster [DBG] pgmap v1218: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 11 op/s 2023-11-17T07:22:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:48 smithi045 bash[25828]: audit 2023-11-17T07:22:47.066454+0000 mgr.smithi045.tkkiao (mgr.14182) 1756 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:48.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:48 smithi105 bash[28427]: cluster 2023-11-17T07:22:46.476849+0000 mgr.smithi045.tkkiao (mgr.14182) 1755 : cluster [DBG] pgmap v1218: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 11 op/s 2023-11-17T07:22:48.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:48 smithi105 bash[28427]: audit 2023-11-17T07:22:47.066454+0000 mgr.smithi045.tkkiao (mgr.14182) 1756 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:48.686 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:50 smithi045 bash[25828]: cluster 2023-11-17T07:22:48.478879+0000 mgr.smithi045.tkkiao (mgr.14182) 1757 : cluster [DBG] pgmap v1219: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-17T07:22:50.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:50 smithi105 bash[28427]: cluster 2023-11-17T07:22:48.478879+0000 mgr.smithi045.tkkiao (mgr.14182) 1757 : cluster [DBG] pgmap v1219: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-17T07:22:51.785 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:51.786 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:52.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:52.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:52 smithi045 bash[25828]: cluster 2023-11-17T07:22:50.480397+0000 mgr.smithi045.tkkiao (mgr.14182) 1758 : cluster [DBG] pgmap v1220: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:52.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:52 smithi105 bash[28427]: cluster 2023-11-17T07:22:50.480397+0000 mgr.smithi045.tkkiao (mgr.14182) 1758 : cluster [DBG] pgmap v1220: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:53.366 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:53.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:53 smithi045 bash[25828]: audit 2023-11-17T07:22:51.770385+0000 mgr.smithi045.tkkiao (mgr.14182) 1759 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:53.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:53 smithi045 bash[25828]: cluster 2023-11-17T07:22:52.481895+0000 mgr.smithi045.tkkiao (mgr.14182) 1760 : cluster [DBG] pgmap v1221: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:53 smithi105 bash[28427]: audit 2023-11-17T07:22:51.770385+0000 mgr.smithi045.tkkiao (mgr.14182) 1759 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:53 smithi105 bash[28427]: cluster 2023-11-17T07:22:52.481895+0000 mgr.smithi045.tkkiao (mgr.14182) 1760 : cluster [DBG] pgmap v1221: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:55.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:55 smithi045 bash[25828]: cluster 2023-11-17T07:22:54.483941+0000 mgr.smithi045.tkkiao (mgr.14182) 1761 : cluster [DBG] pgmap v1222: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:22:55.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:55 smithi105 bash[28427]: cluster 2023-11-17T07:22:54.483941+0000 mgr.smithi045.tkkiao (mgr.14182) 1761 : cluster [DBG] pgmap v1222: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:22:56.301 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:22:56.302 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:22:56.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:57.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:57 smithi045 bash[25828]: audit 2023-11-17T07:22:56.285836+0000 mgr.smithi045.tkkiao (mgr.14182) 1762 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:57.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:57 smithi105 bash[28427]: audit 2023-11-17T07:22:56.285836+0000 mgr.smithi045.tkkiao (mgr.14182) 1762 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:57.930 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:58.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:58 smithi105 bash[28427]: cluster 2023-11-17T07:22:56.485442+0000 mgr.smithi045.tkkiao (mgr.14182) 1763 : cluster [DBG] pgmap v1223: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:58.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:58 smithi045 bash[25828]: cluster 2023-11-17T07:22:56.485442+0000 mgr.smithi045.tkkiao (mgr.14182) 1763 : cluster [DBG] pgmap v1223: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:59.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:22:59 smithi045 bash[25828]: cluster 2023-11-17T07:22:58.487277+0000 mgr.smithi045.tkkiao (mgr.14182) 1764 : cluster [DBG] pgmap v1224: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:59.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:22:59 smithi105 bash[28427]: cluster 2023-11-17T07:22:58.487277+0000 mgr.smithi045.tkkiao (mgr.14182) 1764 : cluster [DBG] pgmap v1224: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:00.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:00 smithi045 bash[25828]: audit 2023-11-17T07:23:00.442576+0000 mon.smithi045 (mon.0) 1102 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:23:00.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:00 smithi105 bash[28427]: audit 2023-11-17T07:23:00.442576+0000 mon.smithi045 (mon.0) 1102 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:23:00.956 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:23:00.956 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:23:01.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:23:02.566 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:23:02.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:02 smithi045 bash[25828]: cluster 2023-11-17T07:23:00.488893+0000 mgr.smithi045.tkkiao (mgr.14182) 1765 : cluster [DBG] pgmap v1225: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:02.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:02 smithi045 bash[25828]: audit 2023-11-17T07:23:00.947458+0000 mgr.smithi045.tkkiao (mgr.14182) 1766 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:02.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:02 smithi105 bash[28427]: cluster 2023-11-17T07:23:00.488893+0000 mgr.smithi045.tkkiao (mgr.14182) 1765 : cluster [DBG] pgmap v1225: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:02.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:02 smithi105 bash[28427]: audit 2023-11-17T07:23:00.947458+0000 mgr.smithi045.tkkiao (mgr.14182) 1766 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:04.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:04 smithi045 bash[25828]: cluster 2023-11-17T07:23:02.490641+0000 mgr.smithi045.tkkiao (mgr.14182) 1767 : cluster [DBG] pgmap v1226: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:04.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:04 smithi105 bash[28427]: cluster 2023-11-17T07:23:02.490641+0000 mgr.smithi045.tkkiao (mgr.14182) 1767 : cluster [DBG] pgmap v1226: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:05.907 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:23:05.908 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:23:06.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:23:06.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:06 smithi045 bash[25828]: cluster 2023-11-17T07:23:04.492752+0000 mgr.smithi045.tkkiao (mgr.14182) 1768 : cluster [DBG] pgmap v1227: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:23:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:06 smithi105 bash[28427]: cluster 2023-11-17T07:23:04.492752+0000 mgr.smithi045.tkkiao (mgr.14182) 1768 : cluster [DBG] pgmap v1227: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:23:07.564 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:23:07.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:07 smithi045 bash[25828]: audit 2023-11-17T07:23:05.892779+0000 mgr.smithi045.tkkiao (mgr.14182) 1769 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:07.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:07 smithi045 bash[25828]: cluster 2023-11-17T07:23:06.493991+0000 mgr.smithi045.tkkiao (mgr.14182) 1770 : cluster [DBG] pgmap v1228: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:07.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:07 smithi105 bash[28427]: audit 2023-11-17T07:23:05.892779+0000 mgr.smithi045.tkkiao (mgr.14182) 1769 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:07.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:07 smithi105 bash[28427]: cluster 2023-11-17T07:23:06.493991+0000 mgr.smithi045.tkkiao (mgr.14182) 1770 : cluster [DBG] pgmap v1228: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:09.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:09 smithi045 bash[25828]: cluster 2023-11-17T07:23:08.495925+0000 mgr.smithi045.tkkiao (mgr.14182) 1771 : cluster [DBG] pgmap v1229: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:09.854 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:09 smithi105 bash[28427]: cluster 2023-11-17T07:23:08.495925+0000 mgr.smithi045.tkkiao (mgr.14182) 1771 : cluster [DBG] pgmap v1229: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:11.117 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:23:11.117 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:20:52.518756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.cdhlcr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:23:11.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:23:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: cluster 2023-11-17T07:23:10.497982+0000 mgr.smithi045.tkkiao (mgr.14182) 1772 : cluster [DBG] pgmap v1230: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: audit 2023-11-17T07:23:10.726073+0000 mon.smithi045 (mon.0) 1103 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: audit 2023-11-17T07:23:11.101852+0000 mgr.smithi045.tkkiao (mgr.14182) 1773 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: audit 2023-11-17T07:23:11.202235+0000 mon.smithi045 (mon.0) 1104 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: audit 2023-11-17T07:23:11.495888+0000 mon.smithi045 (mon.0) 1105 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:23:12.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: audit 2023-11-17T07:23:11.497349+0000 mon.smithi045 (mon.0) 1106 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:23:12.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: audit 2023-11-17T07:23:11.504163+0000 mon.smithi045 (mon.0) 1107 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:12.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: audit 2023-11-17T07:23:11.511368+0000 mon.smithi045 (mon.0) 1108 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:23:12.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:11 smithi045 bash[25828]: audit 2023-11-17T07:23:11.527746+0000 mon.smithi045 (mon.0) 1109 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:12.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: cluster 2023-11-17T07:23:10.497982+0000 mgr.smithi045.tkkiao (mgr.14182) 1772 : cluster [DBG] pgmap v1230: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:12.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: audit 2023-11-17T07:23:10.726073+0000 mon.smithi045 (mon.0) 1103 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:12.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: audit 2023-11-17T07:23:11.101852+0000 mgr.smithi045.tkkiao (mgr.14182) 1773 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:12.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: audit 2023-11-17T07:23:11.202235+0000 mon.smithi045 (mon.0) 1104 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:12.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: audit 2023-11-17T07:23:11.495888+0000 mon.smithi045 (mon.0) 1105 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:23:12.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: audit 2023-11-17T07:23:11.497349+0000 mon.smithi045 (mon.0) 1106 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:23:12.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: audit 2023-11-17T07:23:11.504163+0000 mon.smithi045 (mon.0) 1107 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:12.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: audit 2023-11-17T07:23:11.511368+0000 mon.smithi045 (mon.0) 1108 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:23:12.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:11 smithi105 bash[28427]: audit 2023-11-17T07:23:11.527746+0000 mon.smithi045 (mon.0) 1109 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:12.688 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:23:13.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:12 smithi045 bash[25828]: cluster 2023-11-17T07:23:11.505198+0000 mgr.smithi045.tkkiao (mgr.14182) 1774 : cluster [DBG] pgmap v1231: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-17T07:23:13.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:12 smithi045 bash[25828]: cephadm 2023-11-17T07:23:11.531245+0000 mgr.smithi045.tkkiao (mgr.14182) 1775 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.shwqhq on smithi105 2023-11-17T07:23:13.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:12 smithi045 bash[25828]: cluster 2023-11-17T07:23:12.502082+0000 mon.smithi045 (mon.0) 1110 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:23:13.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:12 smithi045 bash[25828]: cluster 2023-11-17T07:23:12.502176+0000 mon.smithi045 (mon.0) 1111 : cluster [INF] Cluster is now healthy 2023-11-17T07:23:13.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:12 smithi105 bash[28427]: cluster 2023-11-17T07:23:11.505198+0000 mgr.smithi045.tkkiao (mgr.14182) 1774 : cluster [DBG] pgmap v1231: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-17T07:23:13.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:12 smithi105 bash[28427]: cephadm 2023-11-17T07:23:11.531245+0000 mgr.smithi045.tkkiao (mgr.14182) 1775 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.shwqhq on smithi105 2023-11-17T07:23:13.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:12 smithi105 bash[28427]: cluster 2023-11-17T07:23:12.502082+0000 mon.smithi045 (mon.0) 1110 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:23:13.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:12 smithi105 bash[28427]: cluster 2023-11-17T07:23:12.502176+0000 mon.smithi045 (mon.0) 1111 : cluster [INF] Cluster is now healthy 2023-11-17T07:23:15.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:14 smithi045 bash[25828]: cluster 2023-11-17T07:23:13.506863+0000 mgr.smithi045.tkkiao (mgr.14182) 1776 : cluster [DBG] pgmap v1232: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-17T07:23:48.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:14 smithi045 bash[25828]: audit 2023-11-17T07:23:14.724196+0000 mon.smithi045 (mon.0) 1112 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:48.204 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:23:48.204 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:21:56.700091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.placuv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-placuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.placuv\nDeploy daemon haproxy.nfs.foo.smithi105.placuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.435159Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.yfdoen on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-yfdoen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.yfdoen\nDeploy daemon haproxy.nfs.foo.smithi045.yfdoen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:22:00.436999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.fwttjc on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:23:48.205 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:15 smithi045 bash[25828]: audit 2023-11-17T07:23:15.320865+0000 mon.smithi045 (mon.0) 1113 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.shwqhq"}]: dispatch 2023-11-17T07:23:48.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:23:48.209 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:14 smithi105 bash[28427]: cluster 2023-11-17T07:23:13.506863+0000 mgr.smithi045.tkkiao (mgr.14182) 1776 : cluster [DBG] pgmap v1232: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-17T07:23:48.209 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:14 smithi105 bash[28427]: audit 2023-11-17T07:23:14.724196+0000 mon.smithi045 (mon.0) 1112 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:48.209 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:15 smithi105 bash[28427]: audit 2023-11-17T07:23:15.320865+0000 mon.smithi045 (mon.0) 1113 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.shwqhq"}]: dispatch 2023-11-17T07:23:48.209 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: cephadm 2023-11-17T07:23:15.319710+0000 mgr.smithi045.tkkiao (mgr.14182) 1777 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.209 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.209 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.209 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.shwqhq ... 2023-11-17T07:23:48.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.234 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.shwqhq ... 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: cephadm 2023-11-17T07:23:15.320234+0000 mgr.smithi045.tkkiao (mgr.14182) 1778 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: cephadm 2023-11-17T07:23:15.322462+0000 mgr.smithi045.tkkiao (mgr.14182) 1779 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.235 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.shwqhq ... 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: cephadm 2023-11-17T07:23:15.326738+0000 mgr.smithi045.tkkiao (mgr.14182) 1780 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.dztiox on smithi045 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: cluster 2023-11-17T07:23:15.508170+0000 mgr.smithi045.tkkiao (mgr.14182) 1781 : cluster [DBG] pgmap v1233: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:17 smithi105 bash[28427]: audit 2023-11-17T07:23:15.626272+0000 mgr.smithi045.tkkiao (mgr.14182) 1782 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:48.236 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:19 smithi105 bash[28427]: cluster 2023-11-17T07:23:17.509518+0000 mgr.smithi045.tkkiao (mgr.14182) 1783 : cluster [DBG] pgmap v1234: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:19 smithi105 bash[28427]: audit 2023-11-17T07:23:19.023973+0000 mon.smithi045 (mon.0) 1114 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.dztiox"}]: dispatch 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:19 smithi105 bash[28427]: audit 2023-11-17T07:23:19.133596+0000 mon.smithi045 (mon.0) 1115 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: cephadm 2023-11-17T07:23:19.022979+0000 mgr.smithi045.tkkiao (mgr.14182) 1784 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.dztiox ... 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.237 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.dztiox ... 2023-11-17T07:23:48.239 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.239 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.239 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.239 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.239 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.239 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: cephadm 2023-11-17T07:23:19.023376+0000 mgr.smithi045.tkkiao (mgr.14182) 1785 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.239 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: cephadm 2023-11-17T07:23:19.025457+0000 mgr.smithi045.tkkiao (mgr.14182) 1786 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:23:48.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.dztiox ... 2023-11-17T07:23:48.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: cephadm 2023-11-17T07:23:19.029002+0000 mgr.smithi045.tkkiao (mgr.14182) 1787 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: cephadm 2023-11-17T07:23:19.031299+0000 mgr.smithi045.tkkiao (mgr.14182) 1788 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: cluster 2023-11-17T07:23:19.033431+0000 mgr.smithi045.tkkiao (mgr.14182) 1789 : cluster [DBG] pgmap v1235: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:20 smithi105 bash[28427]: cluster 2023-11-17T07:23:19.309956+0000 mon.smithi045 (mon.0) 1116 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:22 smithi105 bash[28427]: cluster 2023-11-17T07:23:21.034927+0000 mgr.smithi045.tkkiao (mgr.14182) 1790 : cluster [DBG] pgmap v1236: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:24 smithi105 bash[28427]: cluster 2023-11-17T07:23:23.036585+0000 mgr.smithi045.tkkiao (mgr.14182) 1791 : cluster [DBG] pgmap v1237: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:25 smithi105 bash[28427]: cluster 2023-11-17T07:23:25.038476+0000 mgr.smithi045.tkkiao (mgr.14182) 1792 : cluster [DBG] pgmap v1238: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:28 smithi105 bash[28427]: cluster 2023-11-17T07:23:27.039895+0000 mgr.smithi045.tkkiao (mgr.14182) 1793 : cluster [DBG] pgmap v1239: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:29 smithi105 bash[28427]: cluster 2023-11-17T07:23:29.041658+0000 mgr.smithi045.tkkiao (mgr.14182) 1794 : cluster [DBG] pgmap v1240: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:23:48.241 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:30 smithi105 bash[28427]: audit 2023-11-17T07:23:29.724391+0000 mon.smithi045 (mon.0) 1117 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:48.242 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:32 smithi105 bash[28427]: cluster 2023-11-17T07:23:31.043150+0000 mgr.smithi045.tkkiao (mgr.14182) 1795 : cluster [DBG] pgmap v1241: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:48.242 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:34 smithi105 bash[28427]: cluster 2023-11-17T07:23:33.044851+0000 mgr.smithi045.tkkiao (mgr.14182) 1796 : cluster [DBG] pgmap v1242: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:48.242 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:35 smithi105 bash[28427]: cluster 2023-11-17T07:23:35.046780+0000 mgr.smithi045.tkkiao (mgr.14182) 1797 : cluster [DBG] pgmap v1243: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:23:48.242 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:38 smithi105 bash[28427]: cluster 2023-11-17T07:23:37.048259+0000 mgr.smithi045.tkkiao (mgr.14182) 1798 : cluster [DBG] pgmap v1244: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:23:48.242 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:39 smithi105 bash[28427]: cluster 2023-11-17T07:23:39.050100+0000 mgr.smithi045.tkkiao (mgr.14182) 1799 : cluster [DBG] pgmap v1245: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-17T07:23:48.242 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:42 smithi105 bash[28427]: cluster 2023-11-17T07:23:41.051603+0000 mgr.smithi045.tkkiao (mgr.14182) 1800 : cluster [DBG] pgmap v1246: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:23:48.242 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:44 smithi105 bash[28427]: cluster 2023-11-17T07:23:43.053368+0000 mgr.smithi045.tkkiao (mgr.14182) 1801 : cluster [DBG] pgmap v1247: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:23:48.242 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:45 smithi105 bash[28427]: cluster 2023-11-17T07:23:45.055233+0000 mgr.smithi045.tkkiao (mgr.14182) 1802 : cluster [DBG] pgmap v1248: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: cephadm 2023-11-17T07:23:15.319710+0000 mgr.smithi045.tkkiao (mgr.14182) 1777 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.shwqhq ... 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.246 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.shwqhq ... 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: cephadm 2023-11-17T07:23:15.320234+0000 mgr.smithi045.tkkiao (mgr.14182) 1778 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: cephadm 2023-11-17T07:23:15.322462+0000 mgr.smithi045.tkkiao (mgr.14182) 1779 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.shwqhq ... 2023-11-17T07:23:48.247 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: cephadm 2023-11-17T07:23:15.326738+0000 mgr.smithi045.tkkiao (mgr.14182) 1780 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.dztiox on smithi045 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: cluster 2023-11-17T07:23:15.508170+0000 mgr.smithi045.tkkiao (mgr.14182) 1781 : cluster [DBG] pgmap v1233: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:17 smithi045 bash[25828]: audit 2023-11-17T07:23:15.626272+0000 mgr.smithi045.tkkiao (mgr.14182) 1782 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:19 smithi045 bash[25828]: cluster 2023-11-17T07:23:17.509518+0000 mgr.smithi045.tkkiao (mgr.14182) 1783 : cluster [DBG] pgmap v1234: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:19 smithi045 bash[25828]: audit 2023-11-17T07:23:19.023973+0000 mon.smithi045 (mon.0) 1114 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.dztiox"}]: dispatch 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:19 smithi045 bash[25828]: audit 2023-11-17T07:23:19.133596+0000 mon.smithi045 (mon.0) 1115 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: cephadm 2023-11-17T07:23:19.022979+0000 mgr.smithi045.tkkiao (mgr.14182) 1784 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.248 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.dztiox ... 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:23:48.249 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.dztiox ... 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: cephadm 2023-11-17T07:23:19.023376+0000 mgr.smithi045.tkkiao (mgr.14182) 1785 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: cephadm 2023-11-17T07:23:19.025457+0000 mgr.smithi045.tkkiao (mgr.14182) 1786 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.dztiox ... 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:23:48.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: cephadm 2023-11-17T07:23:19.029002+0000 mgr.smithi045.tkkiao (mgr.14182) 1787 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: cephadm 2023-11-17T07:23:19.031299+0000 mgr.smithi045.tkkiao (mgr.14182) 1788 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: cluster 2023-11-17T07:23:19.033431+0000 mgr.smithi045.tkkiao (mgr.14182) 1789 : cluster [DBG] pgmap v1235: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:20 smithi045 bash[25828]: cluster 2023-11-17T07:23:19.309956+0000 mon.smithi045 (mon.0) 1116 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:22 smithi045 bash[25828]: cluster 2023-11-17T07:23:21.034927+0000 mgr.smithi045.tkkiao (mgr.14182) 1790 : cluster [DBG] pgmap v1236: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:24 smithi045 bash[25828]: cluster 2023-11-17T07:23:23.036585+0000 mgr.smithi045.tkkiao (mgr.14182) 1791 : cluster [DBG] pgmap v1237: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:25 smithi045 bash[25828]: cluster 2023-11-17T07:23:25.038476+0000 mgr.smithi045.tkkiao (mgr.14182) 1792 : cluster [DBG] pgmap v1238: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:28 smithi045 bash[25828]: cluster 2023-11-17T07:23:27.039895+0000 mgr.smithi045.tkkiao (mgr.14182) 1793 : cluster [DBG] pgmap v1239: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:29 smithi045 bash[25828]: cluster 2023-11-17T07:23:29.041658+0000 mgr.smithi045.tkkiao (mgr.14182) 1794 : cluster [DBG] pgmap v1240: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:30 smithi045 bash[25828]: audit 2023-11-17T07:23:29.724391+0000 mon.smithi045 (mon.0) 1117 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:32 smithi045 bash[25828]: cluster 2023-11-17T07:23:31.043150+0000 mgr.smithi045.tkkiao (mgr.14182) 1795 : cluster [DBG] pgmap v1241: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:34 smithi045 bash[25828]: cluster 2023-11-17T07:23:33.044851+0000 mgr.smithi045.tkkiao (mgr.14182) 1796 : cluster [DBG] pgmap v1242: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:35 smithi045 bash[25828]: cluster 2023-11-17T07:23:35.046780+0000 mgr.smithi045.tkkiao (mgr.14182) 1797 : cluster [DBG] pgmap v1243: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:38 smithi045 bash[25828]: cluster 2023-11-17T07:23:37.048259+0000 mgr.smithi045.tkkiao (mgr.14182) 1798 : cluster [DBG] pgmap v1244: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-11-17T07:23:48.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:39 smithi045 bash[25828]: cluster 2023-11-17T07:23:39.050100+0000 mgr.smithi045.tkkiao (mgr.14182) 1799 : cluster [DBG] pgmap v1245: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-17T07:23:48.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:42 smithi045 bash[25828]: cluster 2023-11-17T07:23:41.051603+0000 mgr.smithi045.tkkiao (mgr.14182) 1800 : cluster [DBG] pgmap v1246: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:23:48.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:44 smithi045 bash[25828]: cluster 2023-11-17T07:23:43.053368+0000 mgr.smithi045.tkkiao (mgr.14182) 1801 : cluster [DBG] pgmap v1247: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:23:48.253 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:45 smithi045 bash[25828]: cluster 2023-11-17T07:23:45.055233+0000 mgr.smithi045.tkkiao (mgr.14182) 1802 : cluster [DBG] pgmap v1248: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:23:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:48 smithi045 bash[25828]: cluster 2023-11-17T07:23:47.056755+0000 mgr.smithi045.tkkiao (mgr.14182) 1803 : cluster [DBG] pgmap v1249: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:23:48.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:48 smithi105 bash[28427]: cluster 2023-11-17T07:23:47.056755+0000 mgr.smithi045.tkkiao (mgr.14182) 1803 : cluster [DBG] pgmap v1249: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-17T07:23:49.207 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:23:49.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:49 smithi045 bash[25828]: cluster 2023-11-17T07:23:49.058543+0000 mgr.smithi045.tkkiao (mgr.14182) 1804 : cluster [DBG] pgmap v1250: 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 2023-11-17T07:23:49.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:49 smithi105 bash[28427]: cluster 2023-11-17T07:23:49.058543+0000 mgr.smithi045.tkkiao (mgr.14182) 1804 : cluster [DBG] pgmap v1250: 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 2023-11-17T07:23:52.217 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:23:52.218 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:23:52.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:52 smithi105 bash[28427]: cluster 2023-11-17T07:23:51.059719+0000 mgr.smithi045.tkkiao (mgr.14182) 1805 : cluster [DBG] pgmap v1251: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-17T07:23:52.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:52 smithi045 bash[25828]: cluster 2023-11-17T07:23:51.059719+0000 mgr.smithi045.tkkiao (mgr.14182) 1805 : cluster [DBG] pgmap v1251: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-17T07:23:52.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:23:53.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:53 smithi105 bash[28427]: audit 2023-11-17T07:23:52.207799+0000 mgr.smithi045.tkkiao (mgr.14182) 1806 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:53.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:53 smithi045 bash[25828]: audit 2023-11-17T07:23:52.207799+0000 mgr.smithi045.tkkiao (mgr.14182) 1806 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:53.788 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:23:54.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:54 smithi105 bash[28427]: cluster 2023-11-17T07:23:53.061470+0000 mgr.smithi045.tkkiao (mgr.14182) 1807 : cluster [DBG] pgmap v1252: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:54.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:54 smithi045 bash[25828]: cluster 2023-11-17T07:23:53.061470+0000 mgr.smithi045.tkkiao (mgr.14182) 1807 : cluster [DBG] pgmap v1252: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:56.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:56 smithi105 bash[28427]: cluster 2023-11-17T07:23:55.063277+0000 mgr.smithi045.tkkiao (mgr.14182) 1808 : cluster [DBG] pgmap v1253: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:23:56.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:56 smithi045 bash[25828]: cluster 2023-11-17T07:23:55.063277+0000 mgr.smithi045.tkkiao (mgr.14182) 1808 : cluster [DBG] pgmap v1253: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:23:57.186 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:23:57.186 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:23:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:57 smithi045 bash[25828]: cluster 2023-11-17T07:23:57.064712+0000 mgr.smithi045.tkkiao (mgr.14182) 1809 : cluster [DBG] pgmap v1254: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:23:57 smithi045 bash[25828]: audit 2023-11-17T07:23:57.173626+0000 mgr.smithi045.tkkiao (mgr.14182) 1810 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:57.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:57 smithi105 bash[28427]: cluster 2023-11-17T07:23:57.064712+0000 mgr.smithi045.tkkiao (mgr.14182) 1809 : cluster [DBG] pgmap v1254: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:23:57.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:23:57 smithi105 bash[28427]: audit 2023-11-17T07:23:57.173626+0000 mgr.smithi045.tkkiao (mgr.14182) 1810 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:23:57.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:23:58.817 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:00.152 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:00 smithi045 bash[25828]: cluster 2023-11-17T07:23:59.066487+0000 mgr.smithi045.tkkiao (mgr.14182) 1811 : cluster [DBG] pgmap v1255: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:00.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:00 smithi105 bash[28427]: cluster 2023-11-17T07:23:59.066487+0000 mgr.smithi045.tkkiao (mgr.14182) 1811 : cluster [DBG] pgmap v1255: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:01.784 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:01.784 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:02.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:02.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:02 smithi105 bash[28427]: cluster 2023-11-17T07:24:01.068016+0000 mgr.smithi045.tkkiao (mgr.14182) 1812 : cluster [DBG] pgmap v1256: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:02.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:02 smithi045 bash[25828]: cluster 2023-11-17T07:24:01.068016+0000 mgr.smithi045.tkkiao (mgr.14182) 1812 : cluster [DBG] pgmap v1256: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:03.306 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:03.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:03 smithi105 bash[28427]: audit 2023-11-17T07:24:01.771682+0000 mgr.smithi045.tkkiao (mgr.14182) 1813 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:03.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:03 smithi045 bash[25828]: audit 2023-11-17T07:24:01.771682+0000 mgr.smithi045.tkkiao (mgr.14182) 1813 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:04.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:04 smithi105 bash[28427]: cluster 2023-11-17T07:24:03.069734+0000 mgr.smithi045.tkkiao (mgr.14182) 1814 : cluster [DBG] pgmap v1257: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:04.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:04 smithi045 bash[25828]: cluster 2023-11-17T07:24:03.069734+0000 mgr.smithi045.tkkiao (mgr.14182) 1814 : cluster [DBG] pgmap v1257: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:06.252 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:06.252 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:06.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:06 smithi045 bash[25828]: cluster 2023-11-17T07:24:05.071654+0000 mgr.smithi045.tkkiao (mgr.14182) 1815 : cluster [DBG] pgmap v1258: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:06.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:06 smithi105 bash[28427]: cluster 2023-11-17T07:24:05.071654+0000 mgr.smithi045.tkkiao (mgr.14182) 1815 : cluster [DBG] pgmap v1258: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:06.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:07.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:07 smithi045 bash[25828]: audit 2023-11-17T07:24:06.240521+0000 mgr.smithi045.tkkiao (mgr.14182) 1816 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:07.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:07 smithi105 bash[28427]: audit 2023-11-17T07:24:06.240521+0000 mgr.smithi045.tkkiao (mgr.14182) 1816 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:07.840 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:08.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:08 smithi045 bash[25828]: cluster 2023-11-17T07:24:07.073308+0000 mgr.smithi045.tkkiao (mgr.14182) 1817 : cluster [DBG] pgmap v1259: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:08.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:08 smithi105 bash[28427]: cluster 2023-11-17T07:24:07.073308+0000 mgr.smithi045.tkkiao (mgr.14182) 1817 : cluster [DBG] pgmap v1259: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:10.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:10 smithi045 bash[25828]: cluster 2023-11-17T07:24:09.075023+0000 mgr.smithi045.tkkiao (mgr.14182) 1818 : cluster [DBG] pgmap v1260: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:10 smithi105 bash[28427]: cluster 2023-11-17T07:24:09.075023+0000 mgr.smithi045.tkkiao (mgr.14182) 1818 : cluster [DBG] pgmap v1260: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:10.896 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:10.896 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:11.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:12.448 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:12.458 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:12 smithi045 bash[25828]: audit 2023-11-17T07:24:10.880757+0000 mgr.smithi045.tkkiao (mgr.14182) 1819 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:12.458 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:12 smithi045 bash[25828]: cluster 2023-11-17T07:24:11.075956+0000 mgr.smithi045.tkkiao (mgr.14182) 1820 : cluster [DBG] pgmap v1261: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:12.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:12 smithi105 bash[28427]: audit 2023-11-17T07:24:10.880757+0000 mgr.smithi045.tkkiao (mgr.14182) 1819 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:12.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:12 smithi105 bash[28427]: cluster 2023-11-17T07:24:11.075956+0000 mgr.smithi045.tkkiao (mgr.14182) 1820 : cluster [DBG] pgmap v1261: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:14.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:14 smithi045 bash[25828]: cluster 2023-11-17T07:24:13.077236+0000 mgr.smithi045.tkkiao (mgr.14182) 1821 : cluster [DBG] pgmap v1262: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:14.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:14 smithi105 bash[28427]: cluster 2023-11-17T07:24:13.077236+0000 mgr.smithi045.tkkiao (mgr.14182) 1821 : cluster [DBG] pgmap v1262: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:15.467 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:15.499 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:16.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:16.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:16 smithi045 bash[25828]: cluster 2023-11-17T07:24:15.078277+0000 mgr.smithi045.tkkiao (mgr.14182) 1822 : cluster [DBG] pgmap v1263: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:16.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:16 smithi105 bash[28427]: cluster 2023-11-17T07:24:15.078277+0000 mgr.smithi045.tkkiao (mgr.14182) 1822 : cluster [DBG] pgmap v1263: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:17.023 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:17.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:17 smithi045 bash[25828]: audit 2023-11-17T07:24:15.453032+0000 mgr.smithi045.tkkiao (mgr.14182) 1823 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:17.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:17 smithi105 bash[28427]: audit 2023-11-17T07:24:15.453032+0000 mgr.smithi045.tkkiao (mgr.14182) 1823 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:18.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:18 smithi045 bash[25828]: cluster 2023-11-17T07:24:17.079732+0000 mgr.smithi045.tkkiao (mgr.14182) 1824 : cluster [DBG] pgmap v1264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:18.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:18 smithi105 bash[28427]: cluster 2023-11-17T07:24:17.079732+0000 mgr.smithi045.tkkiao (mgr.14182) 1824 : cluster [DBG] pgmap v1264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:19.494 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:19 smithi045 bash[25828]: audit 2023-11-17T07:24:19.035671+0000 mon.smithi045 (mon.0) 1118 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:24:19.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:19 smithi105 bash[28427]: audit 2023-11-17T07:24:19.035671+0000 mon.smithi045 (mon.0) 1118 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:24:19.963 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:19.963 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:20.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:20 smithi045 bash[25828]: cluster 2023-11-17T07:24:19.080996+0000 mgr.smithi045.tkkiao (mgr.14182) 1825 : cluster [DBG] pgmap v1265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:20.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:20.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:20 smithi105 bash[28427]: cluster 2023-11-17T07:24:19.080996+0000 mgr.smithi045.tkkiao (mgr.14182) 1825 : cluster [DBG] pgmap v1265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:21.549 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:21.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:21 smithi045 bash[25828]: audit 2023-11-17T07:24:19.953828+0000 mgr.smithi045.tkkiao (mgr.14182) 1826 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:21.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:21 smithi105 bash[28427]: audit 2023-11-17T07:24:19.953828+0000 mgr.smithi045.tkkiao (mgr.14182) 1826 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:22.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:22 smithi045 bash[25828]: cluster 2023-11-17T07:24:21.082705+0000 mgr.smithi045.tkkiao (mgr.14182) 1827 : cluster [DBG] pgmap v1266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:22 smithi105 bash[28427]: cluster 2023-11-17T07:24:21.082705+0000 mgr.smithi045.tkkiao (mgr.14182) 1827 : cluster [DBG] pgmap v1266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:24.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:24 smithi045 bash[25828]: cluster 2023-11-17T07:24:23.084446+0000 mgr.smithi045.tkkiao (mgr.14182) 1828 : cluster [DBG] pgmap v1267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:24.521 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:24.521 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:13:50.287235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:13:50.287495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:13:50.287706Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:13:50.287020Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:13:50.286701Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:13:50.289098Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:13:50.287905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:13:50.288109Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:13:50.288898Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:24.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:24 smithi105 bash[28427]: cluster 2023-11-17T07:24:23.084446+0000 mgr.smithi045.tkkiao (mgr.14182) 1828 : cluster [DBG] pgmap v1267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:25.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:26.102 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:26.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:26 smithi045 bash[25828]: audit 2023-11-17T07:24:24.505391+0000 mgr.smithi045.tkkiao (mgr.14182) 1829 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:26.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:26 smithi045 bash[25828]: cluster 2023-11-17T07:24:25.085802+0000 mgr.smithi045.tkkiao (mgr.14182) 1830 : cluster [DBG] pgmap v1268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:26.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:26 smithi045 bash[25828]: audit 2023-11-17T07:24:25.598160+0000 mon.smithi045 (mon.0) 1119 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:26.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:26 smithi045 bash[25828]: audit 2023-11-17T07:24:25.900010+0000 mon.smithi045 (mon.0) 1120 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:24:26.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:26 smithi045 bash[25828]: audit 2023-11-17T07:24:25.901833+0000 mon.smithi045 (mon.0) 1121 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:24:26.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:26 smithi045 bash[25828]: audit 2023-11-17T07:24:25.911049+0000 mon.smithi045 (mon.0) 1122 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:26.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:26 smithi045 bash[25828]: audit 2023-11-17T07:24:25.921828+0000 mon.smithi045 (mon.0) 1123 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:24:26.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:26 smithi045 bash[25828]: audit 2023-11-17T07:24:25.934530+0000 mon.smithi045 (mon.0) 1124 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:26.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:26 smithi105 bash[28427]: audit 2023-11-17T07:24:24.505391+0000 mgr.smithi045.tkkiao (mgr.14182) 1829 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:26.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:26 smithi105 bash[28427]: cluster 2023-11-17T07:24:25.085802+0000 mgr.smithi045.tkkiao (mgr.14182) 1830 : cluster [DBG] pgmap v1268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:26.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:26 smithi105 bash[28427]: audit 2023-11-17T07:24:25.598160+0000 mon.smithi045 (mon.0) 1119 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:26.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:26 smithi105 bash[28427]: audit 2023-11-17T07:24:25.900010+0000 mon.smithi045 (mon.0) 1120 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:24:26.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:26 smithi105 bash[28427]: audit 2023-11-17T07:24:25.901833+0000 mon.smithi045 (mon.0) 1121 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:24:26.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:26 smithi105 bash[28427]: audit 2023-11-17T07:24:25.911049+0000 mon.smithi045 (mon.0) 1122 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:26.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:26 smithi105 bash[28427]: audit 2023-11-17T07:24:25.921828+0000 mon.smithi045 (mon.0) 1123 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:24:26.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:26 smithi105 bash[28427]: audit 2023-11-17T07:24:25.934530+0000 mon.smithi045 (mon.0) 1124 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:27.408 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:27 smithi045 bash[25828]: cluster 2023-11-17T07:24:25.911993+0000 mgr.smithi045.tkkiao (mgr.14182) 1831 : cluster [DBG] pgmap v1269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-17T07:24:27.408 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:27 smithi045 bash[25828]: cephadm 2023-11-17T07:24:25.938300+0000 mgr.smithi045.tkkiao (mgr.14182) 1832 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rauxbl on smithi105 2023-11-17T07:24:27.408 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:27 smithi045 bash[25828]: cluster 2023-11-17T07:24:26.907572+0000 mon.smithi045 (mon.0) 1125 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:24:27.408 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:27 smithi045 bash[25828]: cluster 2023-11-17T07:24:26.907643+0000 mon.smithi045 (mon.0) 1126 : cluster [INF] Cluster is now healthy 2023-11-17T07:24:27.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:27 smithi105 bash[28427]: cluster 2023-11-17T07:24:25.911993+0000 mgr.smithi045.tkkiao (mgr.14182) 1831 : cluster [DBG] pgmap v1269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-17T07:24:27.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:27 smithi105 bash[28427]: cephadm 2023-11-17T07:24:25.938300+0000 mgr.smithi045.tkkiao (mgr.14182) 1832 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rauxbl on smithi105 2023-11-17T07:24:27.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:27 smithi105 bash[28427]: cluster 2023-11-17T07:24:26.907572+0000 mon.smithi045 (mon.0) 1125 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:24:27.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:27 smithi105 bash[28427]: cluster 2023-11-17T07:24:26.907643+0000 mon.smithi045 (mon.0) 1126 : cluster [INF] Cluster is now healthy 2023-11-17T07:24:29.019 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:29.019 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:22:00.438692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.orwyqd on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:15.322217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.shwqhq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-shwqhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.shwqhq\nDeploy daemon haproxy.nfs.foo.smithi105.shwqhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.025254Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.dztiox on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-dztiox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.dztiox\nDeploy daemon haproxy.nfs.foo.smithi045.dztiox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:23:19.028818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.qoetxe on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:29.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:29 smithi045 bash[25828]: cluster 2023-11-17T07:24:27.913269+0000 mgr.smithi045.tkkiao (mgr.14182) 1833 : cluster [DBG] pgmap v1270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-17T07:24:29.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:29.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:29 smithi105 bash[28427]: cluster 2023-11-17T07:24:27.913269+0000 mgr.smithi045.tkkiao (mgr.14182) 1833 : cluster [DBG] pgmap v1270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-17T07:24:30.557 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:30.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:30 smithi045 bash[25828]: audit 2023-11-17T07:24:29.004953+0000 mgr.smithi045.tkkiao (mgr.14182) 1834 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:30.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:30 smithi045 bash[25828]: audit 2023-11-17T07:24:29.726573+0000 mon.smithi045 (mon.0) 1127 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:30.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:30 smithi045 bash[25828]: audit 2023-11-17T07:24:29.755666+0000 mon.smithi045 (mon.0) 1128 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rauxbl"}]: dispatch 2023-11-17T07:24:30.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:30 smithi105 bash[28427]: audit 2023-11-17T07:24:29.004953+0000 mgr.smithi045.tkkiao (mgr.14182) 1834 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:30.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:30 smithi105 bash[28427]: audit 2023-11-17T07:24:29.726573+0000 mon.smithi045 (mon.0) 1127 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:30.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:30 smithi105 bash[28427]: audit 2023-11-17T07:24:29.755666+0000 mon.smithi045 (mon.0) 1128 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rauxbl"}]: dispatch 2023-11-17T07:24:31.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: cephadm 2023-11-17T07:24:29.753966+0000 mgr.smithi045.tkkiao (mgr.14182) 1835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rauxbl ... 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:31.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:31.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rauxbl ... 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: cephadm 2023-11-17T07:24:29.754880+0000 mgr.smithi045.tkkiao (mgr.14182) 1836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: cephadm 2023-11-17T07:24:29.757677+0000 mgr.smithi045.tkkiao (mgr.14182) 1837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.rauxbl ... 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: cephadm 2023-11-17T07:24:29.762493+0000 mgr.smithi045.tkkiao (mgr.14182) 1838 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.vpndbc on smithi045 2023-11-17T07:24:31.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:31 smithi045 bash[25828]: cluster 2023-11-17T07:24:29.914948+0000 mgr.smithi045.tkkiao (mgr.14182) 1839 : cluster [DBG] pgmap v1271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-17T07:24:31.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: cephadm 2023-11-17T07:24:29.753966+0000 mgr.smithi045.tkkiao (mgr.14182) 1835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:31.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:31.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rauxbl ... 2023-11-17T07:24:31.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:31.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:31.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:31.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:24:31.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rauxbl ... 2023-11-17T07:24:31.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: cephadm 2023-11-17T07:24:29.754880+0000 mgr.smithi045.tkkiao (mgr.14182) 1836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: cephadm 2023-11-17T07:24:29.757677+0000 mgr.smithi045.tkkiao (mgr.14182) 1837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:31.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl 2023-11-17T07:24:31.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.rauxbl ... 2023-11-17T07:24:31.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:31.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:31.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:31.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:31.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: cephadm 2023-11-17T07:24:29.762493+0000 mgr.smithi045.tkkiao (mgr.14182) 1838 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.vpndbc on smithi045 2023-11-17T07:24:31.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:31 smithi105 bash[28427]: cluster 2023-11-17T07:24:29.914948+0000 mgr.smithi045.tkkiao (mgr.14182) 1839 : cluster [DBG] pgmap v1271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-17T07:24:32.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:32 smithi105 bash[28427]: cluster 2023-11-17T07:24:31.915845+0000 mgr.smithi045.tkkiao (mgr.14182) 1840 : cluster [DBG] pgmap v1272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-17T07:24:32.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:32 smithi045 bash[25828]: cluster 2023-11-17T07:24:31.915845+0000 mgr.smithi045.tkkiao (mgr.14182) 1840 : cluster [DBG] pgmap v1272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-17T07:24:33.746 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:33.746 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:33.809 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:33 smithi045 bash[25828]: audit 2023-11-17T07:24:33.538325+0000 mon.smithi045 (mon.0) 1129 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.vpndbc"}]: dispatch 2023-11-17T07:24:33.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:33 smithi105 bash[28427]: audit 2023-11-17T07:24:33.538325+0000 mon.smithi045 (mon.0) 1129 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.vpndbc"}]: dispatch 2023-11-17T07:24:34.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:34.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: cephadm 2023-11-17T07:24:33.537344+0000 mgr.smithi045.tkkiao (mgr.14182) 1841 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vpndbc ... 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:34.828 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.829 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vpndbc ... 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: cephadm 2023-11-17T07:24:33.537809+0000 mgr.smithi045.tkkiao (mgr.14182) 1842 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: cephadm 2023-11-17T07:24:33.539741+0000 mgr.smithi045.tkkiao (mgr.14182) 1843 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.830 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vpndbc ... 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: cephadm 2023-11-17T07:24:33.543198+0000 mgr.smithi045.tkkiao (mgr.14182) 1844 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:24:34.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: cephadm 2023-11-17T07:24:33.546111+0000 mgr.smithi045.tkkiao (mgr.14182) 1845 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:24:34.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: cluster 2023-11-17T07:24:33.548139+0000 mgr.smithi045.tkkiao (mgr.14182) 1846 : cluster [DBG] pgmap v1273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:24:34.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: cluster 2023-11-17T07:24:33.600222+0000 mon.smithi045 (mon.0) 1130 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:24:34.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: audit 2023-11-17T07:24:33.732765+0000 mgr.smithi045.tkkiao (mgr.14182) 1847 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:34.833 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:34 smithi045 bash[25828]: audit 2023-11-17T07:24:34.196389+0000 mon.smithi045 (mon.0) 1131 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:34.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: cephadm 2023-11-17T07:24:33.537344+0000 mgr.smithi045.tkkiao (mgr.14182) 1841 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:34.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:34.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vpndbc ... 2023-11-17T07:24:34.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:24:34.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:34.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:34.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vpndbc ... 2023-11-17T07:24:34.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:34.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:34.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:34.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: cephadm 2023-11-17T07:24:33.537809+0000 mgr.smithi045.tkkiao (mgr.14182) 1842 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: cephadm 2023-11-17T07:24:33.539741+0000 mgr.smithi045.tkkiao (mgr.14182) 1843 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:34.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vpndbc ... 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: cephadm 2023-11-17T07:24:33.543198+0000 mgr.smithi045.tkkiao (mgr.14182) 1844 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:24:34.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: cephadm 2023-11-17T07:24:33.546111+0000 mgr.smithi045.tkkiao (mgr.14182) 1845 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:24:34.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: cluster 2023-11-17T07:24:33.548139+0000 mgr.smithi045.tkkiao (mgr.14182) 1846 : cluster [DBG] pgmap v1273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:24:34.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: cluster 2023-11-17T07:24:33.600222+0000 mon.smithi045 (mon.0) 1130 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:24:34.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: audit 2023-11-17T07:24:33.732765+0000 mgr.smithi045.tkkiao (mgr.14182) 1847 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:34.908 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:34 smithi105 bash[28427]: audit 2023-11-17T07:24:34.196389+0000 mon.smithi045 (mon.0) 1131 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:35.372 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:36.734 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:36 smithi045 bash[25828]: cluster 2023-11-17T07:24:35.549925+0000 mgr.smithi045.tkkiao (mgr.14182) 1848 : cluster [DBG] pgmap v1274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:24:36.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:36 smithi105 bash[28427]: cluster 2023-11-17T07:24:35.549925+0000 mgr.smithi045.tkkiao (mgr.14182) 1848 : cluster [DBG] pgmap v1274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-17T07:24:38.522 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:38.522 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:38.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:38 smithi105 bash[28427]: cluster 2023-11-17T07:24:37.551423+0000 mgr.smithi045.tkkiao (mgr.14182) 1849 : cluster [DBG] pgmap v1275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:24:39.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:38 smithi045 bash[25828]: cluster 2023-11-17T07:24:37.551423+0000 mgr.smithi045.tkkiao (mgr.14182) 1849 : cluster [DBG] pgmap v1275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:24:39.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:39.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:39 smithi105 bash[28427]: audit 2023-11-17T07:24:38.513880+0000 mgr.smithi045.tkkiao (mgr.14182) 1850 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:40.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:39 smithi045 bash[25828]: audit 2023-11-17T07:24:38.513880+0000 mgr.smithi045.tkkiao (mgr.14182) 1850 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:40.103 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:40.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:40 smithi105 bash[28427]: cluster 2023-11-17T07:24:39.553407+0000 mgr.smithi045.tkkiao (mgr.14182) 1851 : cluster [DBG] pgmap v1276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:24:41.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:40 smithi045 bash[25828]: cluster 2023-11-17T07:24:39.553407+0000 mgr.smithi045.tkkiao (mgr.14182) 1851 : cluster [DBG] pgmap v1276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:24:42.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:42 smithi105 bash[28427]: cluster 2023-11-17T07:24:41.554655+0000 mgr.smithi045.tkkiao (mgr.14182) 1852 : cluster [DBG] pgmap v1277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:24:42.707 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:42 smithi045 bash[25828]: cluster 2023-11-17T07:24:41.554655+0000 mgr.smithi045.tkkiao (mgr.14182) 1852 : cluster [DBG] pgmap v1277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:24:43.186 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:43.187 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:43.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:43 smithi045 bash[25828]: audit 2023-11-17T07:24:43.171751+0000 mgr.smithi045.tkkiao (mgr.14182) 1853 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:43.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:43 smithi105 bash[28427]: audit 2023-11-17T07:24:43.171751+0000 mgr.smithi045.tkkiao (mgr.14182) 1853 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:43.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:44.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:44 smithi105 bash[28427]: cluster 2023-11-17T07:24:43.555836+0000 mgr.smithi045.tkkiao (mgr.14182) 1854 : cluster [DBG] pgmap v1278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:24:44.765 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:44.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:44 smithi045 bash[25828]: cluster 2023-11-17T07:24:43.555836+0000 mgr.smithi045.tkkiao (mgr.14182) 1854 : cluster [DBG] pgmap v1278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:24:46.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:45 smithi045 bash[25828]: audit 2023-11-17T07:24:44.726545+0000 mon.smithi045 (mon.0) 1132 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:46.173 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:45 smithi105 bash[28427]: audit 2023-11-17T07:24:44.726545+0000 mon.smithi045 (mon.0) 1132 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:24:47.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:46 smithi045 bash[25828]: cluster 2023-11-17T07:24:45.557224+0000 mgr.smithi045.tkkiao (mgr.14182) 1855 : cluster [DBG] pgmap v1279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:47.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:46 smithi105 bash[28427]: cluster 2023-11-17T07:24:45.557224+0000 mgr.smithi045.tkkiao (mgr.14182) 1855 : cluster [DBG] pgmap v1279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:47.858 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:47.858 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:48.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:49.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:48 smithi045 bash[25828]: cluster 2023-11-17T07:24:47.558494+0000 mgr.smithi045.tkkiao (mgr.14182) 1856 : cluster [DBG] pgmap v1280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:49.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:48 smithi045 bash[25828]: audit 2023-11-17T07:24:47.850893+0000 mgr.smithi045.tkkiao (mgr.14182) 1857 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:49.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:48 smithi105 bash[28427]: cluster 2023-11-17T07:24:47.558494+0000 mgr.smithi045.tkkiao (mgr.14182) 1856 : cluster [DBG] pgmap v1280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:49.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:48 smithi105 bash[28427]: audit 2023-11-17T07:24:47.850893+0000 mgr.smithi045.tkkiao (mgr.14182) 1857 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:49.446 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:50.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:50 smithi045 bash[25828]: cluster 2023-11-17T07:24:49.560437+0000 mgr.smithi045.tkkiao (mgr.14182) 1858 : cluster [DBG] pgmap v1281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:51.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:50 smithi105 bash[28427]: cluster 2023-11-17T07:24:49.560437+0000 mgr.smithi045.tkkiao (mgr.14182) 1858 : cluster [DBG] pgmap v1281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:52.418 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:52.419 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:52.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:52 smithi105 bash[28427]: cluster 2023-11-17T07:24:51.561909+0000 mgr.smithi045.tkkiao (mgr.14182) 1859 : cluster [DBG] pgmap v1282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:52.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:52 smithi045 bash[25828]: cluster 2023-11-17T07:24:51.561909+0000 mgr.smithi045.tkkiao (mgr.14182) 1859 : cluster [DBG] pgmap v1282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:53.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:53 smithi105 bash[28427]: audit 2023-11-17T07:24:52.403634+0000 mgr.smithi045.tkkiao (mgr.14182) 1860 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:53.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:53 smithi045 bash[25828]: audit 2023-11-17T07:24:52.403634+0000 mgr.smithi045.tkkiao (mgr.14182) 1860 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:54.022 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:54.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:54 smithi105 bash[28427]: cluster 2023-11-17T07:24:53.563866+0000 mgr.smithi045.tkkiao (mgr.14182) 1861 : cluster [DBG] pgmap v1283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:54.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:54 smithi045 bash[25828]: cluster 2023-11-17T07:24:53.563866+0000 mgr.smithi045.tkkiao (mgr.14182) 1861 : cluster [DBG] pgmap v1283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:56.874 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:56 smithi045 bash[25828]: cluster 2023-11-17T07:24:55.565403+0000 mgr.smithi045.tkkiao (mgr.14182) 1862 : cluster [DBG] pgmap v1284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:56.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:56 smithi105 bash[28427]: cluster 2023-11-17T07:24:55.565403+0000 mgr.smithi045.tkkiao (mgr.14182) 1862 : cluster [DBG] pgmap v1284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:24:57.239 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:24:57.239 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:24:57.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:24:57.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:57 smithi105 bash[28427]: audit 2023-11-17T07:24:57.225147+0000 mgr.smithi045.tkkiao (mgr.14182) 1863 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:57 smithi045 bash[25828]: audit 2023-11-17T07:24:57.225147+0000 mgr.smithi045.tkkiao (mgr.14182) 1863 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:24:58.798 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:24:58.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:24:58 smithi105 bash[28427]: cluster 2023-11-17T07:24:57.566906+0000 mgr.smithi045.tkkiao (mgr.14182) 1864 : cluster [DBG] pgmap v1285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:24:59.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:24:58 smithi045 bash[25828]: cluster 2023-11-17T07:24:57.566906+0000 mgr.smithi045.tkkiao (mgr.14182) 1864 : cluster [DBG] pgmap v1285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:00.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:00 smithi105 bash[28427]: cluster 2023-11-17T07:24:59.569415+0000 mgr.smithi045.tkkiao (mgr.14182) 1865 : cluster [DBG] pgmap v1286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:01.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:00 smithi045 bash[25828]: cluster 2023-11-17T07:24:59.569415+0000 mgr.smithi045.tkkiao (mgr.14182) 1865 : cluster [DBG] pgmap v1286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:01.790 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:01.791 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:02.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:02.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:02 smithi105 bash[28427]: cluster 2023-11-17T07:25:01.570398+0000 mgr.smithi045.tkkiao (mgr.14182) 1866 : cluster [DBG] pgmap v1287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:02.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:02 smithi105 bash[28427]: audit 2023-11-17T07:25:01.772738+0000 mgr.smithi045.tkkiao (mgr.14182) 1867 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:02 smithi045 bash[25828]: cluster 2023-11-17T07:25:01.570398+0000 mgr.smithi045.tkkiao (mgr.14182) 1866 : cluster [DBG] pgmap v1287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:02 smithi045 bash[25828]: audit 2023-11-17T07:25:01.772738+0000 mgr.smithi045.tkkiao (mgr.14182) 1867 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:03.429 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:04.691 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:04 smithi045 bash[25828]: cluster 2023-11-17T07:25:03.572294+0000 mgr.smithi045.tkkiao (mgr.14182) 1868 : cluster [DBG] pgmap v1288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:04.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:04 smithi105 bash[28427]: cluster 2023-11-17T07:25:03.572294+0000 mgr.smithi045.tkkiao (mgr.14182) 1868 : cluster [DBG] pgmap v1288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:06.396 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:06.396 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:06 smithi045 bash[25828]: cluster 2023-11-17T07:25:05.573818+0000 mgr.smithi045.tkkiao (mgr.14182) 1869 : cluster [DBG] pgmap v1289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:25:06.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:06 smithi105 bash[28427]: cluster 2023-11-17T07:25:05.573818+0000 mgr.smithi045.tkkiao (mgr.14182) 1869 : cluster [DBG] pgmap v1289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:25:07.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:07.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:07 smithi105 bash[28427]: audit 2023-11-17T07:25:06.385170+0000 mgr.smithi045.tkkiao (mgr.14182) 1870 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:08.005 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:08.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:07 smithi045 bash[25828]: audit 2023-11-17T07:25:06.385170+0000 mgr.smithi045.tkkiao (mgr.14182) 1870 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:09.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:08 smithi045 bash[25828]: cluster 2023-11-17T07:25:07.575283+0000 mgr.smithi045.tkkiao (mgr.14182) 1871 : cluster [DBG] pgmap v1290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:09.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:08 smithi105 bash[28427]: cluster 2023-11-17T07:25:07.575283+0000 mgr.smithi045.tkkiao (mgr.14182) 1871 : cluster [DBG] pgmap v1290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:10.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:10 smithi045 bash[25828]: cluster 2023-11-17T07:25:09.577326+0000 mgr.smithi045.tkkiao (mgr.14182) 1872 : cluster [DBG] pgmap v1291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:10.984 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:10.984 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:11.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:10 smithi105 bash[28427]: cluster 2023-11-17T07:25:09.577326+0000 mgr.smithi045.tkkiao (mgr.14182) 1872 : cluster [DBG] pgmap v1291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:11.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:11.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:11 smithi045 bash[25828]: audit 2023-11-17T07:25:10.970590+0000 mgr.smithi045.tkkiao (mgr.14182) 1873 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:12.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:11 smithi105 bash[28427]: audit 2023-11-17T07:25:10.970590+0000 mgr.smithi045.tkkiao (mgr.14182) 1873 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:12.568 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:13.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:12 smithi045 bash[25828]: cluster 2023-11-17T07:25:11.578798+0000 mgr.smithi045.tkkiao (mgr.14182) 1874 : cluster [DBG] pgmap v1292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:13.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:12 smithi105 bash[28427]: cluster 2023-11-17T07:25:11.578798+0000 mgr.smithi045.tkkiao (mgr.14182) 1874 : cluster [DBG] pgmap v1292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:15.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:14 smithi045 bash[25828]: cluster 2023-11-17T07:25:13.580367+0000 mgr.smithi045.tkkiao (mgr.14182) 1875 : cluster [DBG] pgmap v1293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:15.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:14 smithi105 bash[28427]: cluster 2023-11-17T07:25:13.580367+0000 mgr.smithi045.tkkiao (mgr.14182) 1875 : cluster [DBG] pgmap v1293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:15.494 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:15.494 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:16.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:16 smithi045 bash[25828]: audit 2023-11-17T07:25:15.479301+0000 mgr.smithi045.tkkiao (mgr.14182) 1876 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:16 smithi045 bash[25828]: cluster 2023-11-17T07:25:15.581513+0000 mgr.smithi045.tkkiao (mgr.14182) 1877 : cluster [DBG] pgmap v1294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:25:17.107 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:17.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:16 smithi105 bash[28427]: audit 2023-11-17T07:25:15.479301+0000 mgr.smithi045.tkkiao (mgr.14182) 1876 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:17.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:16 smithi105 bash[28427]: cluster 2023-11-17T07:25:15.581513+0000 mgr.smithi045.tkkiao (mgr.14182) 1877 : cluster [DBG] pgmap v1294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:25:19.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:18 smithi045 bash[25828]: cluster 2023-11-17T07:25:17.582832+0000 mgr.smithi045.tkkiao (mgr.14182) 1878 : cluster [DBG] pgmap v1295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:19.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:18 smithi105 bash[28427]: cluster 2023-11-17T07:25:17.582832+0000 mgr.smithi045.tkkiao (mgr.14182) 1878 : cluster [DBG] pgmap v1295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:20.149 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:20.149 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:20.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:21.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:20 smithi045 bash[25828]: cluster 2023-11-17T07:25:19.584241+0000 mgr.smithi045.tkkiao (mgr.14182) 1879 : cluster [DBG] pgmap v1296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:21.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:20 smithi045 bash[25828]: audit 2023-11-17T07:25:20.133932+0000 mgr.smithi045.tkkiao (mgr.14182) 1880 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:21.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:20 smithi105 bash[28427]: cluster 2023-11-17T07:25:19.584241+0000 mgr.smithi045.tkkiao (mgr.14182) 1879 : cluster [DBG] pgmap v1296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:21.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:20 smithi105 bash[28427]: audit 2023-11-17T07:25:20.133932+0000 mgr.smithi045.tkkiao (mgr.14182) 1880 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:21.726 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:22.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:22 smithi105 bash[28427]: cluster 2023-11-17T07:25:21.585662+0000 mgr.smithi045.tkkiao (mgr.14182) 1881 : cluster [DBG] pgmap v1297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:22.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:22 smithi045 bash[25828]: cluster 2023-11-17T07:25:21.585662+0000 mgr.smithi045.tkkiao (mgr.14182) 1881 : cluster [DBG] pgmap v1297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:24.725 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:24.725 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:24.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:24 smithi105 bash[28427]: cluster 2023-11-17T07:25:23.587321+0000 mgr.smithi045.tkkiao (mgr.14182) 1882 : cluster [DBG] pgmap v1298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:25.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:24 smithi045 bash[25828]: cluster 2023-11-17T07:25:23.587321+0000 mgr.smithi045.tkkiao (mgr.14182) 1882 : cluster [DBG] pgmap v1298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:25.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:25.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:25 smithi105 bash[28427]: audit 2023-11-17T07:25:24.712335+0000 mgr.smithi045.tkkiao (mgr.14182) 1883 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:26.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:25 smithi045 bash[25828]: audit 2023-11-17T07:25:24.712335+0000 mgr.smithi045.tkkiao (mgr.14182) 1883 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:26.316 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:27.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:26 smithi045 bash[25828]: cluster 2023-11-17T07:25:25.588843+0000 mgr.smithi045.tkkiao (mgr.14182) 1884 : cluster [DBG] pgmap v1299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:25:27.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:26 smithi105 bash[28427]: cluster 2023-11-17T07:25:25.588843+0000 mgr.smithi045.tkkiao (mgr.14182) 1884 : cluster [DBG] pgmap v1299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:25:28.970 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:28 smithi045 bash[25828]: cluster 2023-11-17T07:25:27.589981+0000 mgr.smithi045.tkkiao (mgr.14182) 1885 : cluster [DBG] pgmap v1300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:29.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:28 smithi105 bash[28427]: cluster 2023-11-17T07:25:27.589981+0000 mgr.smithi045.tkkiao (mgr.14182) 1885 : cluster [DBG] pgmap v1300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:29.327 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:29.328 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:29.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:30.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:29 smithi045 bash[25828]: audit 2023-11-17T07:25:29.313573+0000 mgr.smithi045.tkkiao (mgr.14182) 1886 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:30.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:29 smithi105 bash[28427]: audit 2023-11-17T07:25:29.313573+0000 mgr.smithi045.tkkiao (mgr.14182) 1886 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:30.908 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:31.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:30 smithi045 bash[25828]: cluster 2023-11-17T07:25:29.591943+0000 mgr.smithi045.tkkiao (mgr.14182) 1887 : cluster [DBG] pgmap v1301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:31.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:30 smithi105 bash[28427]: cluster 2023-11-17T07:25:29.591943+0000 mgr.smithi045.tkkiao (mgr.14182) 1887 : cluster [DBG] pgmap v1301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:32.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:32 smithi045 bash[25828]: cluster 2023-11-17T07:25:31.593392+0000 mgr.smithi045.tkkiao (mgr.14182) 1888 : cluster [DBG] pgmap v1302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:32.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:32 smithi105 bash[28427]: cluster 2023-11-17T07:25:31.593392+0000 mgr.smithi045.tkkiao (mgr.14182) 1888 : cluster [DBG] pgmap v1302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:33.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:33 smithi045 bash[25828]: audit 2023-11-17T07:25:33.550748+0000 mon.smithi045 (mon.0) 1133 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:25:33.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:33 smithi105 bash[28427]: audit 2023-11-17T07:25:33.550748+0000 mon.smithi045 (mon.0) 1133 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:25:33.976 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:33.976 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:34.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:35.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:34 smithi105 bash[28427]: cluster 2023-11-17T07:25:33.595250+0000 mgr.smithi045.tkkiao (mgr.14182) 1889 : cluster [DBG] pgmap v1303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:35.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:34 smithi105 bash[28427]: audit 2023-11-17T07:25:33.855162+0000 mon.smithi045 (mon.0) 1134 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:35.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:34 smithi105 bash[28427]: audit 2023-11-17T07:25:33.963748+0000 mgr.smithi045.tkkiao (mgr.14182) 1890 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:35.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:34 smithi045 bash[25828]: cluster 2023-11-17T07:25:33.595250+0000 mgr.smithi045.tkkiao (mgr.14182) 1889 : cluster [DBG] pgmap v1303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:35.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:34 smithi045 bash[25828]: audit 2023-11-17T07:25:33.855162+0000 mon.smithi045 (mon.0) 1134 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:35.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:34 smithi045 bash[25828]: audit 2023-11-17T07:25:33.963748+0000 mgr.smithi045.tkkiao (mgr.14182) 1890 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:35.542 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:36.941 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:36 smithi045 bash[25828]: cluster 2023-11-17T07:25:35.596829+0000 mgr.smithi045.tkkiao (mgr.14182) 1891 : cluster [DBG] pgmap v1304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:25:37.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:36 smithi105 bash[28427]: cluster 2023-11-17T07:25:35.596829+0000 mgr.smithi045.tkkiao (mgr.14182) 1891 : cluster [DBG] pgmap v1304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:25:38.693 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:38.693 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:15:04.127630Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:23:19.031164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vpikui on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:15:04.128046Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:15:04.128325Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:15:04.128587Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:15:04.129097Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:15:04.128843Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:15:04.130235Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:39.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:38 smithi045 bash[25828]: cluster 2023-11-17T07:25:37.598026+0000 mgr.smithi045.tkkiao (mgr.14182) 1892 : cluster [DBG] pgmap v1305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:39.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:38 smithi105 bash[28427]: cluster 2023-11-17T07:25:37.598026+0000 mgr.smithi045.tkkiao (mgr.14182) 1892 : cluster [DBG] pgmap v1305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:39.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:39 smithi105 bash[28427]: audit 2023-11-17T07:25:38.684163+0000 mgr.smithi045.tkkiao (mgr.14182) 1893 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:39 smithi105 bash[28427]: audit 2023-11-17T07:25:39.437245+0000 mon.smithi045 (mon.0) 1135 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:39 smithi105 bash[28427]: audit 2023-11-17T07:25:39.727143+0000 mon.smithi045 (mon.0) 1136 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:25:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:39 smithi105 bash[28427]: audit 2023-11-17T07:25:39.729229+0000 mon.smithi045 (mon.0) 1137 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:25:40.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:39 smithi105 bash[28427]: audit 2023-11-17T07:25:39.739823+0000 mon.smithi045 (mon.0) 1138 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:40.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:39 smithi105 bash[28427]: audit 2023-11-17T07:25:39.750105+0000 mon.smithi045 (mon.0) 1139 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:25:40.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:39 smithi105 bash[28427]: audit 2023-11-17T07:25:39.768826+0000 mon.smithi045 (mon.0) 1140 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:40.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:39 smithi045 bash[25828]: audit 2023-11-17T07:25:38.684163+0000 mgr.smithi045.tkkiao (mgr.14182) 1893 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:40.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:39 smithi045 bash[25828]: audit 2023-11-17T07:25:39.437245+0000 mon.smithi045 (mon.0) 1135 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:40.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:39 smithi045 bash[25828]: audit 2023-11-17T07:25:39.727143+0000 mon.smithi045 (mon.0) 1136 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:25:40.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:39 smithi045 bash[25828]: audit 2023-11-17T07:25:39.729229+0000 mon.smithi045 (mon.0) 1137 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:25:40.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:39 smithi045 bash[25828]: audit 2023-11-17T07:25:39.739823+0000 mon.smithi045 (mon.0) 1138 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:40.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:39 smithi045 bash[25828]: audit 2023-11-17T07:25:39.750105+0000 mon.smithi045 (mon.0) 1139 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:25:40.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:39 smithi045 bash[25828]: audit 2023-11-17T07:25:39.768826+0000 mon.smithi045 (mon.0) 1140 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:40.350 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:41.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:40 smithi105 bash[28427]: cluster 2023-11-17T07:25:39.599002+0000 mgr.smithi045.tkkiao (mgr.14182) 1894 : cluster [DBG] pgmap v1306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:41.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:40 smithi105 bash[28427]: cluster 2023-11-17T07:25:39.741237+0000 mgr.smithi045.tkkiao (mgr.14182) 1895 : cluster [DBG] pgmap v1307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:41.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:40 smithi105 bash[28427]: cephadm 2023-11-17T07:25:39.772492+0000 mgr.smithi045.tkkiao (mgr.14182) 1896 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qqiabu on smithi105 2023-11-17T07:25:41.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:40 smithi105 bash[28427]: cluster 2023-11-17T07:25:40.432366+0000 mon.smithi045 (mon.0) 1141 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:25:41.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:40 smithi105 bash[28427]: cluster 2023-11-17T07:25:40.432419+0000 mon.smithi045 (mon.0) 1142 : cluster [INF] Cluster is now healthy 2023-11-17T07:25:41.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:40 smithi045 bash[25828]: cluster 2023-11-17T07:25:39.599002+0000 mgr.smithi045.tkkiao (mgr.14182) 1894 : cluster [DBG] pgmap v1306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:25:41.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:40 smithi045 bash[25828]: cluster 2023-11-17T07:25:39.741237+0000 mgr.smithi045.tkkiao (mgr.14182) 1895 : cluster [DBG] pgmap v1307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:41.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:40 smithi045 bash[25828]: cephadm 2023-11-17T07:25:39.772492+0000 mgr.smithi045.tkkiao (mgr.14182) 1896 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qqiabu on smithi105 2023-11-17T07:25:41.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:40 smithi045 bash[25828]: cluster 2023-11-17T07:25:40.432366+0000 mon.smithi045 (mon.0) 1141 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:25:41.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:40 smithi045 bash[25828]: cluster 2023-11-17T07:25:40.432419+0000 mon.smithi045 (mon.0) 1142 : cluster [INF] Cluster is now healthy 2023-11-17T07:25:42.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:42 smithi105 bash[28427]: cluster 2023-11-17T07:25:41.742032+0000 mgr.smithi045.tkkiao (mgr.14182) 1897 : cluster [DBG] pgmap v1308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:42.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:42 smithi045 bash[25828]: cluster 2023-11-17T07:25:41.742032+0000 mgr.smithi045.tkkiao (mgr.14182) 1897 : cluster [DBG] pgmap v1308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:43.607 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:43.608 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:29.757424Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rauxbl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-rauxbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.rauxbl\nDeploy daemon haproxy.nfs.foo.smithi105.rauxbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.539496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vpndbc on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vpndbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vpndbc\nDeploy daemon haproxy.nfs.foo.smithi045.vpndbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:24:33.543041Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.cshzol on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:43.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:43 smithi045 bash[25828]: audit 2023-11-17T07:25:43.576034+0000 mon.smithi045 (mon.0) 1143 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qqiabu"}]: dispatch 2023-11-17T07:25:43.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:43 smithi105 bash[28427]: audit 2023-11-17T07:25:43.576034+0000 mon.smithi045 (mon.0) 1143 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qqiabu"}]: dispatch 2023-11-17T07:25:44.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:44.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: cephadm 2023-11-17T07:25:43.574926+0000 mgr.smithi045.tkkiao (mgr.14182) 1898 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:44.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:44.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:44.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:44.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:44.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:44.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qqiabu ... 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:25:44.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qqiabu ... 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:44.905 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: cephadm 2023-11-17T07:25:43.575436+0000 mgr.smithi045.tkkiao (mgr.14182) 1899 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: cephadm 2023-11-17T07:25:43.577626+0000 mgr.smithi045.tkkiao (mgr.14182) 1900 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.qqiabu ... 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:25:44.906 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:44.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:44.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: cephadm 2023-11-17T07:25:43.582182+0000 mgr.smithi045.tkkiao (mgr.14182) 1901 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.vsntbq on smithi045 2023-11-17T07:25:44.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: audit 2023-11-17T07:25:43.600930+0000 mgr.smithi045.tkkiao (mgr.14182) 1902 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:44.907 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:44 smithi105 bash[28427]: cluster 2023-11-17T07:25:43.742791+0000 mgr.smithi045.tkkiao (mgr.14182) 1903 : cluster [DBG] pgmap v1309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:45.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: cephadm 2023-11-17T07:25:43.574926+0000 mgr.smithi045.tkkiao (mgr.14182) 1898 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qqiabu ... 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:45.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:45.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qqiabu ... 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: cephadm 2023-11-17T07:25:43.575436+0000 mgr.smithi045.tkkiao (mgr.14182) 1899 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: cephadm 2023-11-17T07:25:43.577626+0000 mgr.smithi045.tkkiao (mgr.14182) 1900 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu 2023-11-17T07:25:45.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.qqiabu ... 2023-11-17T07:25:45.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:45.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:45.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:25:45.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:45.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:45.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: cephadm 2023-11-17T07:25:43.582182+0000 mgr.smithi045.tkkiao (mgr.14182) 1901 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.vsntbq on smithi045 2023-11-17T07:25:45.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: audit 2023-11-17T07:25:43.600930+0000 mgr.smithi045.tkkiao (mgr.14182) 1902 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:45.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:44 smithi045 bash[25828]: cluster 2023-11-17T07:25:43.742791+0000 mgr.smithi045.tkkiao (mgr.14182) 1903 : cluster [DBG] pgmap v1309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:45.193 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:46.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:45 smithi045 bash[25828]: audit 2023-11-17T07:25:44.727589+0000 mon.smithi045 (mon.0) 1144 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:46.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:45 smithi105 bash[28427]: audit 2023-11-17T07:25:44.727589+0000 mon.smithi045 (mon.0) 1144 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:47.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:46 smithi045 bash[25828]: cluster 2023-11-17T07:25:45.743704+0000 mgr.smithi045.tkkiao (mgr.14182) 1904 : cluster [DBG] pgmap v1310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:47.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:46 smithi105 bash[28427]: cluster 2023-11-17T07:25:45.743704+0000 mgr.smithi045.tkkiao (mgr.14182) 1904 : cluster [DBG] pgmap v1310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:48.629 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:48.629 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:49.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: cluster 2023-11-17T07:25:47.744899+0000 mgr.smithi045.tkkiao (mgr.14182) 1905 : cluster [DBG] pgmap v1311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:49.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: cephadm 2023-11-17T07:25:48.044036+0000 mgr.smithi045.tkkiao (mgr.14182) 1906 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:49.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vsntbq ... 2023-11-17T07:25:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: 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. 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:49.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:49.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vsntbq ... 2023-11-17T07:25:49.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:49.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: 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. 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: cephadm 2023-11-17T07:25:48.044464+0000 mgr.smithi045.tkkiao (mgr.14182) 1907 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: audit 2023-11-17T07:25:48.044968+0000 mon.smithi045 (mon.0) 1145 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.vsntbq"}]: dispatch 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: cephadm 2023-11-17T07:25:48.046314+0000 mgr.smithi045.tkkiao (mgr.14182) 1908 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.vsntbq ... 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: 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. 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: cephadm 2023-11-17T07:25:48.048268+0000 mgr.smithi045.tkkiao (mgr.14182) 1909 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: cephadm 2023-11-17T07:25:48.050026+0000 mgr.smithi045.tkkiao (mgr.14182) 1910 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:25:49.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:48 smithi045 bash[25828]: cluster 2023-11-17T07:25:48.051152+0000 mgr.smithi045.tkkiao (mgr.14182) 1911 : cluster [DBG] pgmap v1312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-11-17T07:25:49.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: cluster 2023-11-17T07:25:47.744899+0000 mgr.smithi045.tkkiao (mgr.14182) 1905 : cluster [DBG] pgmap v1311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-17T07:25:49.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: cephadm 2023-11-17T07:25:48.044036+0000 mgr.smithi045.tkkiao (mgr.14182) 1906 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:49.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:49.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vsntbq ... 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: 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. 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:25:49.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vsntbq ... 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: 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. 2023-11-17T07:25:49.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: cephadm 2023-11-17T07:25:48.044464+0000 mgr.smithi045.tkkiao (mgr.14182) 1907 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: audit 2023-11-17T07:25:48.044968+0000 mon.smithi045 (mon.0) 1145 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.vsntbq"}]: dispatch 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: cephadm 2023-11-17T07:25:48.046314+0000 mgr.smithi045.tkkiao (mgr.14182) 1908 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.vsntbq ... 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:25:49.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:25:49.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: 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. 2023-11-17T07:25:49.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:25:49.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:25:49.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: cephadm 2023-11-17T07:25:48.048268+0000 mgr.smithi045.tkkiao (mgr.14182) 1909 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:25:49.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: cephadm 2023-11-17T07:25:48.050026+0000 mgr.smithi045.tkkiao (mgr.14182) 1910 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:25:49.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:48 smithi105 bash[28427]: cluster 2023-11-17T07:25:48.051152+0000 mgr.smithi045.tkkiao (mgr.14182) 1911 : cluster [DBG] pgmap v1312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-11-17T07:25:49.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:50.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:49 smithi045 bash[25828]: audit 2023-11-17T07:25:48.613885+0000 mgr.smithi045.tkkiao (mgr.14182) 1912 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:50.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:49 smithi045 bash[25828]: cluster 2023-11-17T07:25:48.799272+0000 mon.smithi045 (mon.0) 1146 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:25:50.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:49 smithi045 bash[25828]: audit 2023-11-17T07:25:49.264277+0000 mon.smithi045 (mon.0) 1147 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:50.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:49 smithi105 bash[28427]: audit 2023-11-17T07:25:48.613885+0000 mgr.smithi045.tkkiao (mgr.14182) 1912 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:50.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:49 smithi105 bash[28427]: cluster 2023-11-17T07:25:48.799272+0000 mon.smithi045 (mon.0) 1146 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:25:50.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:49 smithi105 bash[28427]: audit 2023-11-17T07:25:49.264277+0000 mon.smithi045 (mon.0) 1147 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:25:50.265 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:51.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:50 smithi045 bash[25828]: cluster 2023-11-17T07:25:50.052916+0000 mgr.smithi045.tkkiao (mgr.14182) 1913 : cluster [DBG] pgmap v1313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:51.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:50 smithi105 bash[28427]: cluster 2023-11-17T07:25:50.052916+0000 mgr.smithi045.tkkiao (mgr.14182) 1913 : cluster [DBG] pgmap v1313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:52.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:52 smithi105 bash[28427]: cluster 2023-11-17T07:25:52.054537+0000 mgr.smithi045.tkkiao (mgr.14182) 1914 : cluster [DBG] pgmap v1314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:52.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:52 smithi045 bash[25828]: cluster 2023-11-17T07:25:52.054537+0000 mgr.smithi045.tkkiao (mgr.14182) 1914 : cluster [DBG] pgmap v1314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:53.493 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:53.493 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:54.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:55.076 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:25:55.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:55 smithi105 bash[28427]: audit 2023-11-17T07:25:53.477698+0000 mgr.smithi045.tkkiao (mgr.14182) 1915 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:55.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:55 smithi105 bash[28427]: cluster 2023-11-17T07:25:54.056229+0000 mgr.smithi045.tkkiao (mgr.14182) 1916 : cluster [DBG] pgmap v1315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:55.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:55 smithi045 bash[25828]: audit 2023-11-17T07:25:53.477698+0000 mgr.smithi045.tkkiao (mgr.14182) 1915 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:55.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:55 smithi045 bash[25828]: cluster 2023-11-17T07:25:54.056229+0000 mgr.smithi045.tkkiao (mgr.14182) 1916 : cluster [DBG] pgmap v1315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:57.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:57 smithi105 bash[28427]: cluster 2023-11-17T07:25:56.057636+0000 mgr.smithi045.tkkiao (mgr.14182) 1917 : cluster [DBG] pgmap v1316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:57.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:57 smithi045 bash[25828]: cluster 2023-11-17T07:25:56.057636+0000 mgr.smithi045.tkkiao (mgr.14182) 1917 : cluster [DBG] pgmap v1316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:58.185 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:25:58.185 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:25:58.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:25:59.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:59 smithi105 bash[28427]: cluster 2023-11-17T07:25:58.058593+0000 mgr.smithi045.tkkiao (mgr.14182) 1918 : cluster [DBG] pgmap v1317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:59.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:25:59 smithi105 bash[28427]: audit 2023-11-17T07:25:58.172509+0000 mgr.smithi045.tkkiao (mgr.14182) 1919 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:59.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:59 smithi045 bash[25828]: cluster 2023-11-17T07:25:58.058593+0000 mgr.smithi045.tkkiao (mgr.14182) 1918 : cluster [DBG] pgmap v1317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:25:59.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:25:59 smithi045 bash[25828]: audit 2023-11-17T07:25:58.172509+0000 mgr.smithi045.tkkiao (mgr.14182) 1919 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:25:59.758 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:26:01.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:00 smithi045 bash[25828]: audit 2023-11-17T07:25:59.728618+0000 mon.smithi045 (mon.0) 1148 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:26:01.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:00 smithi045 bash[25828]: cluster 2023-11-17T07:26:00.060598+0000 mgr.smithi045.tkkiao (mgr.14182) 1920 : cluster [DBG] pgmap v1318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:01.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:00 smithi105 bash[28427]: audit 2023-11-17T07:25:59.728618+0000 mon.smithi045 (mon.0) 1148 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:26:01.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:00 smithi105 bash[28427]: cluster 2023-11-17T07:26:00.060598+0000 mgr.smithi045.tkkiao (mgr.14182) 1920 : cluster [DBG] pgmap v1318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:02.807 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:26:33.606 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:26:33.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:02 smithi045 bash[25828]: cluster 2023-11-17T07:26:02.062186+0000 mgr.smithi045.tkkiao (mgr.14182) 1921 : cluster [DBG] pgmap v1319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:26:33.611 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:02 smithi105 bash[28427]: cluster 2023-11-17T07:26:02.062186+0000 mgr.smithi045.tkkiao (mgr.14182) 1921 : cluster [DBG] pgmap v1319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.611 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:03 smithi105 bash[28427]: audit 2023-11-17T07:26:02.795672+0000 mgr.smithi045.tkkiao (mgr.14182) 1922 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:33.611 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:04 smithi105 bash[28427]: cluster 2023-11-17T07:26:04.064154+0000 mgr.smithi045.tkkiao (mgr.14182) 1923 : cluster [DBG] pgmap v1320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:07 smithi105 bash[28427]: cluster 2023-11-17T07:26:06.065646+0000 mgr.smithi045.tkkiao (mgr.14182) 1924 : cluster [DBG] pgmap v1321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:09 smithi105 bash[28427]: cluster 2023-11-17T07:26:08.067331+0000 mgr.smithi045.tkkiao (mgr.14182) 1925 : cluster [DBG] pgmap v1322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:11 smithi105 bash[28427]: cluster 2023-11-17T07:26:10.069208+0000 mgr.smithi045.tkkiao (mgr.14182) 1926 : cluster [DBG] pgmap v1323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:12 smithi105 bash[28427]: cluster 2023-11-17T07:26:12.070715+0000 mgr.smithi045.tkkiao (mgr.14182) 1927 : cluster [DBG] pgmap v1324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:15 smithi105 bash[28427]: cluster 2023-11-17T07:26:14.072323+0000 mgr.smithi045.tkkiao (mgr.14182) 1928 : cluster [DBG] pgmap v1325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:17 smithi105 bash[28427]: cluster 2023-11-17T07:26:16.073854+0000 mgr.smithi045.tkkiao (mgr.14182) 1929 : cluster [DBG] pgmap v1326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:19 smithi105 bash[28427]: cluster 2023-11-17T07:26:18.075576+0000 mgr.smithi045.tkkiao (mgr.14182) 1930 : cluster [DBG] pgmap v1327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:21 smithi105 bash[28427]: cluster 2023-11-17T07:26:20.077556+0000 mgr.smithi045.tkkiao (mgr.14182) 1931 : cluster [DBG] pgmap v1328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:22 smithi105 bash[28427]: cluster 2023-11-17T07:26:22.079061+0000 mgr.smithi045.tkkiao (mgr.14182) 1932 : cluster [DBG] pgmap v1329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:25 smithi105 bash[28427]: cluster 2023-11-17T07:26:24.080846+0000 mgr.smithi045.tkkiao (mgr.14182) 1933 : cluster [DBG] pgmap v1330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:27 smithi105 bash[28427]: cluster 2023-11-17T07:26:26.082374+0000 mgr.smithi045.tkkiao (mgr.14182) 1934 : cluster [DBG] pgmap v1331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:29 smithi105 bash[28427]: cluster 2023-11-17T07:26:28.084117+0000 mgr.smithi045.tkkiao (mgr.14182) 1935 : cluster [DBG] pgmap v1332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:31 smithi105 bash[28427]: cluster 2023-11-17T07:26:30.085846+0000 mgr.smithi045.tkkiao (mgr.14182) 1936 : cluster [DBG] pgmap v1333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:32 smithi105 bash[28427]: cluster 2023-11-17T07:26:32.087403+0000 mgr.smithi045.tkkiao (mgr.14182) 1937 : cluster [DBG] pgmap v1334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:03 smithi045 bash[25828]: audit 2023-11-17T07:26:02.795672+0000 mgr.smithi045.tkkiao (mgr.14182) 1922 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:33.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:04 smithi045 bash[25828]: cluster 2023-11-17T07:26:04.064154+0000 mgr.smithi045.tkkiao (mgr.14182) 1923 : cluster [DBG] pgmap v1320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:07 smithi045 bash[25828]: cluster 2023-11-17T07:26:06.065646+0000 mgr.smithi045.tkkiao (mgr.14182) 1924 : cluster [DBG] pgmap v1321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:33.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:09 smithi045 bash[25828]: cluster 2023-11-17T07:26:08.067331+0000 mgr.smithi045.tkkiao (mgr.14182) 1925 : cluster [DBG] pgmap v1322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:11 smithi045 bash[25828]: cluster 2023-11-17T07:26:10.069208+0000 mgr.smithi045.tkkiao (mgr.14182) 1926 : cluster [DBG] pgmap v1323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:12 smithi045 bash[25828]: cluster 2023-11-17T07:26:12.070715+0000 mgr.smithi045.tkkiao (mgr.14182) 1927 : cluster [DBG] pgmap v1324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:15 smithi045 bash[25828]: cluster 2023-11-17T07:26:14.072323+0000 mgr.smithi045.tkkiao (mgr.14182) 1928 : cluster [DBG] pgmap v1325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:17 smithi045 bash[25828]: cluster 2023-11-17T07:26:16.073854+0000 mgr.smithi045.tkkiao (mgr.14182) 1929 : cluster [DBG] pgmap v1326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:19 smithi045 bash[25828]: cluster 2023-11-17T07:26:18.075576+0000 mgr.smithi045.tkkiao (mgr.14182) 1930 : cluster [DBG] pgmap v1327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:21 smithi045 bash[25828]: cluster 2023-11-17T07:26:20.077556+0000 mgr.smithi045.tkkiao (mgr.14182) 1931 : cluster [DBG] pgmap v1328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:22 smithi045 bash[25828]: cluster 2023-11-17T07:26:22.079061+0000 mgr.smithi045.tkkiao (mgr.14182) 1932 : cluster [DBG] pgmap v1329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:25 smithi045 bash[25828]: cluster 2023-11-17T07:26:24.080846+0000 mgr.smithi045.tkkiao (mgr.14182) 1933 : cluster [DBG] pgmap v1330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:27 smithi045 bash[25828]: cluster 2023-11-17T07:26:26.082374+0000 mgr.smithi045.tkkiao (mgr.14182) 1934 : cluster [DBG] pgmap v1331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:29 smithi045 bash[25828]: cluster 2023-11-17T07:26:28.084117+0000 mgr.smithi045.tkkiao (mgr.14182) 1935 : cluster [DBG] pgmap v1332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:31 smithi045 bash[25828]: cluster 2023-11-17T07:26:30.085846+0000 mgr.smithi045.tkkiao (mgr.14182) 1936 : cluster [DBG] pgmap v1333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:33.614 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:32 smithi045 bash[25828]: cluster 2023-11-17T07:26:32.087403+0000 mgr.smithi045.tkkiao (mgr.14182) 1937 : cluster [DBG] pgmap v1334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:34.610 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:26:35.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:35 smithi105 bash[28427]: cluster 2023-11-17T07:26:34.089265+0000 mgr.smithi045.tkkiao (mgr.14182) 1938 : cluster [DBG] pgmap v1335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:35.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:35 smithi045 bash[25828]: cluster 2023-11-17T07:26:34.089265+0000 mgr.smithi045.tkkiao (mgr.14182) 1938 : cluster [DBG] pgmap v1335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:37.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:37 smithi045 bash[25828]: cluster 2023-11-17T07:26:36.090832+0000 mgr.smithi045.tkkiao (mgr.14182) 1939 : cluster [DBG] pgmap v1336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:37.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:37 smithi105 bash[28427]: cluster 2023-11-17T07:26:36.090832+0000 mgr.smithi045.tkkiao (mgr.14182) 1939 : cluster [DBG] pgmap v1336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:37.674 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:26:37.674 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:26:38.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:26:39.254 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:26:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:39 smithi045 bash[25828]: audit 2023-11-17T07:26:37.659505+0000 mgr.smithi045.tkkiao (mgr.14182) 1940 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:39 smithi045 bash[25828]: cluster 2023-11-17T07:26:38.092530+0000 mgr.smithi045.tkkiao (mgr.14182) 1941 : cluster [DBG] pgmap v1337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:39.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:39 smithi105 bash[28427]: audit 2023-11-17T07:26:37.659505+0000 mgr.smithi045.tkkiao (mgr.14182) 1940 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:39.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:39 smithi105 bash[28427]: cluster 2023-11-17T07:26:38.092530+0000 mgr.smithi045.tkkiao (mgr.14182) 1941 : cluster [DBG] pgmap v1337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:41.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:41 smithi045 bash[25828]: cluster 2023-11-17T07:26:40.094481+0000 mgr.smithi045.tkkiao (mgr.14182) 1942 : cluster [DBG] pgmap v1338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:41.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:41 smithi105 bash[28427]: cluster 2023-11-17T07:26:40.094481+0000 mgr.smithi045.tkkiao (mgr.14182) 1942 : cluster [DBG] pgmap v1338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:42.229 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:26:42.230 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:26:42.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:42 smithi045 bash[25828]: cluster 2023-11-17T07:26:42.095960+0000 mgr.smithi045.tkkiao (mgr.14182) 1943 : cluster [DBG] pgmap v1339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:42.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:42 smithi045 bash[25828]: audit 2023-11-17T07:26:42.222591+0000 mgr.smithi045.tkkiao (mgr.14182) 1944 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:42.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:26:42.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:42 smithi105 bash[28427]: cluster 2023-11-17T07:26:42.095960+0000 mgr.smithi045.tkkiao (mgr.14182) 1943 : cluster [DBG] pgmap v1339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:42.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:42 smithi105 bash[28427]: audit 2023-11-17T07:26:42.222591+0000 mgr.smithi045.tkkiao (mgr.14182) 1944 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:43.780 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:26:45.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:45 smithi045 bash[25828]: cluster 2023-11-17T07:26:44.097752+0000 mgr.smithi045.tkkiao (mgr.14182) 1945 : cluster [DBG] pgmap v1340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:45.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:45 smithi105 bash[28427]: cluster 2023-11-17T07:26:44.097752+0000 mgr.smithi045.tkkiao (mgr.14182) 1945 : cluster [DBG] pgmap v1340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:46.724 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:26:46.724 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:26:47.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:26:47.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:47 smithi045 bash[25828]: cluster 2023-11-17T07:26:46.099219+0000 mgr.smithi045.tkkiao (mgr.14182) 1946 : cluster [DBG] pgmap v1341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:47.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:47 smithi105 bash[28427]: cluster 2023-11-17T07:26:46.099219+0000 mgr.smithi045.tkkiao (mgr.14182) 1946 : cluster [DBG] pgmap v1341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:26:48.297 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:26:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:48 smithi045 bash[25828]: audit 2023-11-17T07:26:46.711837+0000 mgr.smithi045.tkkiao (mgr.14182) 1947 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:48.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:48 smithi045 bash[25828]: audit 2023-11-17T07:26:48.053993+0000 mon.smithi045 (mon.0) 1149 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:26:48.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:48 smithi105 bash[28427]: audit 2023-11-17T07:26:46.711837+0000 mgr.smithi045.tkkiao (mgr.14182) 1947 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:48.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:48 smithi105 bash[28427]: audit 2023-11-17T07:26:48.053993+0000 mon.smithi045 (mon.0) 1149 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:26:49.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:49 smithi045 bash[25828]: cluster 2023-11-17T07:26:48.100731+0000 mgr.smithi045.tkkiao (mgr.14182) 1948 : cluster [DBG] pgmap v1342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:49.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:49 smithi045 bash[25828]: audit 2023-11-17T07:26:48.368773+0000 mon.smithi045 (mon.0) 1150 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:26:49.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:49 smithi045 bash[25828]: audit 2023-11-17T07:26:48.665748+0000 mon.smithi045 (mon.0) 1151 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:26:49.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:49 smithi045 bash[25828]: audit 2023-11-17T07:26:48.667669+0000 mon.smithi045 (mon.0) 1152 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:26:49.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:49 smithi045 bash[25828]: audit 2023-11-17T07:26:48.677365+0000 mon.smithi045 (mon.0) 1153 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:26:49.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:49 smithi045 bash[25828]: audit 2023-11-17T07:26:48.684561+0000 mon.smithi045 (mon.0) 1154 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:26:49.511 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:49 smithi045 bash[25828]: audit 2023-11-17T07:26:48.699664+0000 mon.smithi045 (mon.0) 1155 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:26:49.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:49 smithi105 bash[28427]: cluster 2023-11-17T07:26:48.100731+0000 mgr.smithi045.tkkiao (mgr.14182) 1948 : cluster [DBG] pgmap v1342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:26:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:49 smithi105 bash[28427]: audit 2023-11-17T07:26:48.368773+0000 mon.smithi045 (mon.0) 1150 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:26:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:49 smithi105 bash[28427]: audit 2023-11-17T07:26:48.665748+0000 mon.smithi045 (mon.0) 1151 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:26:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:49 smithi105 bash[28427]: audit 2023-11-17T07:26:48.667669+0000 mon.smithi045 (mon.0) 1152 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:26:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:49 smithi105 bash[28427]: audit 2023-11-17T07:26:48.677365+0000 mon.smithi045 (mon.0) 1153 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:26:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:49 smithi105 bash[28427]: audit 2023-11-17T07:26:48.684561+0000 mon.smithi045 (mon.0) 1154 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:26:49.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:49 smithi105 bash[28427]: audit 2023-11-17T07:26:48.699664+0000 mon.smithi045 (mon.0) 1155 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:26:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:50 smithi045 bash[25828]: cluster 2023-11-17T07:26:48.679047+0000 mgr.smithi045.tkkiao (mgr.14182) 1949 : cluster [DBG] pgmap v1343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:26:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:50 smithi045 bash[25828]: cephadm 2023-11-17T07:26:48.702865+0000 mgr.smithi045.tkkiao (mgr.14182) 1950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.bublxo on smithi105 2023-11-17T07:26:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:50 smithi045 bash[25828]: cluster 2023-11-17T07:26:49.672717+0000 mon.smithi045 (mon.0) 1156 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:26:50.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:50 smithi045 bash[25828]: cluster 2023-11-17T07:26:49.672784+0000 mon.smithi045 (mon.0) 1157 : cluster [INF] Cluster is now healthy 2023-11-17T07:26:50.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:50 smithi105 bash[28427]: cluster 2023-11-17T07:26:48.679047+0000 mgr.smithi045.tkkiao (mgr.14182) 1949 : cluster [DBG] pgmap v1343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:26:50.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:50 smithi105 bash[28427]: cephadm 2023-11-17T07:26:48.702865+0000 mgr.smithi045.tkkiao (mgr.14182) 1950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.bublxo on smithi105 2023-11-17T07:26:50.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:50 smithi105 bash[28427]: cluster 2023-11-17T07:26:49.672717+0000 mon.smithi045 (mon.0) 1156 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:26:50.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:50 smithi105 bash[28427]: cluster 2023-11-17T07:26:49.672784+0000 mon.smithi045 (mon.0) 1157 : cluster [INF] Cluster is now healthy 2023-11-17T07:26:51.475 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:26:51.475 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:24:33.545952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.hwrixw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:26:52.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:26:52.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:52 smithi045 bash[25828]: cluster 2023-11-17T07:26:50.680292+0000 mgr.smithi045.tkkiao (mgr.14182) 1951 : cluster [DBG] pgmap v1344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:26:52.402 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:52 smithi105 bash[28427]: cluster 2023-11-17T07:26:50.680292+0000 mgr.smithi045.tkkiao (mgr.14182) 1951 : cluster [DBG] pgmap v1344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:26:53.008 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:26:53.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:53 smithi045 bash[25828]: audit 2023-11-17T07:26:51.461100+0000 mgr.smithi045.tkkiao (mgr.14182) 1952 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:53.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:53 smithi045 bash[25828]: audit 2023-11-17T07:26:52.507673+0000 mon.smithi045 (mon.0) 1158 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.bublxo"}]: dispatch 2023-11-17T07:26:53.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:53 smithi105 bash[28427]: audit 2023-11-17T07:26:51.461100+0000 mgr.smithi045.tkkiao (mgr.14182) 1952 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:53.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:53 smithi105 bash[28427]: audit 2023-11-17T07:26:52.507673+0000 mon.smithi045 (mon.0) 1158 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.bublxo"}]: dispatch 2023-11-17T07:26:54.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: cephadm 2023-11-17T07:26:52.506371+0000 mgr.smithi045.tkkiao (mgr.14182) 1953 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.bublxo ... 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:54.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:54.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:26:54.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:26:54.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:26:54.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:26:54.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:26:54.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:54.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:54.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.bublxo ... 2023-11-17T07:26:54.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:54.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:54.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:54.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: cephadm 2023-11-17T07:26:52.506926+0000 mgr.smithi045.tkkiao (mgr.14182) 1954 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: cephadm 2023-11-17T07:26:52.509694+0000 mgr.smithi045.tkkiao (mgr.14182) 1955 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:54.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:54.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.bublxo ... 2023-11-17T07:26:54.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:54.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:54.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:54.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: cephadm 2023-11-17T07:26:52.514347+0000 mgr.smithi045.tkkiao (mgr.14182) 1956 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.brjtdw on smithi045 2023-11-17T07:26:54.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:54 smithi045 bash[25828]: cluster 2023-11-17T07:26:52.681537+0000 mgr.smithi045.tkkiao (mgr.14182) 1957 : cluster [DBG] pgmap v1345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:26:54.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: cephadm 2023-11-17T07:26:52.506371+0000 mgr.smithi045.tkkiao (mgr.14182) 1953 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:54.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:54.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.bublxo ... 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:26:54.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:26:54.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:26:54.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:26:54.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:54.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:54.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.bublxo ... 2023-11-17T07:26:54.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:54.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:54.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:54.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: cephadm 2023-11-17T07:26:52.506926+0000 mgr.smithi045.tkkiao (mgr.14182) 1954 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: cephadm 2023-11-17T07:26:52.509694+0000 mgr.smithi045.tkkiao (mgr.14182) 1955 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:54.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo 2023-11-17T07:26:54.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.bublxo ... 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: cephadm 2023-11-17T07:26:52.514347+0000 mgr.smithi045.tkkiao (mgr.14182) 1956 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.brjtdw on smithi045 2023-11-17T07:26:54.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:54 smithi105 bash[28427]: cluster 2023-11-17T07:26:52.681537+0000 mgr.smithi045.tkkiao (mgr.14182) 1957 : cluster [DBG] pgmap v1345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-17T07:26:56.118 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:26:56.118 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:43.577409Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qqiabu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-qqiabu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.qqiabu\nDeploy daemon haproxy.nfs.foo.smithi105.qqiabu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.046049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.vsntbq on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-vsntbq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.vsntbq\nDeploy daemon haproxy.nfs.foo.smithi045.vsntbq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:25:48.048165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.sufwaf on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:26:56.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:56 smithi045 bash[25828]: cluster 2023-11-17T07:26:54.683258+0000 mgr.smithi045.tkkiao (mgr.14182) 1958 : cluster [DBG] pgmap v1346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-17T07:26:56.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:56 smithi105 bash[28427]: cluster 2023-11-17T07:26:54.683258+0000 mgr.smithi045.tkkiao (mgr.14182) 1958 : cluster [DBG] pgmap v1346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-17T07:26:56.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:26:57.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: audit 2023-11-17T07:26:56.103384+0000 mgr.smithi045.tkkiao (mgr.14182) 1959 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: cephadm 2023-11-17T07:26:56.348432+0000 mgr.smithi045.tkkiao (mgr.14182) 1960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.brjtdw ... 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:57.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.brjtdw ... 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: cephadm 2023-11-17T07:26:56.348807+0000 mgr.smithi045.tkkiao (mgr.14182) 1961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: audit 2023-11-17T07:26:56.349399+0000 mon.smithi045 (mon.0) 1159 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.brjtdw"}]: dispatch 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: cephadm 2023-11-17T07:26:56.350798+0000 mgr.smithi045.tkkiao (mgr.14182) 1962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:26:57.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.brjtdw ... 2023-11-17T07:26:57.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:57.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:57.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:57.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: cephadm 2023-11-17T07:26:56.354387+0000 mgr.smithi045.tkkiao (mgr.14182) 1963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:26:57.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: cephadm 2023-11-17T07:26:56.357169+0000 mgr.smithi045.tkkiao (mgr.14182) 1964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:26:57.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:57 smithi045 bash[25828]: cluster 2023-11-17T07:26:56.358076+0000 mgr.smithi045.tkkiao (mgr.14182) 1965 : cluster [DBG] pgmap v1347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: audit 2023-11-17T07:26:56.103384+0000 mgr.smithi045.tkkiao (mgr.14182) 1959 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: cephadm 2023-11-17T07:26:56.348432+0000 mgr.smithi045.tkkiao (mgr.14182) 1960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.brjtdw ... 2023-11-17T07:26:57.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:57.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:57.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.brjtdw ... 2023-11-17T07:26:57.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:57.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:57.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: cephadm 2023-11-17T07:26:56.348807+0000 mgr.smithi045.tkkiao (mgr.14182) 1961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: audit 2023-11-17T07:26:56.349399+0000 mon.smithi045 (mon.0) 1159 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.brjtdw"}]: dispatch 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: cephadm 2023-11-17T07:26:56.350798+0000 mgr.smithi045.tkkiao (mgr.14182) 1962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.brjtdw ... 2023-11-17T07:26:57.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:26:57.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:26:57.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:26:57.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:26:57.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: cephadm 2023-11-17T07:26:56.354387+0000 mgr.smithi045.tkkiao (mgr.14182) 1963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:26:57.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: cephadm 2023-11-17T07:26:56.357169+0000 mgr.smithi045.tkkiao (mgr.14182) 1964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:26:57.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:57 smithi105 bash[28427]: cluster 2023-11-17T07:26:56.358076+0000 mgr.smithi045.tkkiao (mgr.14182) 1965 : cluster [DBG] pgmap v1347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:26:57.821 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:26:58.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:26:58 smithi045 bash[25828]: cluster 2023-11-17T07:26:57.205182+0000 mon.smithi045 (mon.0) 1160 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:26:58.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:26:58 smithi105 bash[28427]: cluster 2023-11-17T07:26:57.205182+0000 mon.smithi045 (mon.0) 1160 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:27:00.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:00 smithi105 bash[28427]: cluster 2023-11-17T07:26:58.359948+0000 mgr.smithi045.tkkiao (mgr.14182) 1966 : cluster [DBG] pgmap v1348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:27:00.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:00 smithi105 bash[28427]: audit 2023-11-17T07:26:59.326594+0000 mon.smithi045 (mon.0) 1161 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:27:00.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:00 smithi045 bash[25828]: cluster 2023-11-17T07:26:58.359948+0000 mgr.smithi045.tkkiao (mgr.14182) 1966 : cluster [DBG] pgmap v1348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:27:00.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:00 smithi045 bash[25828]: audit 2023-11-17T07:26:59.326594+0000 mon.smithi045 (mon.0) 1161 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:27:00.882 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:00.882 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:01.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:02.442 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:02.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:02 smithi105 bash[28427]: cluster 2023-11-17T07:27:00.361109+0000 mgr.smithi045.tkkiao (mgr.14182) 1967 : cluster [DBG] pgmap v1349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:27:02.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:02 smithi105 bash[28427]: audit 2023-11-17T07:27:00.867751+0000 mgr.smithi045.tkkiao (mgr.14182) 1968 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:02 smithi045 bash[25828]: cluster 2023-11-17T07:27:00.361109+0000 mgr.smithi045.tkkiao (mgr.14182) 1967 : cluster [DBG] pgmap v1349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:27:02.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:02 smithi045 bash[25828]: audit 2023-11-17T07:27:00.867751+0000 mgr.smithi045.tkkiao (mgr.14182) 1968 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:04.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:04 smithi105 bash[28427]: cluster 2023-11-17T07:27:02.362586+0000 mgr.smithi045.tkkiao (mgr.14182) 1969 : cluster [DBG] pgmap v1350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:27:04.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:04 smithi045 bash[25828]: cluster 2023-11-17T07:27:02.362586+0000 mgr.smithi045.tkkiao (mgr.14182) 1969 : cluster [DBG] pgmap v1350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:27:05.524 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:05.524 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:06.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:06.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:06 smithi105 bash[28427]: cluster 2023-11-17T07:27:04.364715+0000 mgr.smithi045.tkkiao (mgr.14182) 1970 : cluster [DBG] pgmap v1351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-17T07:27:06.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:06 smithi045 bash[25828]: cluster 2023-11-17T07:27:04.364715+0000 mgr.smithi045.tkkiao (mgr.14182) 1970 : cluster [DBG] pgmap v1351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-17T07:27:07.089 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:07.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:07 smithi105 bash[28427]: audit 2023-11-17T07:27:05.515863+0000 mgr.smithi045.tkkiao (mgr.14182) 1971 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:07.865 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:07 smithi045 bash[25828]: audit 2023-11-17T07:27:05.515863+0000 mgr.smithi045.tkkiao (mgr.14182) 1971 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:08.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:08 smithi045 bash[25828]: cluster 2023-11-17T07:27:06.366374+0000 mgr.smithi045.tkkiao (mgr.14182) 1972 : cluster [DBG] pgmap v1352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:27:08.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:08 smithi105 bash[28427]: cluster 2023-11-17T07:27:06.366374+0000 mgr.smithi045.tkkiao (mgr.14182) 1972 : cluster [DBG] pgmap v1352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:27:10.159 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:10.159 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:10.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:10 smithi045 bash[25828]: cluster 2023-11-17T07:27:08.367505+0000 mgr.smithi045.tkkiao (mgr.14182) 1973 : cluster [DBG] pgmap v1353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:10 smithi105 bash[28427]: cluster 2023-11-17T07:27:08.367505+0000 mgr.smithi045.tkkiao (mgr.14182) 1973 : cluster [DBG] pgmap v1353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:10.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:11.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:11 smithi105 bash[28427]: audit 2023-11-17T07:27:10.144722+0000 mgr.smithi045.tkkiao (mgr.14182) 1974 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:11.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:11 smithi105 bash[28427]: cluster 2023-11-17T07:27:10.368954+0000 mgr.smithi045.tkkiao (mgr.14182) 1975 : cluster [DBG] pgmap v1354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:11.697 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:11.710 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:11 smithi045 bash[25828]: audit 2023-11-17T07:27:10.144722+0000 mgr.smithi045.tkkiao (mgr.14182) 1974 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:11.710 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:11 smithi045 bash[25828]: cluster 2023-11-17T07:27:10.368954+0000 mgr.smithi045.tkkiao (mgr.14182) 1975 : cluster [DBG] pgmap v1354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:13.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:13 smithi045 bash[25828]: cluster 2023-11-17T07:27:12.370445+0000 mgr.smithi045.tkkiao (mgr.14182) 1976 : cluster [DBG] pgmap v1355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:13.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:13 smithi105 bash[28427]: cluster 2023-11-17T07:27:12.370445+0000 mgr.smithi045.tkkiao (mgr.14182) 1976 : cluster [DBG] pgmap v1355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:14.902 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:14.902 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:15.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:15.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:15 smithi105 bash[28427]: cluster 2023-11-17T07:27:14.372445+0000 mgr.smithi045.tkkiao (mgr.14182) 1977 : cluster [DBG] pgmap v1356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:27:15.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:15 smithi105 bash[28427]: audit 2023-11-17T07:27:14.889282+0000 mgr.smithi045.tkkiao (mgr.14182) 1978 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:15.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:15 smithi045 bash[25828]: cluster 2023-11-17T07:27:14.372445+0000 mgr.smithi045.tkkiao (mgr.14182) 1977 : cluster [DBG] pgmap v1356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:27:15.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:15 smithi045 bash[25828]: audit 2023-11-17T07:27:14.889282+0000 mgr.smithi045.tkkiao (mgr.14182) 1978 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:16.456 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:17.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:17 smithi045 bash[25828]: cluster 2023-11-17T07:27:16.373900+0000 mgr.smithi045.tkkiao (mgr.14182) 1979 : cluster [DBG] pgmap v1357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:17.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:17 smithi105 bash[28427]: cluster 2023-11-17T07:27:16.373900+0000 mgr.smithi045.tkkiao (mgr.14182) 1979 : cluster [DBG] pgmap v1357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:19.474 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:19.475 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:19.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:19 smithi045 bash[25828]: cluster 2023-11-17T07:27:18.375891+0000 mgr.smithi045.tkkiao (mgr.14182) 1980 : cluster [DBG] pgmap v1358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:19.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:19 smithi105 bash[28427]: cluster 2023-11-17T07:27:18.375891+0000 mgr.smithi045.tkkiao (mgr.14182) 1980 : cluster [DBG] pgmap v1358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:20.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:20.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:20 smithi045 bash[25828]: audit 2023-11-17T07:27:19.459788+0000 mgr.smithi045.tkkiao (mgr.14182) 1981 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:20.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:20 smithi105 bash[28427]: audit 2023-11-17T07:27:19.459788+0000 mgr.smithi045.tkkiao (mgr.14182) 1981 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:21.042 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:21.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:21 smithi045 bash[25828]: cluster 2023-11-17T07:27:20.377395+0000 mgr.smithi045.tkkiao (mgr.14182) 1982 : cluster [DBG] pgmap v1359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:21.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:21 smithi105 bash[28427]: cluster 2023-11-17T07:27:20.377395+0000 mgr.smithi045.tkkiao (mgr.14182) 1982 : cluster [DBG] pgmap v1359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:23.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:23 smithi045 bash[25828]: cluster 2023-11-17T07:27:22.378814+0000 mgr.smithi045.tkkiao (mgr.14182) 1983 : cluster [DBG] pgmap v1360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:23.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:23 smithi105 bash[28427]: cluster 2023-11-17T07:27:22.378814+0000 mgr.smithi045.tkkiao (mgr.14182) 1983 : cluster [DBG] pgmap v1360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:24.112 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:24.113 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:24.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:24.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:24 smithi045 bash[25828]: audit 2023-11-17T07:27:24.105719+0000 mgr.smithi045.tkkiao (mgr.14182) 1984 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:24.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:24 smithi105 bash[28427]: audit 2023-11-17T07:27:24.105719+0000 mgr.smithi045.tkkiao (mgr.14182) 1984 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:25.707 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:25.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:25 smithi105 bash[28427]: cluster 2023-11-17T07:27:24.380760+0000 mgr.smithi045.tkkiao (mgr.14182) 1985 : cluster [DBG] pgmap v1361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:27:25.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:25 smithi045 bash[25828]: cluster 2023-11-17T07:27:24.380760+0000 mgr.smithi045.tkkiao (mgr.14182) 1985 : cluster [DBG] pgmap v1361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:27:27.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:27 smithi045 bash[25828]: cluster 2023-11-17T07:27:26.382304+0000 mgr.smithi045.tkkiao (mgr.14182) 1986 : cluster [DBG] pgmap v1362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:27.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:27 smithi105 bash[28427]: cluster 2023-11-17T07:27:26.382304+0000 mgr.smithi045.tkkiao (mgr.14182) 1986 : cluster [DBG] pgmap v1362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:29.069 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:29.069 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:29.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:29.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:29 smithi045 bash[25828]: cluster 2023-11-17T07:27:28.383822+0000 mgr.smithi045.tkkiao (mgr.14182) 1987 : cluster [DBG] pgmap v1363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:29.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:29 smithi045 bash[25828]: audit 2023-11-17T07:27:29.057370+0000 mgr.smithi045.tkkiao (mgr.14182) 1988 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:29.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:29 smithi105 bash[28427]: cluster 2023-11-17T07:27:28.383822+0000 mgr.smithi045.tkkiao (mgr.14182) 1987 : cluster [DBG] pgmap v1363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:29.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:29 smithi105 bash[28427]: audit 2023-11-17T07:27:29.057370+0000 mgr.smithi045.tkkiao (mgr.14182) 1988 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:30.642 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:31.778 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:31 smithi045 bash[25828]: cluster 2023-11-17T07:27:30.385319+0000 mgr.smithi045.tkkiao (mgr.14182) 1989 : cluster [DBG] pgmap v1364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:31.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:31 smithi105 bash[28427]: cluster 2023-11-17T07:27:30.385319+0000 mgr.smithi045.tkkiao (mgr.14182) 1989 : cluster [DBG] pgmap v1364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:33.639 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:33.639 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:33.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:33 smithi045 bash[25828]: cluster 2023-11-17T07:27:32.386870+0000 mgr.smithi045.tkkiao (mgr.14182) 1990 : cluster [DBG] pgmap v1365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:33.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:33 smithi105 bash[28427]: cluster 2023-11-17T07:27:32.386870+0000 mgr.smithi045.tkkiao (mgr.14182) 1990 : cluster [DBG] pgmap v1365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:34.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:34.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:34 smithi045 bash[25828]: audit 2023-11-17T07:27:33.627606+0000 mgr.smithi045.tkkiao (mgr.14182) 1991 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:34.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:34 smithi105 bash[28427]: audit 2023-11-17T07:27:33.627606+0000 mgr.smithi045.tkkiao (mgr.14182) 1991 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:35.236 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:35.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:35 smithi105 bash[28427]: cluster 2023-11-17T07:27:34.388666+0000 mgr.smithi045.tkkiao (mgr.14182) 1992 : cluster [DBG] pgmap v1366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:27:35.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:35 smithi045 bash[25828]: cluster 2023-11-17T07:27:34.388666+0000 mgr.smithi045.tkkiao (mgr.14182) 1992 : cluster [DBG] pgmap v1366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:27:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:37 smithi045 bash[25828]: cluster 2023-11-17T07:27:36.390431+0000 mgr.smithi045.tkkiao (mgr.14182) 1993 : cluster [DBG] pgmap v1367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-17T07:27:37.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:37 smithi105 bash[28427]: cluster 2023-11-17T07:27:36.390431+0000 mgr.smithi045.tkkiao (mgr.14182) 1993 : cluster [DBG] pgmap v1367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-17T07:27:38.507 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:38.507 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:39.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:39.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:39 smithi045 bash[25828]: cluster 2023-11-17T07:27:38.391664+0000 mgr.smithi045.tkkiao (mgr.14182) 1994 : cluster [DBG] pgmap v1368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-17T07:27:39.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:39 smithi045 bash[25828]: audit 2023-11-17T07:27:38.492044+0000 mgr.smithi045.tkkiao (mgr.14182) 1995 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:39.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:39 smithi105 bash[28427]: cluster 2023-11-17T07:27:38.391664+0000 mgr.smithi045.tkkiao (mgr.14182) 1994 : cluster [DBG] pgmap v1368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-17T07:27:39.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:39 smithi105 bash[28427]: audit 2023-11-17T07:27:38.492044+0000 mgr.smithi045.tkkiao (mgr.14182) 1995 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:40.060 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:41.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:41 smithi045 bash[25828]: cluster 2023-11-17T07:27:40.393148+0000 mgr.smithi045.tkkiao (mgr.14182) 1996 : cluster [DBG] pgmap v1369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-17T07:27:41.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:41 smithi105 bash[28427]: cluster 2023-11-17T07:27:40.393148+0000 mgr.smithi045.tkkiao (mgr.14182) 1996 : cluster [DBG] pgmap v1369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-17T07:27:43.174 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:43.175 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:43.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:43.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:43 smithi045 bash[25828]: cluster 2023-11-17T07:27:42.394653+0000 mgr.smithi045.tkkiao (mgr.14182) 1997 : cluster [DBG] pgmap v1370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-17T07:27:43.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:43 smithi045 bash[25828]: audit 2023-11-17T07:27:43.159646+0000 mgr.smithi045.tkkiao (mgr.14182) 1998 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:43.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:43 smithi105 bash[28427]: cluster 2023-11-17T07:27:42.394653+0000 mgr.smithi045.tkkiao (mgr.14182) 1997 : cluster [DBG] pgmap v1370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-17T07:27:43.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:43 smithi105 bash[28427]: audit 2023-11-17T07:27:43.159646+0000 mgr.smithi045.tkkiao (mgr.14182) 1998 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:44.762 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:45.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:45 smithi045 bash[25828]: cluster 2023-11-17T07:27:44.396571+0000 mgr.smithi045.tkkiao (mgr.14182) 1999 : cluster [DBG] pgmap v1371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-17T07:27:45.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:45 smithi105 bash[28427]: cluster 2023-11-17T07:27:44.396571+0000 mgr.smithi045.tkkiao (mgr.14182) 1999 : cluster [DBG] pgmap v1371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-17T07:27:47.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:47 smithi045 bash[25828]: cluster 2023-11-17T07:27:46.398025+0000 mgr.smithi045.tkkiao (mgr.14182) 2000 : cluster [DBG] pgmap v1372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-17T07:27:47.760 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:47.760 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:47.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:47 smithi105 bash[28427]: cluster 2023-11-17T07:27:46.398025+0000 mgr.smithi045.tkkiao (mgr.14182) 2000 : cluster [DBG] pgmap v1372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-17T07:27:48.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:48.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:48 smithi045 bash[25828]: audit 2023-11-17T07:27:47.751452+0000 mgr.smithi045.tkkiao (mgr.14182) 2001 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:48.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:48 smithi105 bash[28427]: audit 2023-11-17T07:27:47.751452+0000 mgr.smithi045.tkkiao (mgr.14182) 2001 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:49.304 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:49.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:49 smithi045 bash[25828]: cluster 2023-11-17T07:27:48.399949+0000 mgr.smithi045.tkkiao (mgr.14182) 2002 : cluster [DBG] pgmap v1373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-17T07:27:49.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:49 smithi105 bash[28427]: cluster 2023-11-17T07:27:48.399949+0000 mgr.smithi045.tkkiao (mgr.14182) 2002 : cluster [DBG] pgmap v1373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-17T07:27:51.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:51 smithi045 bash[25828]: cluster 2023-11-17T07:27:50.401523+0000 mgr.smithi045.tkkiao (mgr.14182) 2003 : cluster [DBG] pgmap v1374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-17T07:27:51.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:51 smithi105 bash[28427]: cluster 2023-11-17T07:27:50.401523+0000 mgr.smithi045.tkkiao (mgr.14182) 2003 : cluster [DBG] pgmap v1374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-17T07:27:52.393 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:52.393 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:52.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:53.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:53 smithi105 bash[28427]: audit 2023-11-17T07:27:52.377959+0000 mgr.smithi045.tkkiao (mgr.14182) 2004 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:53.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:53 smithi105 bash[28427]: cluster 2023-11-17T07:27:52.402999+0000 mgr.smithi045.tkkiao (mgr.14182) 2005 : cluster [DBG] pgmap v1375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:53.964 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:53.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:53 smithi045 bash[25828]: audit 2023-11-17T07:27:52.377959+0000 mgr.smithi045.tkkiao (mgr.14182) 2004 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:53.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:53 smithi045 bash[25828]: cluster 2023-11-17T07:27:52.402999+0000 mgr.smithi045.tkkiao (mgr.14182) 2005 : cluster [DBG] pgmap v1375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:55.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:55 smithi045 bash[25828]: cluster 2023-11-17T07:27:54.405100+0000 mgr.smithi045.tkkiao (mgr.14182) 2006 : cluster [DBG] pgmap v1376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:27:55.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:55 smithi105 bash[28427]: cluster 2023-11-17T07:27:54.405100+0000 mgr.smithi045.tkkiao (mgr.14182) 2006 : cluster [DBG] pgmap v1376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:27:56.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:56 smithi105 bash[28427]: audit 2023-11-17T07:27:56.360895+0000 mon.smithi045 (mon.0) 1162 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:27:57.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:56 smithi045 bash[25828]: audit 2023-11-17T07:27:56.360895+0000 mon.smithi045 (mon.0) 1162 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:27:57.149 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:27:57.149 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:25:48.049915Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.arirrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:27:57.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:27:57.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: cluster 2023-11-17T07:27:56.406248+0000 mgr.smithi045.tkkiao (mgr.14182) 2007 : cluster [DBG] pgmap v1377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: audit 2023-11-17T07:27:56.681504+0000 mon.smithi045 (mon.0) 1163 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:27:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: audit 2023-11-17T07:27:56.683047+0000 mon.smithi045 (mon.0) 1164 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:27:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: audit 2023-11-17T07:27:56.690903+0000 mon.smithi045 (mon.0) 1165 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:27:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: cluster 2023-11-17T07:27:56.692080+0000 mgr.smithi045.tkkiao (mgr.14182) 2008 : cluster [DBG] pgmap v1378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:27:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: audit 2023-11-17T07:27:56.696477+0000 mon.smithi045 (mon.0) 1166 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:27:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: audit 2023-11-17T07:27:56.713226+0000 mon.smithi045 (mon.0) 1167 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:27:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: cephadm 2023-11-17T07:27:56.717293+0000 mgr.smithi045.tkkiao (mgr.14182) 2009 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.lqjyor on smithi105 2023-11-17T07:27:57.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:57 smithi105 bash[28427]: audit 2023-11-17T07:27:57.138619+0000 mgr.smithi045.tkkiao (mgr.14182) 2010 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: cluster 2023-11-17T07:27:56.406248+0000 mgr.smithi045.tkkiao (mgr.14182) 2007 : cluster [DBG] pgmap v1377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:27:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: audit 2023-11-17T07:27:56.681504+0000 mon.smithi045 (mon.0) 1163 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:27:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: audit 2023-11-17T07:27:56.683047+0000 mon.smithi045 (mon.0) 1164 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:27:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: audit 2023-11-17T07:27:56.690903+0000 mon.smithi045 (mon.0) 1165 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:27:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: cluster 2023-11-17T07:27:56.692080+0000 mgr.smithi045.tkkiao (mgr.14182) 2008 : cluster [DBG] pgmap v1378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:27:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: audit 2023-11-17T07:27:56.696477+0000 mon.smithi045 (mon.0) 1166 : audit [DBG] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:27:58.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: audit 2023-11-17T07:27:56.713226+0000 mon.smithi045 (mon.0) 1167 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:27:58.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: cephadm 2023-11-17T07:27:56.717293+0000 mgr.smithi045.tkkiao (mgr.14182) 2009 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.lqjyor on smithi105 2023-11-17T07:27:58.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:57 smithi045 bash[25828]: audit 2023-11-17T07:27:57.138619+0000 mgr.smithi045.tkkiao (mgr.14182) 2010 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:27:58.729 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:27:58.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:58 smithi105 bash[28427]: cluster 2023-11-17T07:27:57.688868+0000 mon.smithi045 (mon.0) 1168 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:27:58.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:58 smithi105 bash[28427]: cluster 2023-11-17T07:27:57.688960+0000 mon.smithi045 (mon.0) 1169 : cluster [INF] Cluster is now healthy 2023-11-17T07:27:59.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:58 smithi045 bash[25828]: cluster 2023-11-17T07:27:57.688868+0000 mon.smithi045 (mon.0) 1168 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:27:59.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:58 smithi045 bash[25828]: cluster 2023-11-17T07:27:57.688960+0000 mon.smithi045 (mon.0) 1169 : cluster [INF] Cluster is now healthy 2023-11-17T07:27:59.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:27:59 smithi105 bash[28427]: cluster 2023-11-17T07:27:58.693640+0000 mgr.smithi045.tkkiao (mgr.14182) 2011 : cluster [DBG] pgmap v1379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:27:59.980 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:27:59 smithi045 bash[25828]: cluster 2023-11-17T07:27:58.693640+0000 mgr.smithi045.tkkiao (mgr.14182) 2011 : cluster [DBG] pgmap v1379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:01.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:00 smithi045 bash[25828]: audit 2023-11-17T07:27:59.730564+0000 mon.smithi045 (mon.0) 1170 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:28:01.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:00 smithi105 bash[28427]: audit 2023-11-17T07:27:59.730564+0000 mon.smithi045 (mon.0) 1170 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:28:01.777 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:01.777 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:52.509369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bublxo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-bublxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.bublxo\nDeploy daemon haproxy.nfs.foo.smithi105.bublxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.350604Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.brjtdw on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-brjtdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.brjtdw\nDeploy daemon haproxy.nfs.foo.smithi045.brjtdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:26:56.354207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.kcnkss on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -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.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: cluster 2023-11-17T07:28:00.694857+0000 mgr.smithi045.tkkiao (mgr.14182) 2012 : cluster [DBG] pgmap v1380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: cephadm 2023-11-17T07:28:00.793855+0000 mgr.smithi045.tkkiao (mgr.14182) 2013 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.lqjyor ... 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: 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. 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:02.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.lqjyor ... 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: 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. 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: cephadm 2023-11-17T07:28:00.794277+0000 mgr.smithi045.tkkiao (mgr.14182) 2014 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: audit 2023-11-17T07:28:00.794895+0000 mon.smithi045 (mon.0) 1171 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.lqjyor"}]: dispatch 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: cephadm 2023-11-17T07:28:00.796489+0000 mgr.smithi045.tkkiao (mgr.14182) 2015 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi105.lqjyor ... 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:28:02.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: 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. 2023-11-17T07:28:02.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:02.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:01 smithi045 bash[25828]: cephadm 2023-11-17T07:28:00.801678+0000 mgr.smithi045.tkkiao (mgr.14182) 2016 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.gjforf on smithi045 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: cluster 2023-11-17T07:28:00.694857+0000 mgr.smithi045.tkkiao (mgr.14182) 2012 : cluster [DBG] pgmap v1380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: cephadm 2023-11-17T07:28:00.793855+0000 mgr.smithi045.tkkiao (mgr.14182) 2013 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.lqjyor ... 2023-11-17T07:28:02.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: 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. 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:28:02.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.lqjyor ... 2023-11-17T07:28:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: 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. 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: cephadm 2023-11-17T07:28:00.794277+0000 mgr.smithi045.tkkiao (mgr.14182) 2014 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: audit 2023-11-17T07:28:00.794895+0000 mon.smithi045 (mon.0) 1171 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.lqjyor"}]: dispatch 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: cephadm 2023-11-17T07:28:00.796489+0000 mgr.smithi045.tkkiao (mgr.14182) 2015 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:02.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor 2023-11-17T07:28:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor 2023-11-17T07:28:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi105.lqjyor ... 2023-11-17T07:28:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-17T07:28:02.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: 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. 2023-11-17T07:28:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:02.158 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:01 smithi105 bash[28427]: cephadm 2023-11-17T07:28:00.801678+0000 mgr.smithi045.tkkiao (mgr.14182) 2016 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi045.gjforf on smithi045 2023-11-17T07:28:02.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:03.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:02 smithi045 bash[25828]: audit 2023-11-17T07:28:01.768099+0000 mgr.smithi045.tkkiao (mgr.14182) 2017 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:03.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:02 smithi105 bash[28427]: audit 2023-11-17T07:28:01.768099+0000 mgr.smithi045.tkkiao (mgr.14182) 2017 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:03.389 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:28:04.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:03 smithi045 bash[25828]: cluster 2023-11-17T07:28:02.696114+0000 mgr.smithi045.tkkiao (mgr.14182) 2018 : cluster [DBG] pgmap v1381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:04.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:03 smithi105 bash[28427]: cluster 2023-11-17T07:28:02.696114+0000 mgr.smithi045.tkkiao (mgr.14182) 2018 : cluster [DBG] pgmap v1381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:04.926 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:04 smithi045 bash[25828]: audit 2023-11-17T07:28:04.673166+0000 mon.smithi045 (mon.0) 1172 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.gjforf"}]: dispatch 2023-11-17T07:28:05.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:04 smithi105 bash[28427]: audit 2023-11-17T07:28:04.673166+0000 mon.smithi045 (mon.0) 1172 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi045.gjforf"}]: dispatch 2023-11-17T07:28:06.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: cephadm 2023-11-17T07:28:04.671801+0000 mgr.smithi045.tkkiao (mgr.14182) 2019 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:06.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:06.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.gjforf ... 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Traceback (most recent call last): 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: yield (conn, connr) 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: code, '\n'.join(err))) 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.gjforf ... 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:06.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: cephadm 2023-11-17T07:28:04.672445+0000 mgr.smithi045.tkkiao (mgr.14182) 2020 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: cephadm 2023-11-17T07:28:04.674447+0000 mgr.smithi045.tkkiao (mgr.14182) 2021 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stdout 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Deploy daemon haproxy.nfs.foo.smithi045.gjforf ... 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:28:06.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:06.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: cephadm 2023-11-17T07:28:04.678509+0000 mgr.smithi045.tkkiao (mgr.14182) 2022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:28:06.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: cephadm 2023-11-17T07:28:04.680517+0000 mgr.smithi045.tkkiao (mgr.14182) 2023 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:28:06.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: cluster 2023-11-17T07:28:04.681918+0000 mgr.smithi045.tkkiao (mgr.14182) 2024 : cluster [DBG] pgmap v1382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:06.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:05 smithi045 bash[25828]: cluster 2023-11-17T07:28:04.754149+0000 mon.smithi045 (mon.0) 1173 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:28:06.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: cephadm 2023-11-17T07:28:04.671801+0000 mgr.smithi045.tkkiao (mgr.14182) 2019 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.gjforf ... 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:06.154 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Traceback (most recent call last): 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: yield (conn, connr) 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: code, '\n'.join(err))) 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.gjforf ... 2023-11-17T07:28:06.155 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: cephadm 2023-11-17T07:28:04.672445+0000 mgr.smithi045.tkkiao (mgr.14182) 2020 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: cephadm 2023-11-17T07:28:04.674447+0000 mgr.smithi045.tkkiao (mgr.14182) 2021 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stdout 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: /usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf 2023-11-17T07:28:06.156 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Deploy daemon haproxy.nfs.foo.smithi045.gjforf ... 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: stat: stderr See 'docker run --help'. 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: cephadm 2023-11-17T07:28:04.678509+0000 mgr.smithi045.tkkiao (mgr.14182) 2022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: cephadm 2023-11-17T07:28:04.680517+0000 mgr.smithi045.tkkiao (mgr.14182) 2023 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: cluster 2023-11-17T07:28:04.681918+0000 mgr.smithi045.tkkiao (mgr.14182) 2024 : cluster [DBG] pgmap v1382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:06.157 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:05 smithi105 bash[28427]: cluster 2023-11-17T07:28:04.754149+0000 mon.smithi045 (mon.0) 1173 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:28:06.784 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:06.784 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.674198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\nDeploy daemon haproxy.nfs.foo.smithi045.gjforf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.678208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:04.680423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:07.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:07.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:07 smithi045 bash[25828]: cluster 2023-11-17T07:28:06.683482+0000 mgr.smithi045.tkkiao (mgr.14182) 2025 : cluster [DBG] pgmap v1383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:07.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:07 smithi045 bash[25828]: audit 2023-11-17T07:28:06.775044+0000 mgr.smithi045.tkkiao (mgr.14182) 2026 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:07.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:07 smithi105 bash[28427]: cluster 2023-11-17T07:28:06.683482+0000 mgr.smithi045.tkkiao (mgr.14182) 2025 : cluster [DBG] pgmap v1383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:28:07.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:07 smithi105 bash[28427]: audit 2023-11-17T07:28:06.775044+0000 mgr.smithi045.tkkiao (mgr.14182) 2026 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:08.335 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:28:10.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:09 smithi045 bash[25828]: cluster 2023-11-17T07:28:08.685374+0000 mgr.smithi045.tkkiao (mgr.14182) 2027 : cluster [DBG] pgmap v1384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:10.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:09 smithi045 bash[25828]: audit 2023-11-17T07:28:09.387373+0000 mon.smithi045 (mon.0) 1174 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:28:10.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:09 smithi105 bash[28427]: cluster 2023-11-17T07:28:08.685374+0000 mgr.smithi045.tkkiao (mgr.14182) 2027 : cluster [DBG] pgmap v1384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:10.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:09 smithi105 bash[28427]: audit 2023-11-17T07:28:09.387373+0000 mon.smithi045 (mon.0) 1174 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:28:11.316 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:11.316 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.674198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\nDeploy daemon haproxy.nfs.foo.smithi045.gjforf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.678208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:04.680423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:11.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:11 smithi045 bash[25828]: cluster 2023-11-17T07:28:10.686876+0000 mgr.smithi045.tkkiao (mgr.14182) 2028 : cluster [DBG] pgmap v1385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:11 smithi045 bash[25828]: audit 2023-11-17T07:28:11.308688+0000 mgr.smithi045.tkkiao (mgr.14182) 2029 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:12.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:11 smithi105 bash[28427]: cluster 2023-11-17T07:28:10.686876+0000 mgr.smithi045.tkkiao (mgr.14182) 2028 : cluster [DBG] pgmap v1385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:12.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:11 smithi105 bash[28427]: audit 2023-11-17T07:28:11.308688+0000 mgr.smithi045.tkkiao (mgr.14182) 2029 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:12.913 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:28:14.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:13 smithi045 bash[25828]: cluster 2023-11-17T07:28:12.688390+0000 mgr.smithi045.tkkiao (mgr.14182) 2030 : cluster [DBG] pgmap v1386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:14.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:13 smithi105 bash[28427]: cluster 2023-11-17T07:28:12.688390+0000 mgr.smithi045.tkkiao (mgr.14182) 2030 : cluster [DBG] pgmap v1386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:15.854 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:15.855 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.674198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\nDeploy daemon haproxy.nfs.foo.smithi045.gjforf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.678208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:04.680423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:16.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:15 smithi045 bash[25828]: cluster 2023-11-17T07:28:14.690430+0000 mgr.smithi045.tkkiao (mgr.14182) 2031 : cluster [DBG] pgmap v1387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:28:16.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:15 smithi045 bash[25828]: audit 2023-11-17T07:28:14.732290+0000 mon.smithi045 (mon.0) 1175 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:28:16.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:15 smithi105 bash[28427]: cluster 2023-11-17T07:28:14.690430+0000 mgr.smithi045.tkkiao (mgr.14182) 2031 : cluster [DBG] pgmap v1387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:28:16.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:15 smithi105 bash[28427]: audit 2023-11-17T07:28:14.732290+0000 mon.smithi045 (mon.0) 1175 : audit [INF] from='mgr.14182 172.21.15.45:0/4093961135' entity='mgr.smithi045.tkkiao' 2023-11-17T07:28:16.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:17.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:16 smithi045 bash[25828]: audit 2023-11-17T07:28:15.840238+0000 mgr.smithi045.tkkiao (mgr.14182) 2032 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:17.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:16 smithi105 bash[28427]: audit 2023-11-17T07:28:15.840238+0000 mgr.smithi045.tkkiao (mgr.14182) 2032 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:17.463 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:28:18.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:17 smithi045 bash[25828]: cluster 2023-11-17T07:28:16.692037+0000 mgr.smithi045.tkkiao (mgr.14182) 2033 : cluster [DBG] pgmap v1388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:18.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:17 smithi105 bash[28427]: cluster 2023-11-17T07:28:16.692037+0000 mgr.smithi045.tkkiao (mgr.14182) 2033 : cluster [DBG] pgmap v1388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:20.033 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:19 smithi045 bash[25828]: cluster 2023-11-17T07:28:18.693966+0000 mgr.smithi045.tkkiao (mgr.14182) 2034 : cluster [DBG] pgmap v1389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:20.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:19 smithi105 bash[28427]: cluster 2023-11-17T07:28:18.693966+0000 mgr.smithi045.tkkiao (mgr.14182) 2034 : cluster [DBG] pgmap v1389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:20.479 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:20.480 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.674198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\nDeploy daemon haproxy.nfs.foo.smithi045.gjforf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.678208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:04.680423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:21.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:22.040 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:28:22.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:21 smithi045 bash[25828]: audit 2023-11-17T07:28:20.472701+0000 mgr.smithi045.tkkiao (mgr.14182) 2035 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:22.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:21 smithi045 bash[25828]: cluster 2023-11-17T07:28:20.695533+0000 mgr.smithi045.tkkiao (mgr.14182) 2036 : cluster [DBG] pgmap v1390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:22.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:21 smithi105 bash[28427]: audit 2023-11-17T07:28:20.472701+0000 mgr.smithi045.tkkiao (mgr.14182) 2035 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:22.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:21 smithi105 bash[28427]: cluster 2023-11-17T07:28:20.695533+0000 mgr.smithi045.tkkiao (mgr.14182) 2036 : cluster [DBG] pgmap v1390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:24.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:23 smithi045 bash[25828]: cluster 2023-11-17T07:28:22.697077+0000 mgr.smithi045.tkkiao (mgr.14182) 2037 : cluster [DBG] pgmap v1391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:24.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:23 smithi105 bash[28427]: cluster 2023-11-17T07:28:22.697077+0000 mgr.smithi045.tkkiao (mgr.14182) 2037 : cluster [DBG] pgmap v1391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:25.056 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:25.056 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.674198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\nDeploy daemon haproxy.nfs.foo.smithi045.gjforf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.678208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:04.680423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:25.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:26.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:25 smithi045 bash[25828]: cluster 2023-11-17T07:28:24.699664+0000 mgr.smithi045.tkkiao (mgr.14182) 2038 : cluster [DBG] pgmap v1392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:28:26.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:25 smithi045 bash[25828]: audit 2023-11-17T07:28:25.047506+0000 mgr.smithi045.tkkiao (mgr.14182) 2039 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:26.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:25 smithi105 bash[28427]: cluster 2023-11-17T07:28:24.699664+0000 mgr.smithi045.tkkiao (mgr.14182) 2038 : cluster [DBG] pgmap v1392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:28:26.153 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:25 smithi105 bash[28427]: audit 2023-11-17T07:28:25.047506+0000 mgr.smithi045.tkkiao (mgr.14182) 2039 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:26.703 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:28:27.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:27 smithi045 bash[25828]: cluster 2023-11-17T07:28:26.701282+0000 mgr.smithi045.tkkiao (mgr.14182) 2040 : cluster [DBG] pgmap v1393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:27.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:27 smithi105 bash[28427]: cluster 2023-11-17T07:28:26.701282+0000 mgr.smithi045.tkkiao (mgr.14182) 2040 : cluster [DBG] pgmap v1393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:29.582 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:29.583 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.674198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\nDeploy daemon haproxy.nfs.foo.smithi045.gjforf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.678208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:04.680423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:30.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:29 smithi045 bash[25828]: cluster 2023-11-17T07:28:28.703100+0000 mgr.smithi045.tkkiao (mgr.14182) 2041 : cluster [DBG] pgmap v1394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:30.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:29 smithi105 bash[28427]: cluster 2023-11-17T07:28:28.703100+0000 mgr.smithi045.tkkiao (mgr.14182) 2041 : cluster [DBG] pgmap v1394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:30.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:31.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:30 smithi045 bash[25828]: audit 2023-11-17T07:28:29.567530+0000 mgr.smithi045.tkkiao (mgr.14182) 2042 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:31.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:30 smithi105 bash[28427]: audit 2023-11-17T07:28:29.567530+0000 mgr.smithi045.tkkiao (mgr.14182) 2042 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:31.168 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:28:32.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:31 smithi045 bash[25828]: cluster 2023-11-17T07:28:30.704698+0000 mgr.smithi045.tkkiao (mgr.14182) 2043 : cluster [DBG] pgmap v1395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:32.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:31 smithi105 bash[28427]: cluster 2023-11-17T07:28:30.704698+0000 mgr.smithi045.tkkiao (mgr.14182) 2043 : cluster [DBG] pgmap v1395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:34.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:33 smithi045 bash[25828]: cluster 2023-11-17T07:28:32.706302+0000 mgr.smithi045.tkkiao (mgr.14182) 2044 : cluster [DBG] pgmap v1396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:34.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:33 smithi105 bash[28427]: cluster 2023-11-17T07:28:32.706302+0000 mgr.smithi045.tkkiao (mgr.14182) 2044 : cluster [DBG] pgmap v1396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:34.293 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:34.293 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.674198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\nDeploy daemon haproxy.nfs.foo.smithi045.gjforf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.678208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:04.680423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:34.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:35.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:34 smithi045 bash[25828]: audit 2023-11-17T07:28:34.278346+0000 mgr.smithi045.tkkiao (mgr.14182) 2045 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:35.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:34 smithi105 bash[28427]: audit 2023-11-17T07:28:34.278346+0000 mgr.smithi045.tkkiao (mgr.14182) 2045 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:35.868 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:28:36.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:35 smithi045 bash[25828]: cluster 2023-11-17T07:28:34.708428+0000 mgr.smithi045.tkkiao (mgr.14182) 2046 : cluster [DBG] pgmap v1397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:28:36.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:35 smithi105 bash[28427]: cluster 2023-11-17T07:28:34.708428+0000 mgr.smithi045.tkkiao (mgr.14182) 2046 : cluster [DBG] pgmap v1397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:28:37.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:37 smithi045 bash[25828]: cluster 2023-11-17T07:28:36.709978+0000 mgr.smithi045.tkkiao (mgr.14182) 2047 : cluster [DBG] pgmap v1398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:37.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:37 smithi105 bash[28427]: cluster 2023-11-17T07:28:36.709978+0000 mgr.smithi045.tkkiao (mgr.14182) 2047 : cluster [DBG] pgmap v1398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:38.987 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-17T07:28:38.987 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:43:33.822329Z", "last_refresh": "2023-11-17T07:24:25.582181Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:43:25.688975Z", "last_refresh": "2023-11-17T07:24:25.582446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:43:29.797050Z", "last_refresh": "2023-11-17T07:24:25.582703Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:26:56.357054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qeaxas on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:00.796199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lqjyor on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi105-lqjyor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi105.lqjyor\nDeploy daemon haproxy.nfs.foo.smithi105.lqjyor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.674198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi045.gjforf on smithi045: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi045-gjforf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi045.gjforf\nDeploy daemon haproxy.nfs.foo.smithi045.gjforf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:28:04.678208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi045.nhfriw on smithi045: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:28:04.680423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uhbvmu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.45/16"}, "status": {"created": "2023-11-17T06:52:15.700406Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.45/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:43:23.736211Z", "last_refresh": "2023-11-17T07:24:25.581903Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:19.341516Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:45:19.334460Z", "last_refresh": "2023-11-17T07:24:25.581510Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:15.698246Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-17T06:52:15.693862Z", "last_refresh": "2023-11-17T07:24:25.584598Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:43:31.812462Z", "last_refresh": "2023-11-17T07:24:25.582960Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:45:32.836241Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:45:32.827697Z", "last_refresh": "2023-11-17T07:24:25.583220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:43:27.728005Z", "last_refresh": "2023-11-17T07:25:39.421890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:10.039159Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-17T06:52:18.581915Z", "last_refresh": "2023-11-17T07:24:25.584317Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-17T07:28:39.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:28:39.607 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-17T07:28:39.669 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ae95fceeeaba46bfa0198d9ea3f3ce89 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-17T07:28:39.670 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-17T07:28:39.681 INFO:tasks.vip:Removing 10.0.15.45 (and any VIPs) on smithi045.front.sepia.ceph.com iface ens1f0... 2023-11-17T07:28:39.682 DEBUG:teuthology.orchestra.run.smithi045:> sudo ip addr del 10.0.15.45/16 dev ens1f0 2023-11-17T07:28:39.707 DEBUG:teuthology.orchestra.run.smithi045:> sudo ip addr del 10.0.31.45/16 dev ens1f0 2023-11-17T07:28:39.764 INFO:teuthology.orchestra.run.smithi045.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-17T07:28:39.764 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-17T07:28:39.765 INFO:tasks.vip:Removing 10.0.15.105 (and any VIPs) on smithi105.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T07:28:39.765 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.15.105/16 dev enp3s0f1 2023-11-17T07:28:39.784 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.31.45/16 dev enp3s0f1 2023-11-17T07:28:39.839 INFO:teuthology.orchestra.run.smithi105.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-17T07:28:39.839 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-17T07:28:39.840 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-17T07:28:39.850 INFO:tasks.cephadm:Teardown begin 2023-11-17T07:28:39.850 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T07:28:39.863 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:39 smithi045 bash[25828]: cluster 2023-11-17T07:28:38.711264+0000 mgr.smithi045.tkkiao (mgr.14182) 2048 : cluster [DBG] pgmap v1399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:39.863 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:39 smithi045 bash[25828]: audit 2023-11-17T07:28:38.975122+0000 mgr.smithi045.tkkiao (mgr.14182) 2049 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:39.866 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T07:28:39.894 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-17T07:28:39.894 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T07:28:39.916 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T07:28:39.942 INFO:tasks.cephadm:Stopping all daemons... 2023-11-17T07:28:39.942 INFO:tasks.cephadm.mon.smithi045:Stopping mon.smithi045... 2023-11-17T07:28:39.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi045 2023-11-17T07:28:40.145 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:39 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for 6abf46ce-8514-11ee-8dbf-212e2dc638e7... 2023-11-17T07:28:40.146 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:40 smithi045 bash[124289]: Error response from daemon: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-mon.smithi045 2023-11-17T07:28:40.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:39 smithi105 bash[28427]: cluster 2023-11-17T07:28:38.711264+0000 mgr.smithi045.tkkiao (mgr.14182) 2048 : cluster [DBG] pgmap v1399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:28:40.152 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:39 smithi105 bash[28427]: audit 2023-11-17T07:28:38.975122+0000 mgr.smithi045.tkkiao (mgr.14182) 2049 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:28:40.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:40 smithi045 bash[25828]: debug 2023-11-17T07:28:40.137+0000 7f720f97c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T07:28:40.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Nov 17 07:28:40 smithi045 bash[25828]: debug 2023-11-17T07:28:40.137+0000 7f720f97c700 -1 mon.smithi045@0(leader) e2 *** Got Signal Terminated *** 2023-11-17T07:28:40.972 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi045.service' 2023-11-17T07:28:41.011 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T07:28:41.011 INFO:tasks.cephadm.mon.smithi045:Stopped mon.smithi045 2023-11-17T07:28:41.012 INFO:tasks.cephadm.mon.smithi105:Stopping mon.smithi105... 2023-11-17T07:28:41.012 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi105 2023-11-17T07:28:41.323 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:41 smithi105 systemd[1]: Stopping Ceph mon.smithi105 for 6abf46ce-8514-11ee-8dbf-212e2dc638e7... 2023-11-17T07:28:41.323 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:41 smithi105 bash[25380]: Error response from daemon: No such container: ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7-mon.smithi105 2023-11-17T07:28:41.324 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:41 smithi105 bash[28427]: debug 2023-11-17T07:28:41.229+0000 7f48a04a3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi105 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T07:28:41.324 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Nov 17 07:28:41 smithi105 bash[28427]: debug 2023-11-17T07:28:41.229+0000 7f48a04a3700 -1 mon.smithi105@1(peon) e2 *** Got Signal Terminated *** 2023-11-17T07:28:41.971 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6abf46ce-8514-11ee-8dbf-212e2dc638e7@mon.smithi105.service' 2023-11-17T07:28:41.998 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T07:28:41.998 INFO:tasks.cephadm.mon.smithi105:Stopped mon.smithi105 2023-11-17T07:28:41.999 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 --force --keep-logs 2023-11-17T07:29:45.916 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 --force --keep-logs 2023-11-17T07:31:52.510 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T07:32:21.090 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T07:32:21.142 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-17T07:32:21.145 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310/remote/ubuntu@smithi045.front.sepia.ceph.com/crash 2023-11-17T07:32:21.146 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/crash -- . 2023-11-17T07:32:21.161 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-17T07:32:21.161 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2023-11-17T07:32:21.162 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310/remote/ubuntu@smithi105.front.sepia.ceph.com/crash 2023-11-17T07:32:21.163 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/crash -- . 2023-11-17T07:32:21.199 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-17T07:32:21.199 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2023-11-17T07:32:21.201 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-17T07:32:21.201 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-17T07:32:21.221 INFO:teuthology.orchestra.run.smithi045.stderr:grep: /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph.log: No such file or directory 2023-11-17T07:32:21.224 INFO:tasks.cephadm:Compressing logs... 2023-11-17T07:32:21.224 DEBUG:teuthology.orchestra.run.smithi045:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T07:32:21.268 DEBUG:teuthology.orchestra.run.smithi105:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T07:32:21.281 INFO:teuthology.orchestra.run.smithi045.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-17T07:32:21.281 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T07:32:21.282 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-volume.log 2023-11-17T07:32:21.282 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mon.smithi045.log 2023-11-17T07:32:21.283 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.7.log 2023-11-17T07:32:21.284 INFO:teuthology.orchestra.run.smithi105.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-17T07:32:21.284 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T07:32:21.284 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.6.log 2023-11-17T07:32:21.285 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mon.smithi045.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.1.log 2023-11-17T07:32:21.285 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-client.rgw.foorgw.smithi045.reacrm.log 2023-11-17T07:32:21.285 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.5.log 2023-11-17T07:32:21.288 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-client.rgw.foorgw.smithi045.reacrm.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi045.tkkiao.log 2023-11-17T07:32:21.289 INFO:teuthology.orchestra.run.smithi045.stderr: 77.3%/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.5.log: -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-client.rgw.foorgw.smithi045.reacrm.log.gz 2023-11-17T07:32:21.289 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.3.log 2023-11-17T07:32:21.289 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-volume.log 2023-11-17T07:32:21.289 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.0.log 2023-11-17T07:32:21.289 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-client.rgw.foorgw.smithi105.qobusf.log 2023-11-17T07:32:21.289 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mon.smithi105.log 2023-11-17T07:32:21.289 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.2.log 2023-11-17T07:32:21.290 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-client.rgw.foorgw.smithi105.qobusf.log: /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mon.smithi105.log: 78.7% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-client.rgw.foorgw.smithi105.qobusf.log.gz 2023-11-17T07:32:21.290 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.4.log 2023-11-17T07:32:21.290 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi105.iavuma.log 2023-11-17T07:32:21.292 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi105.iavuma.log: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T07:32:21.297 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi045.tkkiao.log: /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.3.log: 92.5% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-volume.log.gz 2023-11-17T07:32:21.299 INFO:teuthology.orchestra.run.smithi105.stderr: 92.4% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-volume.log.gz 2023-11-17T07:32:21.302 INFO:teuthology.orchestra.run.smithi105.stderr: 93.8% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi105.iavuma.log.gz 2023-11-17T07:32:21.306 INFO:teuthology.orchestra.run.smithi045.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T07:32:21.819 INFO:teuthology.orchestra.run.smithi045.stderr: 90.0% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi045.tkkiao.log.gz 2023-11-17T07:32:21.855 INFO:teuthology.orchestra.run.smithi105.stderr: 93.0% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mon.smithi105.log.gz 2023-11-17T07:32:22.653 INFO:teuthology.orchestra.run.smithi045.stderr: 90.3% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-mon.smithi045.log.gz 2023-11-17T07:32:22.793 INFO:teuthology.orchestra.run.smithi105.stderr: 93.7% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.4.log.gz 2023-11-17T07:32:22.798 INFO:teuthology.orchestra.run.smithi045.stderr: 93.3% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.1.log.gz 2023-11-17T07:32:22.895 INFO:teuthology.orchestra.run.smithi105.stderr: 93.4% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.2.log.gz 2023-11-17T07:32:22.995 INFO:teuthology.orchestra.run.smithi105.stderr: 93.3% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.6.log.gz 2023-11-17T07:32:23.084 INFO:teuthology.orchestra.run.smithi045.stderr: 93.6% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.7.log.gz 2023-11-17T07:32:23.094 INFO:teuthology.orchestra.run.smithi105.stderr: 93.6% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.0.log.gz 2023-11-17T07:32:23.096 INFO:teuthology.orchestra.run.smithi105.stderr: 2023-11-17T07:32:23.096 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m1.823s 2023-11-17T07:32:23.096 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m6.952s 2023-11-17T07:32:23.096 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.307s 2023-11-17T07:32:23.198 INFO:teuthology.orchestra.run.smithi045.stderr: 93.6% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.3.log.gz 2023-11-17T07:32:23.267 INFO:teuthology.orchestra.run.smithi045.stderr: 93.5% -- replaced with /var/log/ceph/6abf46ce-8514-11ee-8dbf-212e2dc638e7/ceph-osd.5.log.gz 2023-11-17T07:32:23.268 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-17T07:32:23.268 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m1.998s 2023-11-17T07:32:23.268 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m8.814s 2023-11-17T07:32:23.268 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.354s 2023-11-17T07:32:23.269 INFO:tasks.cephadm:Archiving logs... 2023-11-17T07:32:23.269 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310/remote/ubuntu@smithi045.front.sepia.ceph.com/log 2023-11-17T07:32:23.270 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T07:32:24.530 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310/remote/ubuntu@smithi105.front.sepia.ceph.com/log 2023-11-17T07:32:24.531 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T07:32:25.549 INFO:tasks.cephadm:Removing cluster... 2023-11-17T07:32:25.550 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 --force 2023-11-17T07:32:26.954 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6abf46ce-8514-11ee-8dbf-212e2dc638e7 --force 2023-11-17T07:32:28.349 INFO:tasks.cephadm:Removing cephadm ... 2023-11-17T07:32:28.349 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T07:32:28.356 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T07:32:28.361 INFO:tasks.cephadm:Teardown complete 2023-11-17T07:32:28.361 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-17T07:32:28.373 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi045:/dev/vg_nvme/lv_1... 2023-11-17T07:32:28.373 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme disconnect -n lv_1 2023-11-17T07:32:28.683 INFO:teuthology.orchestra.run.smithi045.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-17T07:32:28.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:28.684 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi045:/dev/vg_nvme/lv_2... 2023-11-17T07:32:28.684 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme disconnect -n lv_2 2023-11-17T07:32:28.954 INFO:teuthology.orchestra.run.smithi045.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-17T07:32:28.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:28.956 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi045:/dev/vg_nvme/lv_3... 2023-11-17T07:32:28.956 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme disconnect -n lv_3 2023-11-17T07:32:29.226 INFO:teuthology.orchestra.run.smithi045.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-17T07:32:29.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:29.228 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi045:/dev/vg_nvme/lv_4... 2023-11-17T07:32:29.228 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme disconnect -n lv_4 2023-11-17T07:32:29.518 INFO:teuthology.orchestra.run.smithi045.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-17T07:32:29.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:29.520 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-17T07:32:29.520 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/scratch_devs 2023-11-17T07:32:29.535 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2023-11-17T07:32:29.536 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_1 2023-11-17T07:32:29.842 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-17T07:32:29.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:29.843 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2023-11-17T07:32:29.843 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_2 2023-11-17T07:32:30.122 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-17T07:32:30.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:30.123 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2023-11-17T07:32:30.123 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_3 2023-11-17T07:32:30.406 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-17T07:32:30.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:30.408 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2023-11-17T07:32:30.408 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_4 2023-11-17T07:32:30.682 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-17T07:32:30.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:30.683 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-11-17T07:32:30.683 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2023-11-17T07:32:30.697 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-17T07:32:30.708 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-17T07:32:30.708 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T07:32:30.710 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T07:32:30.729 INFO:teuthology.orchestra.run.smithi045.stdout: remote refid st t when poll reach delay offset jitter 2023-11-17T07:32:30.729 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================== 2023-11-17T07:32:30.730 INFO:teuthology.orchestra.run.smithi045.stdout:*hv01.front.sepi 44.4.53.2 2 u 13 128 377 0.097 -0.921 0.389 2023-11-17T07:32:30.730 INFO:teuthology.orchestra.run.smithi045.stdout:+hv02.front.sepi 63.231.80.2 3 u 81 128 377 0.068 2.187 0.196 2023-11-17T07:32:30.730 INFO:teuthology.orchestra.run.smithi045.stdout:+hv03.front.sepi 74.6.168.72 3 u 74 128 377 0.091 2.056 0.194 2023-11-17T07:32:30.730 INFO:teuthology.orchestra.run.smithi045.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-17T07:32:30.762 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2023-11-17T07:32:30.763 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2023-11-17T07:32:30.763 INFO:teuthology.orchestra.run.smithi105.stdout:*hv01.front.sepi 44.4.53.2 2 u 21 128 377 0.097 -2.540 0.353 2023-11-17T07:32:30.763 INFO:teuthology.orchestra.run.smithi105.stdout:+hv02.front.sepi 63.231.80.2 3 u 88 128 377 0.096 0.649 0.467 2023-11-17T07:32:30.763 INFO:teuthology.orchestra.run.smithi105.stdout:+hv03.front.sepi 74.6.168.72 3 u 76 128 377 0.115 0.473 0.684 2023-11-17T07:32:30.763 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-17T07:32:30.764 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-17T07:32:30.774 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-17T07:32:30.775 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-17T07:32:30.785 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-17T07:32:30.795 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-17T07:32:30.805 INFO:teuthology.task.internal:Duration was 3406.788456 seconds 2023-11-17T07:32:30.805 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-17T07:32:30.815 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-17T07:32:30.815 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T07:32:30.817 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T07:32:30.868 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-17T07:32:30.868 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-11-17T07:32:30.869 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T07:32:30.880 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2023-11-17T07:32:30.880 DEBUG:teuthology.orchestra.run.smithi105:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T07:32:30.893 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-17T07:32:30.893 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T07:32:30.924 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T07:32:31.003 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-17T07:32:31.003 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T07:32:31.005 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T07:32:31.166 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-17T07:32:31.177 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-17T07:32:31.178 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T07:32:31.193 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T07:32:31.208 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-17T07:32:31.219 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T07:32:31.235 DEBUG:teuthology.orchestra.run.smithi105:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T07:32:31.246 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-11-17T07:32:31.262 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2023-11-17T07:32:31.292 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T07:32:31.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:31.315 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T07:32:31.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:32:31.338 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-17T07:32:31.350 INFO:teuthology.task.internal:Transferring archived files... 2023-11-17T07:32:31.350 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310/remote/smithi045 2023-11-17T07:32:31.351 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T07:32:31.391 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310/remote/smithi105 2023-11-17T07:32:31.391 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T07:32:31.417 INFO:teuthology.task.internal:Removing archive directory... 2023-11-17T07:32:31.417 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T07:32:31.427 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T07:32:31.459 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-17T07:32:31.471 INFO:teuthology.task.internal:Not uploading archives. 2023-11-17T07:32:31.472 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-17T07:32:31.534 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-17T07:32:31.534 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T07:32:31.537 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T07:32:31.542 INFO:teuthology.orchestra.run.smithi045.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 07:32 /home/ubuntu/cephtest 2023-11-17T07:32:31.545 INFO:teuthology.orchestra.run.smithi105.stdout: 659549 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 07:32 /home/ubuntu/cephtest 2023-11-17T07:32:31.547 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-17T07:32:31.558 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-17T07:32:31.582 INFO:teuthology.nuke:Checking targets against current locks 2023-11-17T07:32:31.610 DEBUG:teuthology.nuke:shortname: smithi045 2023-11-17T07:32:31.610 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T07:32:31.633 DEBUG:teuthology.nuke:shortname: smithi105 2023-11-17T07:32:31.634 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T07:32:31.638 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 06:26:30.288895', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-17T07:32:31.654 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461310', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 06:26:30.291043', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-17T07:32:31.686 INFO:teuthology.orchestra.console.smithi045:Power off 2023-11-17T07:32:31.687 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T07:32:31.706 INFO:teuthology.orchestra.console.smithi105:Power off 2023-11-17T07:32:31.706 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T07:32:31.719 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-11-17T07:32:31.719 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:32:31.732 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2023-11-17T07:32:31.733 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:32:31.744 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-11-17T07:32:31.756 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-11-17T07:32:35.745 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:32:35.757 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:32:35.855 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-11-17T07:32:35.867 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-11-17T07:32:39.860 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:32:39.868 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:32:39.970 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-11-17T07:32:39.977 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2023-11-17T07:32:40.078 INFO:teuthology.orchestra.console.smithi105:Power off completed 2023-11-17T07:32:43.974 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:32:44.084 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-11-17T07:32:44.185 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-11-17T07:32:44.290 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: 3406.7884559631348 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ae95fceeeaba46bfa0198d9ea3f3ce89 status: fail success: false 2023-11-17T07:32:44.290 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T07:32:44.370 INFO:teuthology.run:FAIL